cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Neeraj
Level 3

Chained MSI with windows installer 4.5 is not working in some of the windows XP

We have a chained msi project. Main msi silently installs the other msi. It has windows installer 4.5 prerequisite included in the setup. This setup works with some of the windows xp (sp3) and not working with other windows xp (sp3).

Following entries are same in both working setup log and not working setup log
" ....................
Property(S): RemoteAdminTS = 1
Property(S): System16Folder = C:\WINDOWS\system\
Property(S): SystemFolder = C:\WINDOWS\system32\
Property(S): WindowsVolume = C:\
Property(S): MsiNTProductType = 1
Property(S): ServicePackLevelMinor = 0
Property(S): ServicePackLevel = 3
Property(S): WindowsBuild = 2600
Property(S): VersionMsi = 4.05
Property(S): ADDLOCAL = SimpleApp_Files
Property(S): ISCHECKFORPRODUCTUPDATES = 1
Property(S): ApplicationUsers = AllUsers
Property(S): AgreeToLicense = No
Property(S): _IsMaintenance = Change
.............."

The log differ after some line.. below it the log for not working setup

Property(S): PackagecodeChanging = 1
Property(S): USERNAME = test admin
Property(S): ProductState = -1
Property(S): PackageCode = {A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}
MSI (s) (90:24) [01:03:03:328]: MainEngineThread is returning 0
MSI (s) (90:A8) [01:03:03:703]: User policy value 'DisableRollback' is 0
MSI (s) (90:A8) [01:03:03:703]: Machine policy value 'DisableRollback' is 0
MSI (s) (90:A8) [01:03:03:703]: Incrementing counter to disable shutdown. Counter after increment: 0
................
......................

The working setup log is this..

Property(S): PackagecodeChanging = 1
Property(S): USERNAME = test admin
Property(S): ProductState = -1
Property(S): PackageCode = {A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}
MSI (s) (38:A4) [09:02:59:466]: MainEngineThread is returning 0
=== Verbose logging started: 02/06/2011 09:02:59 Build type: SHIP UNICODE 4.05.6001.00 Calling process: C:\WINDOWS\Installer\MSI54.tmp ===
MSI (c) (34:18) [09:02:59:669]: Resetting cached policy values
MSI (c) (34:18) [09:02:59:669]: Machine policy value 'Debug' is 0
MSI (c) (34:18) [09:02:59:669]: ******* RunEngine:
******* Product: C:\DOCUME~1\SESA15~1\LOCALS~1\Temp\{170A46EA-7252-45B8-94AA-2CB98D9FB10E}\SESU.msi
******* Action:
******* CommandLine: **********
MSI (c) (34:18) [09:02:59:669]: Machine policy value 'DisableUserInstalls' is 0
MSI (c) (34:18) [09:02:59:700]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\DOCUME~1\SESA15~1\LOCALS~1\Temp\{170A46EA-7252-45B8-94AA-2CB98D9FB10E}\SESU.msi' against software restriction policy
MSI (c) (34:18) [09:02:59:700]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (c) (34:18) [09:02:59:700]: SOFTWARE RESTRICTION POLICY: C:\DOCUME~1\SESA15~1\LOCALS~1\Temp\{170A46EA-7252-45B8-94AA-2CB98D9FB10E}\SESU.msi is not digitally signed
MSI (c) (34:18) [09:02:59:700]: SOFTWARE RESTRICTION POLICY: C:\DOCUME~1\SESA15~1\LOCALS~1\Temp\{170A46EA-7252-45B8-94AA-2CB98D9FB10E}\SESU.msi is permitted to run because the user token authorizes execution (marked SANDBOX_INERT).
MSI (c) (34:18) [09:02:59:716]: Cloaking enabled.
MSI (c) (34:18) [09:02:59:716]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (34:18) [09:02:59:716]: End dialog not enabled
MSI (c) (34:18) [09:02:59:716]: Original package ==> C:\DOCUME~1\SESA15~1\LOCALS~1\Temp\{170A46EA-7252-45B8-94AA-2CB98D9FB10E}\SESU.msi
MSI (c) (34:18) [09:02:59:716]: Package we're running from ==> C:\DOCUME~1\SESA15~1\LOCALS~1\Temp\40ed95.msi
MSI (c) (34:18) [09:02:59:716]: APPCOMPAT: looking for appcompat database entry with ProductCode '{553824E4-7DC6-40DA-8CFE-CEC1BB6E5A3C}'.
.....
..........................

Looking for help... unable to get what is going wrong.
Labels (1)
0 Kudos
(4) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

Try looking for differing lines related to chaining, transactions, and/or reboots. I know that Windows Installer disallows chaining when there is a pending reboot.
0 Kudos
Neeraj
Level 3

Hello MichaelU,
Thanks for the reply. I checked the lines related to chaining, transactions, and/or reboots. But they are same in the running setup log file and non-running setup log file.
Only difference is running setup log file contains more lines (setup lines for chained msi).
Important thing is this, I am unable to installed any other chained setup in that machine .. evertimes it is rolling back and (other) software is not getting installed in that machine.

Below mentioned is the non-running setup log file contents. Please have a look on it.

