/build/static/layout/Breadcrumb_cap_w.png

Uninstall IE7 via GP

Hi I have created a MSI for Internet Explorer 7 using IEAK.

As I am deploying via group policy I would like IE7 to uninstall when required.

To uninstall IE7 the following command line should be used: C:\WINDOWS\ie7\spuninst\spuninst.exe /passive /norestart

I would like to include this in the MSI created with IEAK so this can be managed by group policy.

I have attempted this by going into the wisescript [Execute Deferred] of the MSI and adding:

If Remove~="ALL" then
Execute program from path Command Line C:\WINDOWS\ie7\spuninst\spuninst.exe /passive /norestart
End

However this doesnt seem to work.

Can someone please give me a hand to get this right?

0 Comments   [ + ] Show comments

Answers (7)

Posted by: kiptek 15 years ago
Second Degree Green Belt
0
so you want to trigger an uninstall of the app during its uninstall..???? I mean, the only way "Remove~=ALL" is if you are already removing the app...

Handle uninstallation through your deployment tools, not through the MSI itself.

You may want to read up on MSI deployment of IEAK 7 setups here
Posted by: MightyMin 15 years ago
Senior Yellow Belt
0
I have tried to uninstall with group policy and the msi does say its uninstalling the IE7 appliation however it remains installed. the only way for me to uninstall the app is to run the .exe mentioned.
Therefore what I would like is for the policy to initiate the MSI uninstall which will kick off the .exe uninstaller.
Posted by: kiptek 15 years ago
Second Degree Green Belt
0
what does "msiexec.exe /x {ProductCode} /qb!- /l*v "C:\UN_IE7.log"" do? can u post the log after trying?
Posted by: MightyMin 15 years ago
Senior Yellow Belt
0
I ran the command and below is the log; IE7 is still on the machine... The PID is of the MSI created with IEAK, as this initiates the IE7 .EXE installer I can try and find this PID to test?

=== Verbose logging started: 18/09/2008 10:04:56 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (38:E8) [10:04:56:112]: Resetting cached policy values
MSI (c) (38:E8) [10:04:56:112]: Machine policy value 'Debug' is 0
MSI (c) (38:E8) [10:04:56:112]: ******* RunEngine:
******* Product: {D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}
******* Action:
******* CommandLine: **********
MSI (c) (38:E8) [10:04:56:112]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (38:E8) [10:04:56:112]: Grabbed execution mutex.
MSI (c) (38:E8) [10:04:56:206]: Cloaking enabled.
MSI (c) (38:E8) [10:04:56:206]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (38:E8) [10:04:56:221]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (AC:14) [10:04:56:252]: Grabbed execution mutex.
MSI (s) (AC:AC) [10:04:56:252]: Resetting cached policy values
MSI (s) (AC:AC) [10:04:56:252]: Machine policy value 'Debug' is 0
MSI (s) (AC:AC) [10:04:56:252]: ******* RunEngine:
******* Product: {D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}
******* Action:
******* CommandLine: **********
MSI (s) (AC:AC) [10:04:56:252]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (AC:AC) [10:04:56:252]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (AC:AC) [10:04:56:252]: User policy value 'DisableMedia' is 0
MSI (s) (AC:AC) [10:04:56:252]: Machine policy value 'AllowLockdownMedia' is 0
MSI (s) (AC:AC) [10:04:56:252]: SOURCEMGMT: Media enabled only if package is safe.
MSI (s) (AC:AC) [10:04:56:252]: SOURCEMGMT: Looking for sourcelist for product {D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}
MSI (s) (AC:AC) [10:04:56:252]: SOURCEMGMT: Adding {D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}; to potential sourcelist list (pcode;disk;relpath).
MSI (s) (AC:AC) [10:04:56:252]: SOURCEMGMT: Now checking product {D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}
MSI (s) (AC:AC) [10:04:56:252]: SOURCEMGMT: Media is enabled for product.
MSI (s) (AC:AC) [10:04:56:252]: SOURCEMGMT: Attempting to use LastUsedSource from source list.
MSI (s) (AC:AC) [10:04:56:252]: SOURCEMGMT: Trying source \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\.
MSI (s) (AC:AC) [10:04:58:128]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (AC:AC) [10:04:58:143]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (AC:AC) [10:04:58:159]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (AC:AC) [10:04:58:159]: Specifed source is already in a list.
MSI (s) (AC:AC) [10:04:58:159]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (AC:AC) [10:04:58:159]: Machine policy value 'DisableBrowse' is 0
MSI (s) (AC:AC) [10:04:58:159]: Machine policy value 'AllowLockdownBrowse' is 0
MSI (s) (AC:AC) [10:04:58:159]: Adding new sources is allowed.
MSI (s) (AC:AC) [10:04:58:159]: Set LastUsedSource to: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\.
MSI (s) (AC:AC) [10:04:58:159]: Set LastUsedType to: n.
MSI (s) (AC:AC) [10:04:58:159]: Set LastUsedIndex to: 1.
MSI (s) (AC:AC) [10:04:58:159]: SOURCEMGMT: Resolved source to: '\\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\'
MSI (s) (AC:AC) [10:04:58:174]: File will have security applied from OpCode.
MSI (s) (AC:AC) [10:05:00:722]: SOFTWARE RESTRICTION POLICY: Verifying package --> '\\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\IESetup.msi' against software restriction policy
MSI (s) (AC:AC) [10:05:00:722]: SOFTWARE RESTRICTION POLICY: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\IESetup.msi has a digital signature
MSI (s) (AC:AC) [10:05:03:331]: SOFTWARE RESTRICTION POLICY: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\IESetup.msi is permitted to run at the 'unrestricted' authorization level.
MSI (s) (AC:AC) [10:05:03:331]: End dialog not enabled
MSI (s) (AC:AC) [10:05:03:331]: Original package ==> \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\IESetup.msi
MSI (s) (AC:AC) [10:05:03:331]: Package we're running from ==> C:\WINDOWS\Installer\125694.msi
MSI (s) (AC:AC) [10:05:03:347]: APPCOMPAT: looking for appcompat database entry with ProductCode '{D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}'.
MSI (s) (AC:AC) [10:05:03:347]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (AC:AC) [10:05:03:347]: MSCOREE not loaded loading copy from system32
MSI (s) (AC:AC) [10:05:03:362]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (AC:AC) [10:05:03:362]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (AC:AC) [10:05:03:362]: Machine policy value 'DisablePatch' is 0
MSI (s) (AC:AC) [10:05:03:362]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (AC:AC) [10:05:03:362]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (AC:AC) [10:05:03:362]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (AC:AC) [10:05:03:362]: APPCOMPAT: looking for appcompat database entry with ProductCode '{D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}'.
MSI (s) (AC:AC) [10:05:03:362]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (AC:AC) [10:05:03:362]: Transforms are not secure.
MSI (s) (AC:AC) [10:05:03:362]: Note: 1: 2205 2: 3: Control
MSI (s) (AC:AC) [10:05:03:362]: Command Line: REMOVE=ALL CURRENTDIRECTORY=C:\ CLIENTUILEVEL=2 CLIENTPROCESSID=1080
MSI (s) (AC:AC) [10:05:03:362]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}'.
MSI (s) (AC:AC) [10:05:03:362]: Product Code passed to Engine.Initialize: '{D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}'
MSI (s) (AC:AC) [10:05:03:362]: Product Code from property table before transforms: '{D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}'
MSI (s) (AC:AC) [10:05:03:362]: Product Code from property table after transforms: '{D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}'
MSI (s) (AC:AC) [10:05:03:362]: Product not registered: beginning first-time install
MSI (s) (AC:AC) [10:05:03:362]: PROPERTY CHANGE: Adding ProductState property. Its value is '1'.
MSI (s) (AC:AC) [10:05:03:362]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (AC:AC) [10:05:03:362]: Specifed source is already in a list.
MSI (s) (AC:AC) [10:05:03:362]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (AC:AC) [10:05:03:362]: Adding new sources is allowed.
MSI (s) (AC:AC) [10:05:03:362]: Package name retrieved from configuration data: 'IESetup.msi'
MSI (s) (AC:AC) [10:05:03:362]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
MSI (s) (AC:AC) [10:05:03:362]: Note: 1: 2729
MSI (s) (AC:AC) [10:05:03:378]: Note: 1: 2729
MSI (s) (AC:AC) [10:05:03:378]: Note: 1: 2729
MSI (s) (AC:AC) [10:05:03:378]: Note: 1: 2729
MSI (s) (AC:AC) [10:05:03:378]: Note: 1: 2729
MSI (s) (AC:AC) [10:05:03:378]: Note: 1: 2729
MSI (s) (AC:AC) [10:05:03:378]: Note: 1: 2729
MSI (s) (AC:AC) [10:05:03:378]: Note: 1: 2729
MSI (s) (AC:AC) [10:05:03:378]: Note: 1: 2729
MSI (s) (AC:AC) [10:05:03:378]: Note: 1: 2729
MSI (s) (AC:AC) [10:05:03:378]: Note: 1: 2729
MSI (s) (AC:AC) [10:05:03:378]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (AC:AC) [10:05:03:378]: Machine policy value 'DisableMsi' is 0
MSI (s) (AC:AC) [10:05:03:378]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (AC:AC) [10:05:03:378]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (AC:AC) [10:05:03:378]: Product {D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E} is admin assigned: LocalSystem owns the publish key.
MSI (s) (AC:AC) [10:05:03:378]: Product {D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E} is managed.
MSI (s) (AC:AC) [10:05:03:378]: Running product '{D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}' with elevated privileges: Product is assigned.
MSI (s) (AC:AC) [10:05:03:378]: PROPERTY CHANGE: Adding REMOVE property. Its value is 'ALL'.
MSI (s) (AC:AC) [10:05:03:378]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\'.
MSI (s) (AC:AC) [10:05:03:378]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '2'.
MSI (s) (AC:AC) [10:05:03:378]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1080'.
MSI (s) (AC:AC) [10:05:03:378]: TRANSFORMS property is now:
MSI (s) (AC:AC) [10:05:03:378]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
MSI (s) (AC:AC) [10:05:03:378]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (s) (AC:AC) [10:05:03:378]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\Application Data
MSI (s) (AC:AC) [10:05:03:378]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\Favorites
MSI (s) (AC:AC) [10:05:03:378]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\NetHood
MSI (s) (AC:AC) [10:05:03:394]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\My Documents
MSI (s) (AC:AC) [10:05:03:394]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\PrintHood
MSI (s) (AC:AC) [10:05:03:394]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\Recent
MSI (s) (AC:AC) [10:05:03:394]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\SendTo
MSI (s) (AC:AC) [10:05:03:394]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\Templates
MSI (s) (AC:AC) [10:05:03:394]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (s) (AC:AC) [10:05:03:394]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\Local Settings\Application Data
MSI (s) (AC:AC) [10:05:03:409]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\My Documents\My Pictures
MSI (s) (AC:AC) [10:05:03:409]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (s) (AC:AC) [10:05:03:409]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (s) (AC:AC) [10:05:03:409]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (s) (AC:AC) [10:05:03:409]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (s) (AC:AC) [10:05:03:409]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (s) (AC:AC) [10:05:03:409]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\Start Menu\Programs\Administrative Tools
MSI (s) (AC:AC) [10:05:03:409]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\Start Menu\Programs\Startup
MSI (s) (AC:AC) [10:05:03:409]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\Start Menu\Programs
MSI (s) (AC:AC) [10:05:03:425]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\Start Menu
MSI (s) (AC:AC) [10:05:03:425]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator.BLG.000\Desktop
MSI (s) (AC:AC) [10:05:03:425]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (s) (AC:AC) [10:05:03:425]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (AC:AC) [10:05:03:425]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (AC:AC) [10:05:03:425]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (AC:AC) [10:05:03:425]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (AC:AC) [10:05:03:425]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'BLG'.
MSI (s) (AC:AC) [10:05:03:425]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (AC:AC) [10:05:03:425]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'BLG'.
MSI (s) (AC:AC) [10:05:03:425]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\125694.msi'.
MSI (s) (AC:AC) [10:05:03:425]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is '\\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\IESetup.msi'.
MSI (s) (AC:AC) [10:05:03:425]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (AC:AC) [10:05:03:425]: Machine policy value 'DisableRollback' is 0
MSI (s) (AC:AC) [10:05:03:425]: User policy value 'DisableRollback' is 0
MSI (s) (AC:AC) [10:05:03:425]: PROPERTY CHANGE: Adding UILevel property. Its value is '3'.
MSI (s) (AC:AC) [10:05:03:425]: PROPERTY CHANGE: Adding MsiUIProgressOnly property. Its value is '1'.
MSI (s) (AC:AC) [10:05:03:425]: PROPERTY CHANGE: Adding MsiUIHideCancel property. Its value is '1'.
=== Logging started: 18/09/2008 10:05:03 ===
MSI (s) (AC:AC) [10:05:03:425]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
MSI (s) (AC:AC) [10:05:03:425]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (AC:AC) [10:05:03:425]: Doing action: INSTALL
MSI (s) (AC:AC) [10:05:03:425]: Note: 1: 2205 2: 3: ActionText
MSI (s) (AC:AC) [10:05:03:440]: Running ExecuteSequence
MSI (s) (AC:AC) [10:05:03:440]: Doing action: WiseStartup
MSI (s) (AC:AC) [10:05:03:440]: Note: 1: 2205 2: 3: ActionText
Action start 10:05:03: INSTALL.
MSI (s) (AC:04) [10:05:03:440]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI8.tmp, Entrypoint: Startup
MSI (s) (AC:DC) [10:05:03:440]: Generating random cookie.
MSI (s) (AC:DC) [10:05:03:456]: Created Custom Action Server with PID 2004 (0x7D4).
MSI (s) (AC:68) [10:05:03:519]: Running as a service.
MSI (s) (AC:68) [10:05:03:534]: Hello, I'm your 32bit Impersonated custom action server.
Action start 10:05:03: WiseStartup.
MSI (s) (AC:AC) [10:05:03:550]: Doing action: ValidateProductID
MSI (s) (AC:AC) [10:05:03:550]: Note: 1: 2205 2: 3: ActionText
Action ended 10:05:03: WiseStartup. Return value 1.
Action start 10:05:03: ValidateProductID.
MSI (s) (AC:AC) [10:05:03:550]: Doing action: CostInitialize
MSI (s) (AC:AC) [10:05:03:550]: Note: 1: 2205 2: 3: ActionText
Action ended 10:05:03: ValidateProductID. Return value 1.
MSI (s) (AC:AC) [10:05:03:550]: Machine policy value 'MaxPatchCacheSize' is 10
Action start 10:05:03: CostInitialize.
MSI (s) (AC:AC) [10:05:03:550]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (s) (AC:AC) [10:05:03:550]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (AC:AC) [10:05:03:550]: Note: 1: 2205 2: 3: Patch
MSI (s) (AC:AC) [10:05:03:550]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (AC:AC) [10:05:03:550]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (AC:AC) [10:05:03:550]: Note: 1: 2205 2: 3: __MsiPatchFileList
MSI (s) (AC:AC) [10:05:03:550]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (AC:AC) [10:05:03:550]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (AC:AC) [10:05:03:550]: Note: 1: 2228 2: 3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId`
MSI (s) (AC:AC) [10:05:03:550]: Doing action: ResolveSource
MSI (s) (AC:AC) [10:05:03:550]: Note: 1: 2205 2: 3: ActionText
Action ended 10:05:03: CostInitialize. Return value 1.
MSI (s) (AC:AC) [10:05:03:550]: Resolving source.
MSI (s) (AC:AC) [10:05:03:550]: Resolving source to launched-from source.
MSI (s) (AC:AC) [10:05:03:550]: Setting launched-from source as last-used.
MSI (s) (AC:AC) [10:05:03:550]: PROPERTY CHANGE: Adding SourceDir property. Its value is '\\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\'.
MSI (s) (AC:AC) [10:05:03:550]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is '\\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\'.
MSI (s) (AC:AC) [10:05:03:550]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}'.
MSI (s) (AC:AC) [10:05:03:550]: SOURCEDIR ==> \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\
MSI (s) (AC:AC) [10:05:03:550]: SOURCEDIR product ==> {D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}
MSI (s) (AC:AC) [10:05:03:550]: Determining source type
MSI (s) (AC:AC) [10:05:03:581]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (AC:AC) [10:05:03:597]: Source type from package 'IESetup.msi': 0
MSI (s) (AC:AC) [10:05:03:597]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (AC:AC) [10:05:03:597]: Source path resolution complete. Dumping Directory table...
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: TARGETDIR , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\ , LongSubPath: , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: LocalAppDataFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Application Data\ , LongSubPath: Application Data\ , ShortSubPath: APPLIC~1\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: CommonAppDataFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Application Data\ , LongSubPath: Application Data\ , ShortSubPath: APPLIC~1\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: ProgramFilesFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Program Files\ , LongSubPath: Program Files\ , ShortSubPath: PROGRA~1\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: CommonFilesFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Program Files\Common Files\ , LongSubPath: Program Files\Common Files\ , ShortSubPath: PROGRA~1\COMMON~1\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: PersonalFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\My Documents\ , LongSubPath: My Documents\ , ShortSubPath: MYDOCU~1\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: MyPicturesFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\My Documents\My Pictures\ , LongSubPath: My Documents\My Pictures\ , ShortSubPath: MYDOCU~1\MYPICT~1\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: GAC , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Global Assembly Cache\ , LongSubPath: Global Assembly Cache\ , ShortSubPath: GLOBAL~1\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: WWWROOT , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\wwwroot\ , LongSubPath: wwwroot\ , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: WindowsFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\ , LongSubPath: Windows\ , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: AdminToolsFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Admin Tools\ , LongSubPath: Windows\Admin Tools\ , ShortSubPath: Windows\ADMINT~1\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: TemplateFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\ShellNew\ , LongSubPath: Windows\ShellNew\ , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: FontsFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Fonts\ , LongSubPath: Windows\Fonts\ , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: SystemFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\System32\ , LongSubPath: Windows\System32\ , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: TempFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Temp\ , LongSubPath: Windows\Temp\ , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: System16Folder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\System\ , LongSubPath: Windows\System\ , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: ProfilesFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Profiles\ , LongSubPath: Windows\Profiles\ , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: RecentFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Profiles\Recent\ , LongSubPath: Windows\Profiles\Recent\ , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: DesktopFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Profiles\Desktop\ , LongSubPath: Windows\Profiles\Desktop\ , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: NetHoodFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Profiles\NetHood\ , LongSubPath: Windows\Profiles\NetHood\ , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: StartMenuFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Profiles\Start Menu\ , LongSubPath: Windows\Profiles\Start Menu\ , ShortSubPath: Windows\Profiles\STARTM~1\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: ProgramMenuFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Profiles\Start Menu\Programs\ , LongSubPath: Windows\Profiles\Start Menu\Programs\ , ShortSubPath: Windows\Profiles\STARTM~1\Programs\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: StartupFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Profiles\Start Menu\Programs\Startup\ , LongSubPath: Windows\Profiles\Start Menu\Programs\Startup\ , ShortSubPath: Windows\Profiles\STARTM~1\Programs\Startup\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: SendToFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Profiles\SendTo\ , LongSubPath: Windows\Profiles\SendTo\ , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: PrintHoodFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Profiles\PrintHood\ , LongSubPath: Windows\Profiles\PrintHood\ , ShortSubPath: Windows\Profiles\PRINTH~1\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: FavoritesFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Profiles\Favorites\ , LongSubPath: Windows\Profiles\Favorites\ , ShortSubPath: Windows\Profiles\FAVORI~1\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: AppDataFolder , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\Profiles\Application Data\ , LongSubPath: Windows\Profiles\Application Data\ , ShortSubPath: Windows\Profiles\APPLIC~1\
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: WinSxS , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\WinSxS\ , LongSubPath: Windows\WinSxS\ , ShortSubPath:
MSI (s) (AC:AC) [10:05:03:597]: Dir (source): Key: ie7 , Object: \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\Windows\ie7\ , LongSubPath: Windows\ie7\ , ShortSubPath:
Action start 10:05:03: ResolveSource.
MSI (s) (AC:AC) [10:05:03:597]: Doing action: FileCost
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: ActionText
Action ended 10:05:03: ResolveSource. Return value 1.
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: MsiAssembly
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: Registry
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: Registry
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: Class
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: Extension
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: TypeLib
Action start 10:05:03: FileCost.
MSI (s) (AC:AC) [10:05:03:597]: Doing action: CostFinalize
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: ActionText
Action ended 10:05:03: FileCost. Return value 1.
MSI (s) (AC:AC) [10:05:03:597]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (AC:AC) [10:05:03:597]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (AC:AC) [10:05:03:597]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (AC:AC) [10:05:03:597]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (AC:AC) [10:05:03:597]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: Patch
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: Condition
MSI (s) (AC:AC) [10:05:03:597]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (s) (AC:AC) [10:05:03:597]: PROPERTY CHANGE: Adding GAC property. Its value is 'C:\'.
MSI (s) (AC:AC) [10:05:03:597]: PROPERTY CHANGE: Adding WWWROOT property. Its value is 'C:\'.
MSI (s) (AC:AC) [10:05:03:597]: PROPERTY CHANGE: Adding ProfilesFolder property. Its value is 'C:\WINDOWS\'.
MSI (s) (AC:AC) [10:05:03:597]: PROPERTY CHANGE: Adding WinSxS property. Its value is 'C:\WINDOWS\'.
MSI (s) (AC:AC) [10:05:03:597]: PROPERTY CHANGE: Adding ie7 property. Its value is 'C:\WINDOWS\ie7\'.
MSI (s) (AC:AC) [10:05:03:597]: Target path resolution complete. Dumping Directory table...
MSI (s) (AC:AC) [10:05:03:597]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: TARGETDIR , Object: C:\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: LocalAppDataFolder , Object: C:\Documents and Settings\Administrator.BLG.000\Local Settings\Application Data\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: CommonAppDataFolder , Object: C:\Documents and Settings\All Users\Application Data\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: CommonFilesFolder , Object: C:\Program Files\Common Files\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: PersonalFolder , Object: C:\Documents and Settings\Administrator.BLG.000\My Documents\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: MyPicturesFolder , Object: C:\Documents and Settings\Administrator.BLG.000\My Documents\My Pictures\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: GAC , Object: C:\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: WWWROOT , Object: C:\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: AdminToolsFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: TemplateFolder , Object: C:\Documents and Settings\All Users\Templates\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: FontsFolder , Object: C:\WINDOWS\Fonts\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: SystemFolder , Object: C:\WINDOWS\system32\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: TempFolder , Object: C:\DOCUME~1\ADMINI~1.000\LOCALS~1\Temp\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: System16Folder , Object: C:\WINDOWS\system\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: ProfilesFolder , Object: C:\WINDOWS\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: RecentFolder , Object: C:\Documents and Settings\Administrator.BLG.000\Recent\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: DesktopFolder , Object: C:\Documents and Settings\All Users\Desktop\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: NetHoodFolder , Object: C:\Documents and Settings\Administrator.BLG.000\NetHood\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: StartMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: ProgramMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: StartupFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: SendToFolder , Object: C:\Documents and Settings\Administrator.BLG.000\SendTo\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: PrintHoodFolder , Object: C:\Documents and Settings\Administrator.BLG.000\PrintHood\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: FavoritesFolder , Object: C:\Documents and Settings\Administrator.BLG.000\Favorites\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: AppDataFolder , Object: C:\Documents and Settings\Administrator.BLG.000\Application Data\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: WinSxS , Object: C:\WINDOWS\
MSI (s) (AC:AC) [10:05:03:597]: Dir (target): Key: ie7 , Object: C:\WINDOWS\ie7\
Action start 10:05:03: CostFinalize.
MSI (s) (AC:AC) [10:05:03:597]: Doing action: InstallValidate
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: ActionText
Action ended 10:05:03: CostFinalize. Return value 1.
MSI (s) (AC:AC) [10:05:03:597]: Feature: Complete; Installed: Advertise; Request: Absent; Action: Absent
MSI (s) (AC:AC) [10:05:03:597]: Component: IE7; Installed: Absent; Request: Null; Action: Null
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: Registry
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: BindImage
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: ProgId
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: Extension
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: Font
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (AC:AC) [10:05:03:597]: Note: 1: 2205 2: 3: Class
Action start 10:05:03: InstallValidate.
MSI (s) (AC:AC) [10:05:03:597]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (AC:AC) [10:05:03:612]: Note: 1: 2205 2: 3: Registry
MSI (s) (AC:AC) [10:05:03:612]: Note: 1: 2205 2: 3: BindImage
MSI (s) (AC:AC) [10:05:03:612]: Note: 1: 2205 2: 3: ProgId
MSI (s) (AC:AC) [10:05:03:612]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (AC:AC) [10:05:03:612]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (AC:AC) [10:05:03:612]: Note: 1: 2205 2: 3: Extension
MSI (s) (AC:AC) [10:05:03:612]: Note: 1: 2205 2: 3: Font
MSI (s) (AC:AC) [10:05:03:612]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (AC:AC) [10:05:03:612]: Note: 1: 2205 2: 3: Class
MSI (s) (AC:AC) [10:05:03:612]: Note: 1: 2727 2:
MSI (s) (AC:AC) [10:05:03:628]: Note: 1: 2727 2:
MSI (s) (AC:AC) [10:05:03:628]: Doing action: WiseAltStartup
MSI (s) (AC:AC) [10:05:03:628]: Note: 1: 2205 2: 3: ActionText
Action ended 10:05:03: InstallValidate. Return value 1.
MSI (s) (AC:80) [10:05:03:644]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI9.tmp, Entrypoint: AltStartup
Action start 10:05:03: WiseAltStartup.
MSI (s) (AC:AC) [10:05:04:737]: Doing action: InstallInitialize
MSI (s) (AC:AC) [10:05:04:737]: Note: 1: 2205 2: 3: ActionText
Action ended 10:05:04: WiseAltStartup. Return value 1.
MSI (s) (AC:AC) [10:05:04:737]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (AC:AC) [10:05:04:737]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (AC:AC) [10:05:04:737]: BeginTransaction: Locking Server
MSI (s) (AC:AC) [10:05:04:737]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0
MSI (s) (AC:AC) [10:05:04:737]: Note: 1: 1717 2: BLG Internet Explorer 7
MSI (s) (AC:AC) [10:05:04:737]: Calling SRSetRestorePoint API. dwRestorePtType: 1, dwEventType: 102, llSequenceNumber: 0, szDescription: "Removed BLG Internet Explorer 7".
MSI (s) (AC:AC) [10:05:04:800]: The System Restore service is disabled. Returned status: 1058. GetLastError() returned: 997
MSI (s) (AC:AC) [10:05:04:800]: Server not locked: locking for product {D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}
MSI (s) (AC:AC) [10:05:05:269]: Note: 1: 2205 2: 3: ActionText
MSI (s) (AC:AC) [10:05:05:269]: Note: 1: 2205 2: 3: ActionText
MSI (s) (AC:AC) [10:05:05:269]: Note: 1: 2205 2: 3: ActionText
Action start 10:05:04: InstallInitialize.
MSI (s) (AC:AC) [10:05:05:269]: Note: 1: 2205 2: 3: Icon
MSI (s) (AC:AC) [10:05:05:269]: Note: 1: 2228 2: 3: Icon 4: SELECT `Name`, `Data` FROM `Icon`
MSI (s) (AC:AC) [10:05:05:269]: Doing action: RunSetup13
MSI (s) (AC:AC) [10:05:05:269]: Note: 1: 2205 2: 3: ActionText
Action ended 10:05:05: InstallInitialize. Return value 1.
Action start 10:05:05: RunSetup13.
MSI (s) (AC:AC) [10:05:05:441]: Doing action: ProcessComponents
MSI (s) (AC:AC) [10:05:05:441]: Note: 1: 2205 2: 3: ActionText
Action ended 10:05:05: RunSetup13. Return value 1.
Action start 10:05:05: ProcessComponents.
MSI (s) (AC:AC) [10:05:05:441]: Doing action: Uninstall7
MSI (s) (AC:AC) [10:05:05:441]: Note: 1: 2205 2: 3: ActionText
Action ended 10:05:05: ProcessComponents. Return value 1.
Action start 10:05:05: Uninstall7.
MSI (s) (AC:AC) [10:05:05:456]: Doing action: InstallFinalize
MSI (s) (AC:AC) [10:05:05:456]: Note: 1: 2205 2: 3: ActionText
Action ended 10:05:05: Uninstall7. Return value 1.
MSI (s) (AC:AC) [10:05:05:456]: Running Script: C:\WINDOWS\Installer\MSIA.tmp
MSI (s) (AC:AC) [10:05:05:456]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
MSI (s) (AC:AC) [10:05:05:456]: Machine policy value 'DisableRollback' is 0
MSI (s) (AC:AC) [10:05:05:472]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (AC:AC) [10:05:05:472]: Executing op: Header(Signature=1397708873,Version=301,Timestamp=959598755,LangId=1033,Platform=0,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
Action start 10:05:05: InstallFinalize.
MSI (s) (AC:AC) [10:05:05:487]: Executing op: ProductInfo(ProductKey={D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E},ProductName=BLG Internet Explorer 7,PackageName=IESetup.msi,Language=1033,Version=117440512,Assignment=1,ObsoleteArg=0,,,PackageCode={D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0)
MSI (s) (AC:AC) [10:05:05:487]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (AC:AC) [10:05:05:487]: Executing op: DialogInfo(Type=1,Argument=BLG Internet Explorer 7)
MSI (s) (AC:AC) [10:05:05:487]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (AC:AC) [10:05:05:487]: Executing op: SetBaseline(Baseline=0,)
MSI (s) (AC:AC) [10:05:05:487]: Executing op: SetBaseline(Baseline=1,)
MSI (s) (AC:AC) [10:05:05:487]: Executing op: ActionStart(Name=InstallInitialize,,)
MSI (s) (AC:AC) [10:05:05:487]: Executing op: ProductUnpublish(PackageKey={D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E})
MSI (s) (AC:AC) [10:05:05:487]: Executing op: UpgradeCodeUnpublish(UpgradeCode={B483BF35-E9A6-4BD0-A86B-5C41D57E9B74})
MSI (s) (AC:AC) [10:05:05:487]: Note: 1: 1402 2: UNKNOWN\Installer\UpgradeCodes\53FB384B6A9E0DB48AB6C5145DE7B947 3: 2
MSI (s) (AC:AC) [10:05:05:487]: Executing op: ProductUnpublishClient(,,)
MSI (s) (AC:AC) [10:05:05:487]: Note: 1: 1402 2: UNKNOWN\Installer\Products\55CFEA2D6DC8B724CAADE9C729A1F2E7 3: 2
MSI (s) (AC:AC) [10:05:05:487]: Executing op: SourceListUnpublish(,)
MSI (s) (AC:AC) [10:05:05:487]: Note: 1: 1402 2: UNKNOWN\Installer\Products\55CFEA2D6DC8B724CAADE9C729A1F2E7\SourceList 3: 2
MSI (s) (AC:AC) [10:05:05:487]: Executing op: ActionStart(Name=RunSetup13,,)
MSI (s) (AC:AC) [10:05:05:519]: Executing op: CustomActionSchedule(Action=RunSetup13,ActionType=3138,Source=BinaryData,,)
MSI (s) (AC:AC) [10:13:02:438]: Executing op: ActionStart(Name=Uninstall7,,)
MSI (s) (AC:AC) [10:13:02:438]: Executing op: CustomActionSchedule(Action=Uninstall7,ActionType=3186,Source=0,Target=C:\WINDOWS\ie7\spuninst\spuninst.exe /passive /norestart,)
MSI (s) (AC:AC) [10:13:02:438]: Note: 1: 1721 2: Uninstall7 3: 0 4: C:\WINDOWS\ie7\spuninst\spuninst.exe /passive /norestart
MSI (s) (AC:AC) [10:13:02:438]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
Info 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: Uninstall7, location: 0, command: C:\WINDOWS\ie7\spuninst\spuninst.exe /passive /norestart
MSI (s) (AC:AC) [10:13:02:454]: User policy value 'DisableRollback' is 0
MSI (s) (AC:AC) [10:13:02:454]: Machine policy value 'DisableRollback' is 0
MSI (s) (AC:AC) [10:13:02:454]: No System Restore sequence number for this installation.
MSI (s) (AC:AC) [10:13:02:454]: Unlocking Server
MSI (s) (AC:AC) [10:13:02:454]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'.
MSI (s) (AC:AC) [10:13:02:454]: Doing action: WiseCleanup
MSI (s) (AC:AC) [10:13:02:454]: Note: 1: 2205 2: 3: ActionText
Action ended 10:13:02: InstallFinalize. Return value 1.
MSI (s) (AC:24) [10:13:02:469]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI25.tmp, Entrypoint: Cleanup
Action start 10:13:02: WiseCleanup.
Action ended 10:13:02: WiseCleanup. Return value 1.
Action ended 10:13:02: INSTALL. Return value 1.
Property(S): ie7 = C:\WINDOWS\ie7\
Property(S): TARGETDIR = C:\
Property(S): ARPSYSTEMCOMPONENT = 1
Property(S): WiseInitLangDefault = English,1033
Property(S): ARPNOREPAIR = 1
Property(S): _WiseDebugMode = 0
Property(S): WiseInitSuffix = Wizard...
Property(S): WiseInitPrefix = Initializing
Property(S): INSTALLLEVEL = 3
Property(S): InstallMode = Complete
Property(S): ProductID = none
Property(S): WinSxS = C:\WINDOWS\
Property(S): WWWROOT = C:\
Property(S): AppDataFolder = C:\Documents and Settings\Administrator.BLG.000\Application Data\
Property(S): FavoritesFolder = C:\Documents and Settings\Administrator.BLG.000\Favorites\
Property(S): PrintHoodFolder = C:\Documents and Settings\Administrator.BLG.000\PrintHood\
Property(S): System16Folder = C:\WINDOWS\system\
Property(S): SendToFolder = C:\Documents and Settings\Administrator.BLG.000\SendTo\
Property(S): TempFolder = C:\DOCUME~1\ADMINI~1.000\LOCALS~1\Temp\
Property(S): WindowsFolder = C:\WINDOWS\
Property(S): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(S): GAC = C:\
Property(S): SystemFolder = C:\WINDOWS\system32\
Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\
Property(S): FontsFolder = C:\WINDOWS\Fonts\
Property(S): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\
Property(S): ProfilesFolder = C:\WINDOWS\
Property(S): PersonalFolder = C:\Documents and Settings\Administrator.BLG.000\My Documents\
Property(S): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(S): CommonFilesFolder = C:\Program Files\Common Files\
Property(S): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
Property(S): NetHoodFolder = C:\Documents and Settings\Administrator.BLG.000\NetHood\
Property(S): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(S): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
Property(S): RecentFolder = C:\Documents and Settings\Administrator.BLG.000\Recent\
Property(S): LocalAppDataFolder = C:\Documents and Settings\Administrator.BLG.000\Local Settings\Application Data\
Property(S): MyPicturesFolder = C:\Documents and Settings\Administrator.BLG.000\My Documents\My Pictures\
Property(S): UpgradeCode = {B483BF35-E9A6-4BD0-A86B-5C41D57E9B74}
Property(S): Manufacturer = Microsoft Corporation
Property(S): ALLUSERS = 1
Property(S): ProductVersion = 7.0.0.6000
Property(S): ProductName = BLG Internet Explorer 7
Property(S): ProductCode = {D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}
Property(S): ProductLanguage = 1033
Property(S): Date = 18/09/2008
Property(S): ProgramFilesFolder = C:\Program Files\
Property(S): SourceDir = \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\
Property(S): PackageCode = {D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}
Property(S): ProductState = 1
Property(S): REMOVE = ALL
Property(S): CURRENTDIRECTORY = C:\
Property(S): CLIENTUILEVEL = 2
Property(S): CLIENTPROCESSID = 1080
Property(S): PRODUCTLANGUAGE = 1033
Property(S): VersionDatabase = 200
Property(S): VersionMsi = 3.01
Property(S): VersionNT = 501
Property(S): WindowsBuild = 2600
Property(S): ServicePackLevel = 2
Property(S): ServicePackLevelMinor = 0
Property(S): MsiNTProductType = 1
Property(S): WindowsVolume = C:\
Property(S): RemoteAdminTS = 1
Property(S): GPTSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): ShellAdvtSupport = 1
Property(S): Intel = 15
Property(S): PhysicalMemory = 1014
Property(S): VirtualMemory = 2250
Property(S): AdminUser = 1
Property(S): LogonUser = Administrator
Property(S): UserSID = S-1-5-21-76089683-2052653957-1652426489-500
Property(S): UserLanguageID = 2057
Property(S): ComputerName = 04BLG01145
Property(S): SystemLanguageID = 2057
Property(S): ScreenX = 800
Property(S): ScreenY = 600
Property(S): CaptionHeight = 26
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): TextHeight = 16
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): Time = 10:13:02
Property(S): MsiNetAssemblySupport = 2.0.50727.1433
Property(S): MsiWin32AssemblySupport = 5.1.2600.3019
Property(S): RedirectedDllSupport = 2
Property(S): Privileged = 1
Property(S): USERNAME = BLG
Property(S): COMPANYNAME = BLG
Property(S): DATABASE = C:\WINDOWS\Installer\125694.msi
Property(S): OriginalDatabase = \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\IESetup.msi
Property(S): UILevel = 3
Property(S): MsiUIProgressOnly = 1
Property(S): MsiUIHideCancel = 1
Property(S): Preselected = 1
Property(S): ACTION = INSTALL
Property(S): ROOTDRIVE = C:\
Property(S): CostingComplete = 1
Property(S): SOURCEDIR = \\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\
Property(S): SourcedirProduct = {D2AEFC55-8CD6-427B-ACDA-9E7C921A2F7E}
Property(S): OutOfDiskSpace = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0
MSI (s) (AC:AC) [10:13:02:516]: Note: 1: 1724
MSI (s) (AC:AC) [10:13:02:516]: Product: BLG Internet Explorer 7 -- Removal completed successfully.

MSI (s) (AC:AC) [10:13:02:532]: Cleaning up uninstalled install packages, if any exist
MSI (s) (AC:AC) [10:13:02:532]: MainEngineThread is returning 0
MSI (s) (AC:14) [10:13:02:641]: Destroying RemoteAPI object.
MSI (s) (AC:DC) [10:13:02:641]: Custom Action Manager thread ending.
=== Logging stopped: 18/09/2008 10:13:02 ===
MSI (c) (38:E8) [10:13:02:641]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (38:E8) [10:13:02:641]: MainEngineThread is returning 0
=== Verbose logging stopped: 18/09/2008 10:13:02 ===

EDIT by AngelD: Use the code tag next time!
Posted by: anonymous_9363 15 years ago
Red Belt
0
ORIGINAL: MightyMin
The PID is of the MSI created with IEAK, as this initiates the IE7 .EXE installer I can try and find this PID to test?
Why not use:

.........MSIExec /X "\\pandora\Packages\Test\IE7\MSI\FLAT\WIN32\EN\IESetup.msi" /qb!- /l*v %TEMP%\UN_IE7.LOG

since the log you created tells us that that was the original source MSI?
Posted by: jimmyx 15 years ago
Purple Belt
0
Hi all,
I'm getting the same results when I try to uninstall IE7 through GPO, the log file (after looking in the right place) states that the uninstall was successful.

Event viewer reports that IE7 has been removed successfully...but IE7 still remains on the machine.

Any guidance would be greatly appreciated.

Thanks
Jimmy
Posted by: Darksun777 15 years ago
Yellow Belt
0
Hi all,

i have exact the same problem. Deploying the MSI-File which i have created with the IEAK works fine, but if i remove the Client from the GPO to uninstall IE7 the IE7 remains on the machine.

The Application log says that the uninstallation of IE7 was successfully - but however, IE7 is still installed.

Any help on this issue would be great!

Thanks!
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