=== Verbose logging started: 6/5/2011 22:32:31 Build type: SHIP UNICODE 4.05.6001.00 Calling process: C:\WINDOWS\system32\MSIEXEC.EXE ===
MSI (c) (18:D0) [22:32:31:875]: Resetting cached policy values
MSI (c) (18:D0) [22:32:31:875]: Machine policy value 'Debug' is 0
MSI (c) (18:D0) [22:32:31:875]: ******* RunEngine:
******* Product: C:\Documents and Settings\test admin\Local Settings\Application Data\Downloaded Installations\{A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}\SimpleApp.msi
******* Action:
******* CommandLine: **********
............
............
Property(S) PackageCode = {A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}
MSI (s) (D8:40) [22:32:56:218] MainEngineThread is returning 0
// Differences starts after this line
MSI (s) (D8:F0) [22:32:56:437] User policy value 'DisableRollback' is 0
MSI (s) (D8:F0) [22:32:56:437] Machine policy value 'DisableRollback' is 0
MSI (s) (D8:F0) [22:32:56:437] Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (D8:F0) [22:32:56:453] Executing op: Header(Signature=1397708873,Version=405,Timestamp=1053144092,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: DialogInfo(Type=1,Argument=SimpleApp)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (D8:F0) [22:32:56:453]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList\Net,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: ProductInfo(ProductKey={473FBB8A-F28C-484A-A54C-912B26E2C7BF},ProductName=SimpleApp,PackageName=SimpleApp.msi,Language=1033,Version=16777216,Assignment=1,ObsoleteArg=0,ProductIcon=ARPPRODUCTICON.exe,,PackageCode={A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=LastUsedSource,Value=#%n;1;C:\Documents and Settings\test admin\Local Settings\Application Data\Downloaded Installations\{A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}\,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=Clients,Value=[~]:,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList\Media,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=1,Value=DISK1;1,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList\Media,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=DiskPrompt,Value=[1],)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:453]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList\Media 3: 2
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList\Net,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=1,Value=#%C:\Documents and Settings\test admin\Local Settings\Application Data\Downloaded Installations\{A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}\,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:453]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList\Net 3: 2
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=PackageName,Value=SimpleApp.msi,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:453]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList 3: 2
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:453]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList 3: 2
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\UpgradeCodes\4D95DBDB60F2FAD47B0394E59D3FCB2F,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=A8BBF374C82FA4845AC419B2622E7CFB,,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:453]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\UpgradeCodes\4D95DBDB60F2FAD47B0394E59D3FCB2F 3: 2
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=DeploymentFlags,Value=#3,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=AuthorizedLUAApp,Value=#0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=InstanceType,Value=#0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=ProductIcon,Value=C:\WINDOWS\Installer\{473FBB8A-F28C-484A-A54C-912B26E2C7BF}\ARPPRODUCTICON.exe,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=AdvertiseFlags,Value=#388,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=Assignment,Value=#1,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=Version,Value=#16777216,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=Language,Value=#1033,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=PackageCode,Value=8AD15F8AEC0133F4293FE4F191313BFE,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=ProductName,Value=SimpleApp,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Patches,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=AllPatches,,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Patches 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Patches,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Patches 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Patches,,BinaryType=-1,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Patches 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: FileRemove(,FileName=C:\WINDOWS\Installer\{473FBB8A-F28C-484A-A54C-912B26E2C7BF}\UNINST_Uninstall_S_075EBD354AC1455F9EC20EDFD8014F80.exe,Elevate=1,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: FileRemove(,FileName=C:\WINDOWS\Installer\{473FBB8A-F28C-484A-A54C-912B26E2C7BF}\MyTestProject.exe_5DE15FC195C7480E91D93C4D51BE6EB2.exe,Elevate=1,)
MSI (s) (D8:F0) [22:32:56:484]: Executing op: FileRemove(,FileName=C:\WINDOWS\Installer\{473FBB8A-F28C-484A-A54C-912B26E2C7BF}\ARPPRODUCTICON.exe,Elevate=1,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: ActionStart(Name=PublishFeatures,Description=Publishing product features,Template=Feature: [1])
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Features,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=SimpleApp_Files,Value=sx%gBz*aL?m2Xb=!w!Js%C[BvFz(v8N&Bad9z0m1f8DXfz{@j@e,kr`pDh5^,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:500]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Features 3: 2
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\A8BBF374C82FA4845AC419B2622E7CFB,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=SimpleApp_Files,,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:500]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:500]: Executing op: ActionStart(Name=MsiPublishAssemblies,Description=Publishing assembly information,Template=Application Context:[1], Assembly Name:[2])
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Assemblies\C:|Program Files|SimpleApp|My Product Name|MyTestProject.exe,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=MyTestProject,Version="1.0.0.0",Culture="neutral",FileVersion="1.0.0.0",ProcessorArchitecture="MSIL",Value=J^Mu=6Oz7?'U6!2dD8_f>%C[BvFz(v8N&Bad9z0m1[~],)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:500]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Assemblies\C:|Program Files|SimpleApp|My Product Name|MyTestProject.exe 3: 2
MSI (s) (D8:F0) [22:32:56:500]: Executing op: ActionStart(Name=RegisterProduct,Description=Registering product,Template=[1])
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{473FBB8A-F28C-484A-A54C-912B26E2C7BF},SecurityDescriptor=BinaryData,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=DisplayName,Value=SimpleApp,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\InstallProperties,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=DisplayName,Value=SimpleApp,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Usage,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\4D95DBDB60F2FAD47B0394E59D3FCB2F,SecurityDescriptor=BinaryData,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=A8BBF374C82FA4845AC419B2622E7CFB,,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:500]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\4D95DBDB60F2FAD47B0394E59D3FCB2F 3: 2
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{473FBB8A-F28C-484A-A54C-912B26E2C7BF},SecurityDescriptor=BinaryData,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=Language,Value=#1033,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=Version,Value=#16777216,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=WindowsInstaller,Value=#1,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=VersionMinor,Value=#00,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=VersionMajor,Value=#1,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegRemoveValue(Name=URLUpdateInfo,,)
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegRemoveValue(Name=URLInfoAbout,Value=http://www.SimpleApp.com,)
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegRemoveValue(Name=UninstallString,Value=#%MsiExec.exe /I{473FBB8A-F28C-484A-A54C-912B26E2C7BF},)
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegRemoveValue(Name=EstimatedSize,Value=#+4,)
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegRemoveValue(Name=Size,,)
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegRemoveValue(Name=Readme,,)
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegRemoveValue(Name=Publisher,Value=SimpleApp,)
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegRemoveValue(Name=ModifyPath,Value=#%MsiExec.exe /I{473FBB8A-F28C-484A-A54C-912B26E2C7BF},)
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegRemoveValue(Name=InstallSource,Value=C:\Documents and Settings\test admin\Local Settings\Application Data\Downloaded Installations\{A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}\,)
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegRemoveValue(Name=InstallLocation,Value=C:\Program Files\SimpleApp\My Product Name\,)
MSI (s) (D8:F0) [22:32:56:515]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegRemoveValue(Name=InstallDate,Value=20110605,)
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegRemoveValue(Name=HelpTelephone,,)
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegRemoveValue(Name=HelpLink,,)
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegRemoveValue(Name=DisplayVersion,Value=1.00.0000,)
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegRemoveValue(Name=Contact,,)
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegRemoveValue(Name=Comments,,)
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegRemoveValue(Name=AuthorizedCDFPrefix,,)
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:531]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{473FBB8A-F28C-484A-A54C-912B26E2C7BF} 3: 2
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:531]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\InstallProperties,,BinaryType=0,)
..........
MSI (s) (D8:F0) [22:32:56:546]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:546]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\InstallProperties 3: 2
.....
MSI (s) (D8:F0) [22:32:56:578]: Executing op: CustomActionRollback(Action=ISChainPackageRollback,ActionType=1281,Source=BinaryData,Target=ISChainPackagesCleanup,CustomActionData=C:\DOCUME~1\TESTAD~1\LOCALS~1\Temp\{ABE0FC25-FBD5-44CD-BC1E-4F8CF6BA2560})
MSI (s) (D8:FC) [22:32:56:593]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI78.tmp, Entrypoint: ISChainPackagesCleanup
MSI (s) (D8:F0) [22:33:00:203]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
MSI (s) (D8:F0) [22:33:00:203]: Error in rollback skipped. Return: 5
MSI (s) (D8:F0) [22:33:00:218]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (D8:F0) [22:33:00:218]: Restoring environment variables
MSI (s) (D8:F0) [22:33:00:218]: Calling SRSetRestorePoint API. dwRestorePtType: 13, dwEventType: 103, llSequenceNumber: 25, szDescription: "".
MSI (s) (D8:F0) [22:33:00:312]: The call to SRSetRestorePoint API succeeded. Returned status: 0.
MSI (c) (18:D0) [22:33:00:343]: Back from server. Return value: 1603
MSI (c) (18:D0) [22:33:00:343]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (18:D0) [22:33:00:343]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'.
Action ended 22:33:00: ExecuteAction. Return value 3.
MSI (c) (18:D0) [22:33:00:343]: Doing action: SetupCompleteError
Action 22:33:00: SetupCompleteError.
Action start 22:33:00: SetupCompleteError.
Action 22:33:00: SetupCompleteError. Dialog created
Action ended 22:33:06: SetupCompleteError. Return value 2.
Action ended 22:33:06: INSTALL. Return value 3.
Property(C): DiskPrompt = [1]
Property(C): UpgradeCode = {BDBD59D4-2F06-4DAF-B730-495ED9F3BCF2}
Property(C): ProductCode = {473FBB8A-F28C-484A-A54C-912B26E2C7BF}
Property(C): PrimaryVolumeSpaceRemaining = 0
Property(C): PrimaryVolumeSpaceRequired = 0
Property(C): PrimaryVolumeSpaceAvailable = 0
Property(C): OutOfNoRbDiskSpace = 0
Property(C): OutOfDiskSpace = 0
Property(C): SourcedirProduct = {473FBB8A-F28C-484A-A54C-912B26E2C7BF}
Property(C): CostingComplete = 1
Property(C): ROOTDRIVE = C:\
Property(C): EXECUTEACTION = INSTALL
Property(C): ACTION = INSTALL
Property(C): UILevel = 5
Property(C): VersionHandler = 4.05
...
Property(C): DATABASE = C:\DOCUME~1\TESTAD~1\LOCALS~1\Temp\f10f4fb.msi
Property(C): Privileged = 1
Property(C): RedirectedDllSupport = 2
Property(C): MsiWin32AssemblySupport = 5.1.2600.5512
Property(C): MsiNetAssemblySupport = 2.0.50727.3053
Property(C): Date = 6/5/2011
Property(C): Time = 22:33:06
Property(C): TTCSupport = 1
Property(C): ColorBits = 16
Property(C): VersionNT = 501
Property(C): TARGETDIR = C:\
Property(C): ALLUSERSPROFILE = C:\Documents and Settings\All Users\
Property(C): TextInternalLeading = 3
Property(C): TextHeight = 16
Property(C): BorderSide = 1
Property(C): BorderTop = 1
Property(C): CaptionHeight = 26
Property(C): CommonFilesFolder = C:\Program Files\Common Files\
Property(C): ISYourDataBaseDir = C:\Program Files\SimpleApp\My Product Name\Database\
Property(C): DATABASEDIR = C:\Program Files\SimpleApp\My Product Name\Database\
Property(C): ScreenY = 768
Property(C): ScreenX = 1024
Property(C): SystemLanguageID = 1033
Property(C): ComputerName = XPOFFICE
Property(C): UserLanguageID = 1033
Property(C): UserSID = S-1-5-21-796845957-412668190-682003330-1003
Property(C): MY_PRODUCT_NAME1 = C:\Program Files\SimpleApp\My Product Name\
Property(C): INSTALLDIR = C:\Program Files\SimpleApp\My Product Name\
Property(C): ISCommonFilesFolder = C:\Program Files\Common Files\InstallShield\
Property(C): ProgramFilesFolder = C:\Program Files\
Property(C): LogonUser = test admin
Property(C): AdminUser = 1
Property(C): ISUpdateServiceFolder = C:\Program Files\Common Files\InstallShield\UpdateService\
Property(C): VirtualMemory = 2211
Property(C): PhysicalMemory = 1024
Property(C): SIMPLEAPP = C:\Program Files\SimpleApp\
Property(C): Intel = 6
Property(C): ShellAdvtSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): GPTSupport = 1
....
....
Property(C): TempFolder = C:\DOCUME~1\TESTAD~1\LOCALS~1\Temp\
Property(C): RemoteAdminTS = 1
Property(C): System16Folder = C:\WINDOWS\system\
Property(C): SystemFolder = C:\WINDOWS\system32\
Property(C): WindowsVolume = C:\
Property(C): ISCHECKFORPRODUCTUPDATES = 1
Property(C): ApplicationUsers = AllUsers
Property(C): AgreeToLicense = Yes
Property(C): _IsMaintenance = Change
Property(C): RestartManagerOption = CloseRestart
Property(C): SetupType = Typical
Property(C): _IsSetupTypeMin = Typical
Property(C): Display_IsBitmapDlg = 1
Property(C): ARPPRODUCTICON = ARPPRODUCTICON.exe
Property(C): DefaultUIFont = Tahoma8
Property(C): DialogCaption = InstallShield for Windows Installer
Property(C): DisplayNameCustom = Custom
Property(C): DisplayNameMinimal = Minimal
Property(C): DisplayNameTypical = Typical
Property(C): DWUSINTERVAL = 30
Property(C): ErrorDialog = SetupError
Property(C): InstallChoice = AR
Property(C): INSTALLLEVEL = 100
Property(C): IS_COMPLUS_PROGRESSTEXT_COST = Costing COM+ application: [1]
...
...
Property(C): IS_SQLSERVER_AUTHENTICATION = 0
Property(C): IS_SQLSERVER_USERNAME = sa
Property(C): ISVROOT_PORT_NO = 0
Property(C): Manufacturer = SimpleApp
Property(C): PIDTemplate = 12345<###-%%%%%%%>@@@@@
Property(C): ProductID = none
Property(C): ProductLanguage = 1033
Property(C): ProductName = SimpleApp
Property(C): ProductVersion = 1.00.0000
Property(C): PROGMSG_IIS_CREATEAPPPOOL = Creating application pool %s
....
....
Property(C): PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS = Rolling back web service extensions...
Property(C): ProgressType0 = install
Property(C): ProgressType1 = Installing
Property(C): ProgressType2 = installed
Property(C): ProgressType3 = installs
Property(C): RebootYesNo = Yes
Property(C): ReinstallModeText = omus
Property(C): IS_PREVENT_DOWNGRADE_EXIT = A newer version of this application is already installed on this computer. If you wish to install this version, please uninstall the newer version first. Click OK to exit the wizard.
Property(C): SecureCustomProperties = ISFOUNDNEWERPRODUCTVERSION;USERNAME;COMPANYNAME;ISX_SERIALNUM;SUPPORTDIR
Property(C): ALLUSERS = 1
....
Property(C): DWUSLINK = CE7CB7AFFEDCA7F8B9ACE7DF8E1C978FF9BB878FFEBCC0DFCE7C70E8B9DBE76F89BBF0EFDEAC
Property(C): ARPURLINFOABOUT = http://www.SimpleApp.com
Property(C): SHOWLAUNCHPROGRAM = 0
Property(C): SETUPEXENAME = sesu_setup.exe
Property(C): MsiLogFileLocation = C:\Documents and Settings\test admin\Desktop\.\test.log
Property(C): MsiNTProductType = 1
Property(C): ServicePackLevelMinor = 0
Property(C): ServicePackLevel = 3
Property(C): WindowsBuild = 2600
Property(C): VersionMsi = 4.05
Property(C): VersionDatabase = 200
Property(C): CLIENTPROCESSID = 3864
Property(C): CLIENTUILEVEL = 0
Property(C): CURRENTDIRECTORY = C:\Documents and Settings\test admin\Desktop
Property(C): SETUPEXEDIR = C:\Documents and Settings\test admin\Desktop
Property(C): COMPANYNAME = Schneider Electric
Property(C): PackagecodeChanging = 1
Property(C): USERNAME = test admin
Property(C): ProductState = -1
Property(C): PackageCode = {A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}
=== Logging stopped: 6/5/2011 22:33:06 ===
MSI (c) (18:D0) [22:33:06:718]: Note: 1: 1708
MSI (c) (18:D0) [22:33:06:718]: Product: SimpleApp -- Installation operation failed.

MSI (c) (18:D0) [22:33:06:734]: Windows Installer installed the product. Product Name: SimpleApp. Product Version: 1.00.0000. Product Language: 1033. Installation success or error status: 1603.

MSI (c) (18:D0) [22:33:06:765]: Grabbed execution mutex.
MSI (c) (18:D0) [22:33:06:765]: Cleaning up uninstalled install packages, if any exist
MSI (c) (18:D0) [22:33:06:781]: MainEngineThread is returning 1603
=== Verbose logging stopped: 6/5/2011 22:33:06 ===

I tried some actions for "Installation success or error status: 1603" after google search. But were in vain...
I have restarted the system my times
Looking for yours support...
0 Kudos
Neeraj
Level 3

Hi Michael,
Thanks for the reply,
I tried for different lines but they are same. Working setup log contains more lines.
Even its working with some XP (sp2) machines. I have reboot the system...

Please have a look on the below non-working log contents..
=== Verbose logging started: 6/5/2011 22:32:31 Build type: SHIP UNICODE 4.05.6001.00 Calling process: C:\WINDOWS\system32\MSIEXEC.EXE ===
....
Property(S): PackageCode = {A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}
MSI (s) (D8:40) [22:32:56:218]: MainEngineThread is returning 0
// Difference starts after this.....
MSI (s) (D8:F0) [22:32:56:437]: User policy value 'DisableRollback' is 0
MSI (s) (D8:F0) [22:32:56:437]: Machine policy value 'DisableRollback' is 0
MSI (s) (D8:F0) [22:32:56:437]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (D8:F0) [22:32:56:453]: Executing op: Header(Signature=1397708873,Version=405,Timestamp=1053144092,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: DialogInfo(Type=1,Argument=SimpleApp)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (D8:F0) [22:32:56:453]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList\Net,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: ProductInfo(ProductKey={473FBB8A-F28C-484A-A54C-912B26E2C7BF},ProductName=SimpleApp,PackageName=SimpleApp.msi,Language=1033,Version=16777216,Assignment=1,ObsoleteArg=0,ProductIcon=ARPPRODUCTICON.exe,,PackageCode={A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=LastUsedSource,Value=#%n;1;C:\Documents and Settings\test admin\Local Settings\Application Data\Downloaded Installations\{A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}\,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=Clients,Value=[~]:,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList\Media,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=1,Value=DISK1;1,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList\Media,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=DiskPrompt,Value=[1],)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:453]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList\Media 3: 2
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList\Net,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=1,Value=#%C:\Documents and Settings\test admin\Local Settings\Application Data\Downloaded Installations\{A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}\,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:453]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList\Net 3: 2
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=PackageName,Value=SimpleApp.msi,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:453]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList 3: 2
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:453]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB\SourceList 3: 2
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\UpgradeCodes\4D95DBDB60F2FAD47B0394E59D3FCB2F,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=A8BBF374C82FA4845AC419B2622E7CFB,,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:453]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\UpgradeCodes\4D95DBDB60F2FAD47B0394E59D3FCB2F 3: 2
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=DeploymentFlags,Value=#3,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=AuthorizedLUAApp,Value=#0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=InstanceType,Value=#0,)
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:453]: Executing op: RegRemoveValue(Name=ProductIcon,Value=C:\WINDOWS\Installer\{473FBB8A-F28C-484A-A54C-912B26E2C7BF}\ARPPRODUCTICON.exe,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=AdvertiseFlags,Value=#388,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=Assignment,Value=#1,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=Version,Value=#16777216,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=Language,Value=#1033,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=PackageCode,Value=8AD15F8AEC0133F4293FE4F191313BFE,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=ProductName,Value=SimpleApp,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
.....
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Patches,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveValue(Name=AllPatches,,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Patches 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Patches,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Patches 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Patches,,BinaryType=-1,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:468]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Patches 3: 2
MSI (s) (D8:F0) [22:32:56:468]: Executing op: FileRemove(,FileName=C:\WINDOWS\Installer\{473FBB8A-F28C-484A-A54C-912B26E2C7BF}\UNINST_Uninstall_S_075EBD354AC1455F9EC20EDFD8014F80.exe,Elevate=1,)
MSI (s) (D8:F0) [22:32:56:468]: Executing op: FileRemove(,FileName=C:\WINDOWS\Installer\{473FBB8A-F28C-484A-A54C-912B26E2C7BF}\MyTestProject.exe_5DE15FC195C7480E91D93C4D51BE6EB2.exe,Elevate=1,)
MSI (s) (D8:F0) [22:32:56:484]: Executing op: FileRemove(,FileName=C:\WINDOWS\Installer\{473FBB8A-F28C-484A-A54C-912B26E2C7BF}\ARPPRODUCTICON.exe,Elevate=1,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: ActionStart(Name=PublishFeatures,Description=Publishing product features,Template=Feature: [1])
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Features,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=SimpleApp_Files,Value=sx%gBz*aL?m2Xb=!w!Js%C[BvFz(v8N&Bad9z0m1f8DXfz{@j@e,kr`pDh5^,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:500]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Features 3: 2
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\A8BBF374C82FA4845AC419B2622E7CFB,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=SimpleApp_Files,,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:500]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\A8BBF374C82FA4845AC419B2622E7CFB 3: 2
MSI (s) (D8:F0) [22:32:56:500]: Executing op: ActionStart(Name=MsiPublishAssemblies,Description=Publishing assembly information,Template=Application Context:[1], Assembly Name:[2])
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Assemblies\C:|Program Files|SimpleApp|My Product Name|MyTestProject.exe,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=MyTestProject,Version="1.0.0.0",Culture="neutral",FileVersion="1.0.0.0",ProcessorArchitecture="MSIL",Value=J^Mu=6Oz7?'U6!2dD8_f>%C[BvFz(v8N&Bad9z0m1[~],)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:500]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Assemblies\C:|Program Files|SimpleApp|My Product Name|MyTestProject.exe 3: 2
MSI (s) (D8:F0) [22:32:56:500]: Executing op: ActionStart(Name=RegisterProduct,Description=Registering product,Template=[1])
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{473FBB8A-F28C-484A-A54C-912B26E2C7BF},SecurityDescriptor=BinaryData,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=DisplayName,Value=SimpleApp,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\InstallProperties,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=DisplayName,Value=SimpleApp,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\Usage,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\4D95DBDB60F2FAD47B0394E59D3FCB2F,SecurityDescriptor=BinaryData,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=A8BBF374C82FA4845AC419B2622E7CFB,,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:500]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\4D95DBDB60F2FAD47B0394E59D3FCB2F 3: 2
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{473FBB8A-F28C-484A-A54C-912B26E2C7BF},SecurityDescriptor=BinaryData,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:500]: Executing op: RegRemoveValue(Name=Language,Value=#1033,)
.....
MSI (s) (D8:F0) [22:32:56:546]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:546]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\InstallProperties,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:546]: Executing op: RegRemoveValue(Name=LocalPackage,Value=C:\WINDOWS\Installer\f10ac8d.msi,)
MSI (s) (D8:F0) [22:32:56:546]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:546]: Executing op: FileRemove(,FileName=C:\WINDOWS\Installer\f10ac8d.msi,Elevate=1,)
MSI (s) (D8:F0) [22:32:56:546]: Executing op: ActionStart(Name=RegisterUser,Description=Registering user,Template=[1])
MSI (s) (D8:F0) [22:32:56:546]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\InstallProperties,,BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:546]: Executing op: RegRemoveValue(Name=ProductID,Value=none,)
MSI (s) (D8:F0) [22:32:56:546]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:546]: Executing op: RegRemoveValue(Name=RegCompany,Value=Schneider Electric,)
MSI (s) (D8:F0) [22:32:56:546]: Executing op: RegCreateKey()
MSI (s) (D8:F0) [22:32:56:546]: Executing op: RegRemoveValue(Name=RegOwner,Value=test admin,)
MSI (s) (D8:F0) [22:32:56:546]: Executing op: RegRemoveKey()
MSI (s) (D8:F0) [22:32:56:546]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A8BBF374C82FA4845AC419B2622E7CFB\InstallProperties 3: 2
MSI (s) (D8:F0) [22:32:56:546]: Executing op: ActionStart(Name=CreateShortcuts,Description=Creating shortcuts,Template=Shortcut: [1])
MSI (s) (D8:F0) [22:32:56:546]: Executing op: SetTargetFolder(Folder=23\SimpleApp\SimpleApp\)
MSI (s) (D8:F0) [22:32:56:546]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (s) (D8:F0) [22:32:56:546]: Executing op: FileRemove(,FileName=Uninstall SimpleApp.lnk,,)
MSI (s) (D8:F0) [22:32:56:546]: Executing op: SetTargetFolder(Folder=23\SimpleApp\SimpleApp\)
MSI (s) (D8:F0) [22:32:56:546]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (s) (D8:F0) [22:32:56:546]: Executing op: FileRemove(,FileName=Launch MyTestProject.exe.lnk,,)
MSI (s) (D8:F0) [22:32:56:562]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: [6])
MSI (s) (D8:F0) [22:32:56:562]: Executing op: SetTargetFolder(Folder=C:\Program Files\SimpleApp\My Product Name\)
MSI (s) (D8:F0) [22:32:56:562]: Executing op: FileRemove(,FileName=C:\Program Files\SimpleApp\My Product Name\MyTestProject.exe,,)
MSI (s) (D8:F0) [22:32:56:562]: Executing op: FileRemove(,FileName=C:\Program Files\SimpleApp\My Product Name\Schneider.txt,,)
MSI (s) (D8:F0) [22:32:56:562]: Executing op: ActionStart(Name=CreateFolders,Description=Creating folders,Template=Folder: [1])
MSI (s) (D8:F0) [22:32:56:562]: Executing op: FolderRemove(Folder=C:\Program Files\SimpleApp\My Product Name\,Foreign=0)
MSI (s) (D8:F0) [22:32:56:562]: Executing op: ActionStart(Name=RemoveODBC,Description=Removing ODBC components,)
MSI (s) (D8:F0) [22:32:56:562]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)
MSI (s) (D8:F0) [22:32:56:562]: Executing op: ComponentUnregister(ComponentId={BF9087BA-4BA8-4D10-87DD-D3ADFCC18DA5},ProductKey={473FBB8A-F28C-484A-A54C-912B26E2C7BF},BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:562]: Executing op: ComponentUnregister(ComponentId={F08D35A3-933D-410C-9237-A2B99761F12A},ProductKey={473FBB8A-F28C-484A-A54C-912B26E2C7BF},BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:578]: Executing op: ComponentUnregister(ComponentId={532ACA57-7457-48E7-95D9-8E468A107DE7},ProductKey={473FBB8A-F28C-484A-A54C-912B26E2C7BF},BinaryType=0,)
MSI (s) (D8:F0) [22:32:56:578]: Executing op: ActionStart(Name=ISChainPackageCommit,,)
MSI (s) (D8:F0) [22:32:56:578]: Executing op: ActionStart(Name=ISChainPackageRollback,,)
MSI (s) (D8:F0) [22:32:56:578]: Executing op: CustomActionRollback(Action=ISChainPackageRollback,ActionType=1281,Source=BinaryData,Target=ISChainPackagesCleanup,CustomActionData=C:\DOCUME~1\TESTAD~1\LOCALS~1\Temp\{ABE0FC25-FBD5-44CD-BC1E-4F8CF6BA2560})
MSI (s) (D8:FC) [22:32:56:593]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI78.tmp, Entrypoint: ISChainPackagesCleanup
MSI (s) (D8:F0) [22:33:00:203]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
MSI (s) (D8:F0) [22:33:00:203]: Error in rollback skipped. Return: 5
MSI (s) (D8:F0) [22:33:00:218]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (D8:F0) [22:33:00:218]: Restoring environment variables
MSI (s) (D8:F0) [22:33:00:218]: Calling SRSetRestorePoint API. dwRestorePtType: 13, dwEventType: 103, llSequenceNumber: 25, szDescription: "".
MSI (s) (D8:F0) [22:33:00:312]: The call to SRSetRestorePoint API succeeded. Returned status: 0.
MSI (c) (18:D0) [22:33:00:343]: Back from server. Return value: 1603
MSI (c) (18:D0) [22:33:00:343]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (18:D0) [22:33:00:343]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'.
Action ended 22:33:00: ExecuteAction. Return value 3.
MSI (c) (18:D0) [22:33:00:343]: Doing action: SetupCompleteError
Action 22:33:00: SetupCompleteError.
Action start 22:33:00: SetupCompleteError.
Action 22:33:00: SetupCompleteError. Dialog created
Action ended 22:33:06: SetupCompleteError. Return value 2.
Action ended 22:33:06: INSTALL. Return value 3.
Property(C): DiskPrompt = [1]
Property(C): UpgradeCode = {BDBD59D4-2F06-4DAF-B730-495ED9F3BCF2}
Property(C): ProductCode = {473FBB8A-F28C-484A-A54C-912B26E2C7BF}
Property(C): PrimaryVolumeSpaceRemaining = 0
Property(C): PrimaryVolumeSpaceRequired = 0
Property(C): PrimaryVolumeSpaceAvailable = 0
Property(C): OutOfNoRbDiskSpace = 0
Property(C): OutOfDiskSpace = 0
Property(C): SourcedirProduct = {473FBB8A-F28C-484A-A54C-912B26E2C7BF}
Property(C): CostingComplete = 1
Property(C): ROOTDRIVE = C:\
Property(C): EXECUTEACTION = INSTALL
Property(C): ACTION = INSTALL
Property(C): UILevel = 5
Property(C): VersionHandler = 4.05
Property(C): SOURCEDIR = C:\Documents and Settings\test admin\Local Settings\Application Data\Downloaded Installations\{A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}\
Property(C): OriginalDatabase = C:\Documents and Settings\test admin\Local Settings\Application Data\Downloaded Installations\{A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}\SimpleApp.msi
Property(C): DATABASE = C:\DOCUME~1\TESTAD~1\LOCALS~1\Temp\f10f4fb.msi
Property(C): Privileged = 1
Property(C): RedirectedDllSupport = 2
Property(C): MsiWin32AssemblySupport = 5.1.2600.5512
Property(C): MsiNetAssemblySupport = 2.0.50727.3053
Property(C): Date = 6/5/2011
Property(C): Time = 22:33:06
Property(C): TTCSupport = 1
Property(C): ColorBits = 16
Property(C): VersionNT = 501
Property(C): TARGETDIR = C:\
Property(C): ALLUSERSPROFILE = C:\Documents and Settings\All Users\
Property(C): TextInternalLeading = 3
Property(C): TextHeight = 16
Property(C): BorderSide = 1
Property(C): BorderTop = 1
Property(C): CaptionHeight = 26
Property(C): CommonFilesFolder = C:\Program Files\Common Files\
Property(C): ISYourDataBaseDir = C:\Program Files\SimpleApp\My Product Name\Database\
Property(C): DATABASEDIR = C:\Program Files\SimpleApp\My Product Name\Database\
Property(C): ScreenY = 768
Property(C): ScreenX = 1024
Property(C): SystemLanguageID = 1033
Property(C): ComputerName = XPOFFICE
Property(C): UserLanguageID = 1033
Property(C): UserSID = S-1-5-21-796845957-412668190-682003330-1003
Property(C): MY_PRODUCT_NAME1 = C:\Program Files\SimpleApp\My Product Name\
Property(C): INSTALLDIR = C:\Program Files\SimpleApp\My Product Name\
Property(C): ISCommonFilesFolder = C:\Program Files\Common Files\InstallShield\
Property(C): ProgramFilesFolder = C:\Program Files\
Property(C): LogonUser = test admin
Property(C): AdminUser = 1
Property(C): ISUpdateServiceFolder = C:\Program Files\Common Files\InstallShield\UpdateService\
Property(C): VirtualMemory = 2211
Property(C): PhysicalMemory = 1024
Property(C): SIMPLEAPP = C:\Program Files\SimpleApp\
Property(C): Intel = 6
Property(C): ShellAdvtSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): GPTSupport = 1
Property(C): FontsFolder = C:\WINDOWS\Fonts\
Property(C): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\
Property(C): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(C): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\
Property(C): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(C): SourceDir = C:\Documents and Settings\test admin\Local Settings\Application Data\Downloaded Installations\{A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}\
Property(C): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
Property(C): MyPicturesFolder = C:\Documents and Settings\test admin\My Documents\My Pictures\
Property(C): USERPROFILE = C:\Documents and Settings\test admin\
Property(C): WindowsFolder = C:\WINDOWS\
Property(C): LocalAppDataFolder = C:\Documents and Settings\test admin\Local Settings\Application Data\
Property(C): simple_1_simpleapp = C:\Documents and Settings\All Users\Start Menu\Programs\SimpleApp\
Property(C): simple_1_simpleapp1 = C:\Documents and Settings\All Users\Start Menu\Programs\SimpleApp\SimpleApp\
Property(C): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
Property(C): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(C): SendToFolder = C:\Documents and Settings\test admin\SendTo\
Property(C): RecentFolder = C:\Documents and Settings\test admin\Recent\
Property(C): PrintHoodFolder = C:\Documents and Settings\test admin\PrintHood\
Property(C): PersonalFolder = C:\Documents and Settings\test admin\My Documents\
Property(C): NetHoodFolder = C:\Documents and Settings\test admin\NetHood\
Property(C): FavoritesFolder = C:\Documents and Settings\test admin\Favorites\
Property(C): AppDataFolder = C:\Documents and Settings\test admin\Application Data\
Property(C): TempFolder = C:\DOCUME~1\TESTAD~1\LOCALS~1\Temp\
Property(C): RemoteAdminTS = 1
Property(C): System16Folder = C:\WINDOWS\system\
Property(C): SystemFolder = C:\WINDOWS\system32\
Property(C): WindowsVolume = C:\
Property(C): ISCHECKFORPRODUCTUPDATES = 1
Property(C): ApplicationUsers = AllUsers
Property(C): AgreeToLicense = Yes
Property(C): _IsMaintenance = Change
Property(C): RestartManagerOption = CloseRestart
Property(C): SetupType = Typical
Property(C): _IsSetupTypeMin = Typical
Property(C): Display_IsBitmapDlg = 1
Property(C): ARPPRODUCTICON = ARPPRODUCTICON.exe
Property(C): DefaultUIFont = Tahoma8
Property(C): DialogCaption = InstallShield for Windows Installer
Property(C): DisplayNameCustom = Custom
Property(C): DisplayNameMinimal = Minimal
Property(C): DisplayNameTypical = Typical
Property(C): DWUSINTERVAL = 30
Property(C): ErrorDialog = SetupError
Property(C): InstallChoice = AR
Property(C): INSTALLLEVEL = 100
Property(C): IS_COMPLUS_PROGRESSTEXT_COST = Costing COM+ application: [1]
Property(C): IS_COMPLUS_PROGRESSTEXT_INSTALL = Installing COM+ application: [1]
Property(C): IS_COMPLUS_PROGRESSTEXT_UNINSTALL = Uninstalling COM+ application: [1]
Property(C): IS_PROGMSG_XML_COSTING = Costing XML files...
Property(C): IS_PROGMSG_XML_CREATE_FILE = Creating XML file %s...
Property(C): IS_PROGMSG_XML_FILES = Performing XML file changes...
Property(C): IS_PROGMSG_XML_REMOVE_FILE = Removing XML file %s...
Property(C): IS_PROGMSG_XML_ROLLBACK_FILES = Rolling back XML file changes...
Property(C): IS_PROGMSG_XML_UPDATE_FILE = Updating XML file %s...
Property(C): IS_SQLSERVER_AUTHENTICATION = 0
Property(C): IS_SQLSERVER_USERNAME = sa
Property(C): ISVROOT_PORT_NO = 0
Property(C): Manufacturer = SimpleApp
Property(C): PIDTemplate = 12345<###-%%%%%%%>@@@@@
Property(C): ProductID = none
Property(C): ProductLanguage = 1033
Property(C): ProductName = SimpleApp
Property(C): ProductVersion = 1.00.0000
Property(C): PROGMSG_IIS_CREATEAPPPOOL = Creating application pool %s

Property(C): ProgressType0 = install
Property(C): ProgressType1 = Installing
Property(C): ProgressType2 = installed
Property(C): ProgressType3 = installs
Property(C): RebootYesNo = Yes
Property(C): ReinstallModeText = omus
Property(C): IS_PREVENT_DOWNGRADE_EXIT = A newer version of this application is already installed on this computer. If you wish to install this version, please uninstall the newer version first. Click OK to exit the wizard.
Property(C): SecureCustomProperties = ISFOUNDNEWERPRODUCTVERSION;USERNAME;COMPANYNAME;ISX_SERIALNUM;SUPPORTDIR
Property(C): ALLUSERS = 1
Property(C): PROGMSG_IIS_REMOVEWEBSITES = Removing IIS websites...
Property(C): PROGMSG_IIS_CREATEWEBSITE = Creating IIS website %s
Property(C): PROGMSG_IIS_CREATEWEBSITES = Creating IIS websites...
Property(C): DWUSLINK = CE7CB7AFFEDCA7F8B9ACE7DF8E1C978FF9BB878FFEBCC0DFCE7C70E8B9DBE76F89BBF0EFDEAC
Property(C): ARPURLINFOABOUT = http://www.SimpleApp.com
Property(C): SHOWLAUNCHPROGRAM = 0
Property(C): SETUPEXENAME = sesu_setup.exe
Property(C): MsiLogFileLocation = C:\Documents and Settings\test admin\Desktop\.\test.log
Property(C): MsiNTProductType = 1
Property(C): ServicePackLevelMinor = 0
Property(C): ServicePackLevel = 3
Property(C): WindowsBuild = 2600
Property(C): VersionMsi = 4.05
Property(C): VersionDatabase = 200
Property(C): CLIENTPROCESSID = 3864
Property(C): CLIENTUILEVEL = 0
Property(C): CURRENTDIRECTORY = C:\Documents and Settings\test admin\Desktop
Property(C): SETUPEXEDIR = C:\Documents and Settings\test admin\Desktop
Property(C): COMPANYNAME = Schneider Electric
Property(C): PackagecodeChanging = 1
Property(C): USERNAME = test admin
Property(C): ProductState = -1
Property(C): PackageCode = {A8F51DA8-10CE-4F33-92F3-4E1F1913B3EF}
=== Logging stopped: 6/5/2011 22:33:06 ===
MSI (c) (18:D0) [22:33:06:718]: Note: 1: 1708
MSI (c) (18:D0) [22:33:06:718]: Product: SimpleApp -- Installation operation failed.

MSI (c) (18:D0) [22:33:06:734]: Windows Installer installed the product. Product Name: SimpleApp. Product Version: 1.00.0000. Product Language: 1033. Installation success or error status: 1603.

MSI (c) (18:D0) [22:33:06:765]: Grabbed execution mutex.
MSI (c) (18:D0) [22:33:06:765]: Cleaning up uninstalled install packages, if any exist
MSI (c) (18:D0) [22:33:06:781]: MainEngineThread is returning 1603
=== Verbose logging stopped: 6/5/2011 22:33:06 ===

Looking for yours support
0 Kudos
Neeraj
Level 3

Hi Michael,

My issue appear to be same as described in KB Q205786 (http://support.installshield.com/kb/view.asp?articleid=Q205786)
This hotfix is for Windows vista and in Installshield 2010. I m using InstallShield 2009 and problem comes in Windows XP (some of machines not all)

When i run the setup parent msi is installed but the error - "The Wizard was interrupted before could be completely installed. Your system has not been modified. To complete installation at another time, please run setup again." is seen and the parent msi also gets uninstalled.

Is there any hotfix available for InstallShield 2009 (Windows XP sp3)

Looking for some support...
0 Kudos