/build/static/layout/Breadcrumb_cap_w.png

Stop Prompting the user to Reboot

I am trying to deploy the Act Compatibility Tool kit client ( Data Collector) to Win2k clients - I can silent everything but 5 seconds after the package is installed the user is prompted YES or NO to reboot. I want do not the computer to be rebooted and I do not want the user prompted at all.

I have tried the following:

msiexec.exe /i <MSI FILE> /qn REBOOT=ReallySuppress

The user is still prompted -- any thought as to how to stop this?

0 Comments   [ + ] Show comments

Answers (13)

Posted by: anonymous_9363 16 years ago
Red Belt
0
ORIGINAL: India_Repackaging
<snip> investigate why the application needs a reboot??? If it really does some configuration settings for which it requires a restart then you must allow it.
Why? So many MSIs I see want to reboot because of things like, amongst others:

- using System PATH instead of User
- adding an EXE to the 'Run' registry key and not running it manually after install
- adding an auto-start service and not starting it manually after install
- adding a shortcut to the 'Startup' folder and not launching its target EXE after install

Just about the only reason I would allow a reboot is to replace in-use system files.
Posted by: AngelD 16 years ago
Red Belt
0
"Just about the only reason I would allow a reboot is to replace in-use system files."

Ian,
You forgot to add services that only start on system startup.
Posted by: anonymous_9363 16 years ago
Red Belt
0
ORIGINAL: AngelD
Ian,
You forgot to add services that only start on system startup.
I covered those talking about auto-start services, no? What I think you're driving at is kernel driver services, in which case, you're absolutely right, I forgot those.
Posted by: AngelD 16 years ago
Red Belt
0
ORIGINAL: VBScab

ORIGINAL: AngelD
Ian,
You forgot to add services that only start on system startup.
I covered those talking about auto-start services, no? What I think you're driving at is kernel driver services, in which case, you're absolutely right, I forgot those.

Jupp, those are the once I was referring to (kernel driver).
Posted by: dj_xest 16 years ago
5th Degree Black Belt
0
how about adding REBOOTYESNO="NO" ?
Posted by: KentD 16 years ago
Purple Belt
0
Check the verbose installation log for REBOOTREQUIRED=1
Posted by: KentD 16 years ago
Purple Belt
0
Also check the Control Event table. Look for a condition that is calling for the reboot and set the properties so that the reboot does not take place.

I'm working on a package that has a condition of:
((NOT ISSCHEDULERREBOOT) AND REBOOTREQUIRED <>"1" AND (LAUNCH0FINISH="1") AND 9ACTION="INSTALL)
Posted by: anonymous_9363 16 years ago
Red Belt
0
It's not unknown for vendors to call SHUTDOWN.EXE, some other shutdown-controlling EXE or install custom DLLS and make a function call to force a reboot so check out the Custom Actions, too.
Posted by: Turn360 16 years ago
Senior Yellow Belt
0
I ran the MSI again with Logging enabled below is the log.


=== Verbose logging started: 2/25/2008 12:59:01 Build type: SHIP UNICODE 3.01.4000.4033 Calling process: C:\WINNT\system32\msiexec.exe ===
MSI (c) (8C:54) [12:59:01:578]: Resetting cached policy values
MSI (c) (8C:54) [12:59:01:578]: Machine policy value 'Debug' is 0
MSI (c) (8C:54) [12:59:01:578]: ******* RunEngine:
******* Product: N:\Location\Apps\it\packages\msi\ACT Collector\ACT Collector.msi
******* Action:
******* CommandLine: **********
MSI (c) (8C:54) [12:59:01:578]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (8C:54) [12:59:01:578]: Grabbed execution mutex.
MSI (c) (8C:54) [12:59:01:656]: Cloaking enabled.
MSI (c) (8C:54) [12:59:01:656]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (8C:54) [12:59:01:656]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (C4:D4) [12:59:01:703]: Grabbed execution mutex.
MSI (s) (C4:5C) [12:59:01:703]: Resetting cached policy values
MSI (s) (C4:5C) [12:59:01:703]: Machine policy value 'Debug' is 0
MSI (s) (C4:5C) [12:59:01:703]: ******* RunEngine:
******* Product: N:\Location\Apps\it\packages\msi\ACT Collector\ACT Collector.msi
******* Action:
******* CommandLine: **********
MSI (s) (C4:5C) [12:59:01:703]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (C4:5C) [12:59:01:703]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (C4:5C) [12:59:01:734]: File will have security applied from OpCode.
MSI (s) (C4:5C) [12:59:01:953]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (C4:5C) [12:59:01:968]: End dialog not enabled
MSI (s) (C4:5C) [12:59:01:968]: Original package ==> N:\Location\Apps\it\packages\msi\ACT Collector\ACT Collector.msi
MSI (s) (C4:5C) [12:59:01:968]: Package we're running from ==> C:\WINNT\Installer\32aab.msi
MSI (s) (C4:5C) [12:59:02:015]: APPCOMPAT: looking for appcompat database entry with ProductCode '{e0ac7b54-3e6f-48f3-822f-e7b21fb93908}'.
MSI (s) (C4:5C) [12:59:02:015]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (C4:5C) [12:59:02:015]: MSCOREE not loaded loading copy from system32
MSI (s) (C4:5C) [12:59:02:078]: Machine policy value 'TransformsSecure' is 0
MSI (s) (C4:5C) [12:59:02:078]: User policy value 'TransformsAtSource' is 0
MSI (s) (C4:5C) [12:59:02:093]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (C4:5C) [12:59:02:093]: Note: 1: 2205 2: 3: MsiFileHash
MSI (s) (C4:5C) [12:59:02:093]: Machine policy value 'DisablePatch' is 0
MSI (s) (C4:5C) [12:59:02:093]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (C4:5C) [12:59:02:093]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (C4:5C) [12:59:02:093]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (C4:5C) [12:59:02:109]: APPCOMPAT: looking for appcompat database entry with ProductCode '{e0ac7b54-3e6f-48f3-822f-e7b21fb93908}'.
MSI (s) (C4:5C) [12:59:02:109]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (C4:5C) [12:59:02:109]: Transforms are not secure.
MSI (s) (C4:5C) [12:59:02:109]: Note: 1: 2205 2: 3: Control
MSI (s) (C4:5C) [12:59:02:109]: Command Line: CURRENTDIRECTORY=H:\ CLIENTUILEVEL=2 CLIENTPROCESSID=1420 %HOMEPATH=\ %HOMEDRIVE=H: %HOMESHARE=\\LOCfile\dfs\home\Test.User
MSI (s) (C4:5C) [12:59:02:109]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{ca9f00aa-5366-4d88-9e14-a46861d3b9fd}'.
MSI (s) (C4:5C) [12:59:02:109]: Product Code passed to Engine.Initialize: '
MSI (s) (C4:5C) [12:59:02:109]: Product Code from property table before transforms: '{e0ac7b54-3e6f-48f3-822f-e7b21fb93908}'
MSI (s) (C4:5C) [12:59:02:109]: Product Code from property table after transforms: '{e0ac7b54-3e6f-48f3-822f-e7b21fb93908}'
MSI (s) (C4:5C) [12:59:02:109]: Product not registered: beginning first-time install
MSI (s) (C4:5C) [12:59:02:109]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (s) (C4:5C) [12:59:02:109]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (C4:5C) [12:59:02:109]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (C4:5C) [12:59:02:125]: Adding new sources is allowed.
MSI (s) (C4:5C) [12:59:02:125]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (s) (C4:5C) [12:59:02:125]: Package name extracted from package path: 'ACT Collector.msi'
MSI (s) (C4:5C) [12:59:02:140]: Package to be registered: 'ACT Collector.msi'
MSI (s) (C4:5C) [12:59:02:140]: Note: 1: 2205 2: 3: Error
MSI (s) (C4:5C) [12:59:02:140]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2729
MSI (s) (C4:5C) [12:59:02:171]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (C4:5C) [12:59:02:171]: Machine policy value 'DisableMsi' is 0
MSI (s) (C4:5C) [12:59:02:171]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (C4:5C) [12:59:02:171]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (C4:5C) [12:59:02:171]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (s) (C4:5C) [12:59:02:171]: Running product '{e0ac7b54-3e6f-48f3-822f-e7b21fb93908}' with elevated privileges: Product is assigned.
MSI (s) (C4:5C) [12:59:02:171]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'H:\'.
MSI (s) (C4:5C) [12:59:02:171]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '2'.
MSI (s) (C4:5C) [12:59:02:171]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1420'.
MSI (s) (C4:5C) [12:59:02:171]: TRANSFORMS property is now:
MSI (s) (C4:5C) [12:59:02:171]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (s) (C4:5C) [12:59:02:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test.User\Application Data
MSI (s) (C4:5C) [12:59:02:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test.User\Favorites
MSI (s) (C4:5C) [12:59:02:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test.User\NetHood
MSI (s) (C4:5C) [12:59:02:187]: SHELL32::SHGetFolderPath returned: \\LOCfile\DFS\Home\Test.User\My Documents
MSI (s) (C4:5C) [12:59:02:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test.User\PrintHood
MSI (s) (C4:5C) [12:59:02:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test.User\Recent
MSI (s) (C4:5C) [12:59:02:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test.User\SendTo
MSI (s) (C4:5C) [12:59:02:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test.User\Templates
MSI (s) (C4:5C) [12:59:02:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (s) (C4:5C) [12:59:02:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test.User\Local Settings\Application Data
MSI (s) (C4:5C) [12:59:02:203]: SHELL32::SHGetFolderPath returned: \\LOCfile\DFS\Home\Test.User\My Documents\My Pictures
MSI (s) (C4:5C) [12:59:02:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (s) (C4:5C) [12:59:02:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (s) (C4:5C) [12:59:02:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (s) (C4:5C) [12:59:02:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (s) (C4:5C) [12:59:02:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (s) (C4:5C) [12:59:02:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test.User\Start Menu\Programs\Administrative Tools
MSI (s) (C4:5C) [12:59:02:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test.User\Start Menu\Programs\Startup
MSI (s) (C4:5C) [12:59:02:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test.User\Start Menu\Programs
MSI (s) (C4:5C) [12:59:02:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test.User\Start Menu
MSI (s) (C4:5C) [12:59:02:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test.User\Desktop
MSI (s) (C4:5C) [12:59:02:234]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (s) (C4:5C) [12:59:02:234]: SHELL32::SHGetFolderPath returned: C:\WINNT\Fonts
MSI (s) (C4:5C) [12:59:02:234]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (C4:5C) [12:59:02:234]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (C4:5C) [12:59:02:234]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (C4:5C) [12:59:02:234]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Company '.
MSI (s) (C4:5C) [12:59:02:234]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (C4:5C) [12:59:02:234]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Company Corp.'.
MSI (s) (C4:5C) [12:59:02:234]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINNT\Installer\32aab.msi'.
MSI (s) (C4:5C) [12:59:02:234]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'N:\Location\Apps\it\packages\msi\ACT Collector\ACT Collector.msi'.
MSI (s) (C4:5C) [12:59:02:234]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (C4:5C) [12:59:02:234]: Machine policy value 'DisableRollback' is 0
MSI (s) (C4:5C) [12:59:02:234]: User policy value 'DisableRollback' is 0
MSI (s) (C4:5C) [12:59:02:234]: PROPERTY CHANGE: Adding UILevel property. Its value is '3'.
=== Logging started: 2/25/2008 12:59:02 ===
MSI (s) (C4:5C) [12:59:02:234]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (C4:5C) [12:59:02:234]: Doing action: INSTALL
MSI (s) (C4:5C) [12:59:02:234]: Note: 1: 2205 2: 3: ActionText
MSI (s) (C4:5C) [12:59:02:234]: Running ExecuteSequence
MSI (s) (C4:5C) [12:59:02:234]: Doing action: ValidateProductID
MSI (s) (C4:5C) [12:59:02:234]: Note: 1: 2205 2: 3: ActionText
Action start 12:59:02: INSTALL.
Action start 12:59:02: ValidateProductID.
MSI (s) (C4:5C) [12:59:02:234]: Doing action: CostInitialize
MSI (s) (C4:5C) [12:59:02:234]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: ValidateProductID. Return value 1.
MSI (s) (C4:5C) [12:59:02:250]: Machine policy value 'MaxPatchCacheSize' is 10
Action start 12:59:02: CostInitialize.
MSI (s) (C4:5C) [12:59:02:250]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (s) (C4:5C) [12:59:02:250]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (C4:5C) [12:59:02:250]: Note: 1: 2205 2: 3: Patch
MSI (s) (C4:5C) [12:59:02:250]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (C4:5C) [12:59:02:250]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (C4:5C) [12:59:02:250]: Note: 1: 2205 2: 3: __MsiPatchFileList
MSI (s) (C4:5C) [12:59:02:250]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (C4:5C) [12:59:02:250]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (C4:5C) [12:59:02:250]: Note: 1: 2228 2: 3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId`
MSI (s) (C4:5C) [12:59:02:250]: Doing action: FileCost
MSI (s) (C4:5C) [12:59:02:250]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: CostInitialize. Return value 1.
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: MsiAssembly
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: Class
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: Extension
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: TypeLib
Action start 12:59:02: FileCost.
MSI (s) (C4:5C) [12:59:02:265]: Doing action: CostFinalize
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: FileCost. Return value 1.
MSI (s) (C4:5C) [12:59:02:265]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (C4:5C) [12:59:02:265]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (C4:5C) [12:59:02:265]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (C4:5C) [12:59:02:265]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (C4:5C) [12:59:02:265]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: Patch
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: Condition
MSI (s) (C4:5C) [12:59:02:265]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (s) (C4:5C) [12:59:02:265]: PROPERTY CHANGE: Adding AGENT_FRAMEWORK property. Its value is 'C:\Program Files\Microsoft Agent Framework\'.
MSI (s) (C4:5C) [12:59:02:265]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\Microsoft Agent Framework\'.
MSI (s) (C4:5C) [12:59:02:265]: Target path resolution complete. Dumping Directory table...
MSI (s) (C4:5C) [12:59:02:265]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (C4:5C) [12:59:02:265]: Dir (target): Key: TARGETDIR , Object: C:\
MSI (s) (C4:5C) [12:59:02:265]: Dir (target): Key: WindowsFolder , Object: C:\WINNT\
MSI (s) (C4:5C) [12:59:02:265]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI (s) (C4:5C) [12:59:02:265]: Dir (target): Key: AGENT_FRAMEWORK , Object: C:\Program Files\Microsoft Agent Framework\
MSI (s) (C4:5C) [12:59:02:265]: Dir (target): Key: INSTALLDIR , Object: C:\Program Files\Microsoft Agent Framework\
MSI (s) (C4:5C) [12:59:02:265]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
Action start 12:59:02: CostFinalize.
MSI (s) (C4:5C) [12:59:02:265]: Doing action: InstallValidate
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: CostFinalize. Return value 1.
MSI (s) (C4:5C) [12:59:02:265]: Feature: Installer; Installed: Absent; Request: Local; Action: Local
MSI (s) (C4:5C) [12:59:02:265]: Component: TempRegKey; Installed: Absent; Request: Local; Action: Local
MSI (s) (C4:5C) [12:59:02:265]: Component: __TempRegKey65; Installed: Null; Request: Local; Action: Local
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: BindImage
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: ProgId
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: Extension
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: Font
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: Class
Action start 12:59:02: InstallValidate.
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: MsiAssembly
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2228 2: 3: MsiAssembly 4: SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`, `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ?
MSI (s) (C4:5C) [12:59:02:265]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: BindImage
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: ProgId
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: Extension
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: Font
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: Class
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2727 2:
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2727 2:
MSI (s) (C4:5C) [12:59:02:265]: Doing action: InstallInitialize
MSI (s) (C4:5C) [12:59:02:265]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: InstallValidate. Return value 1.
MSI (s) (C4:5C) [12:59:02:265]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (C4:5C) [12:59:02:265]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (C4:5C) [12:59:02:265]: BeginTransaction: Locking Server
MSI (s) (C4:5C) [12:59:02:265]: Server not locked: locking for product {e0ac7b54-3e6f-48f3-822f-e7b21fb93908}
Action start 12:59:02: InstallInitialize.
MSI (s) (C4:5C) [12:59:02:609]: Doing action: ProcessComponents
MSI (s) (C4:5C) [12:59:02:609]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: InstallInitialize. Return value 1.
MSI (s) (C4:5C) [12:59:02:609]: Note: 1: 2205 2: 3: MsiPatchCertificate
MSI (s) (C4:5C) [12:59:02:609]: LUA patching is disabled: missing MsiPatchCertificate table
MSI (s) (C4:5C) [12:59:02:609]: Resolving source.
MSI (s) (C4:5C) [12:59:02:609]: Resolving source to launched-from source.
MSI (s) (C4:5C) [12:59:02:609]: Setting launched-from source as last-used.
MSI (s) (C4:5C) [12:59:02:609]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'N:\Location\Apps\it\packages\msi\ACT Collector\'.
MSI (s) (C4:5C) [12:59:02:609]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'N:\Location\Apps\it\packages\msi\ACT Collector\'.
MSI (s) (C4:5C) [12:59:02:609]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{e0ac7b54-3e6f-48f3-822f-e7b21fb93908}'.
MSI (s) (C4:5C) [12:59:02:609]: SOURCEDIR ==> N:\Location\Apps\it\packages\msi\ACT Collector\
MSI (s) (C4:5C) [12:59:02:609]: SOURCEDIR product ==> {e0ac7b54-3e6f-48f3-822f-e7b21fb93908}
MSI (s) (C4:5C) [12:59:02:609]: Determining source type
MSI (s) (C4:5C) [12:59:02:625]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (C4:5C) [12:59:02:625]: Source type from package 'ACT Collector.msi': 0
MSI (s) (C4:5C) [12:59:02:625]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
Action start 12:59:02: ProcessComponents.
MSI (s) (C4:5C) [12:59:02:625]: Source path resolution complete. Dumping Directory table...
MSI (s) (C4:5C) [12:59:02:625]: Dir (source): Key: TARGETDIR , Object: N:\Location\Apps\it\packages\msi\ACT Collector\ , LongSubPath: , ShortSubPath:
MSI (s) (C4:5C) [12:59:02:625]: Dir (source): Key: WindowsFolder , Object: N:\Location\Apps\it\packages\msi\ACT Collector\ , LongSubPath: , ShortSubPath:
MSI (s) (C4:5C) [12:59:02:625]: Dir (source): Key: ProgramFilesFolder , Object: N:\Location\Apps\it\packages\msi\ACT Collector\program files\ , LongSubPath: program files\ , ShortSubPath: PROGRA01\
MSI (s) (C4:5C) [12:59:02:625]: Dir (source): Key: AGENT_FRAMEWORK , Object: N:\Location\Apps\it\packages\msi\ACT Collector\program files\Microsoft Agent Framework\ , LongSubPath: program files\Microsoft Agent Framework\ , ShortSubPath: PROGRA01\MICROS01\
MSI (s) (C4:5C) [12:59:02:625]: Dir (source): Key: INSTALLDIR , Object: N:\Location\Apps\it\packages\msi\ACT Collector\program files\Microsoft Agent Framework\ , LongSubPath: program files\Microsoft Agent Framework\ , ShortSubPath: PROGRA01\MICROS01\
MSI (s) (C4:5C) [12:59:02:625]: Note: 1: 2205 2: 3: ActionText
MSI (s) (C4:5C) [12:59:02:625]: Note: 1: 2205 2: 3: ActionText
MSI (s) (C4:5C) [12:59:02:625]: Note: 1: 2205 2: 3: ActionText
MSI (s) (C4:5C) [12:59:02:625]: Doing action: UnpublishFeatures
MSI (s) (C4:5C) [12:59:02:625]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: ProcessComponents. Return value 1.
Action start 12:59:02: UnpublishFeatures.
MSI (s) (C4:5C) [12:59:02:625]: Doing action: RemoveRegistryValues
MSI (s) (C4:5C) [12:59:02:625]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: UnpublishFeatures. Return value 1.
Action start 12:59:02: RemoveRegistryValues.
MSI (s) (C4:5C) [12:59:02:625]: Doing action: WriteRegistryValues
MSI (s) (C4:5C) [12:59:02:625]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: RemoveRegistryValues. Return value 1.
Action start 12:59:02: WriteRegistryValues.
MSI (s) (C4:5C) [12:59:02:640]: Doing action: RegisterUser
MSI (s) (C4:5C) [12:59:02:640]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: WriteRegistryValues. Return value 1.
Action start 12:59:02: RegisterUser.
MSI (s) (C4:5C) [12:59:02:640]: Doing action: RegisterProduct
MSI (s) (C4:5C) [12:59:02:640]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: RegisterUser. Return value 1.
MSI (s) (C4:5C) [12:59:02:640]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (C4:5C) [12:59:02:640]: Note: 1: 2262 2: Media 3: -2147287038
Action start 12:59:02: RegisterProduct.
MSI (s) (C4:5C) [12:59:02:640]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
MSI (s) (C4:5C) [12:59:02:640]: Doing action: PublishFeatures
MSI (s) (C4:5C) [12:59:02:640]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: RegisterProduct. Return value 1.
Action start 12:59:02: PublishFeatures.
MSI (s) (C4:5C) [12:59:02:640]: Doing action: PublishProduct
MSI (s) (C4:5C) [12:59:02:640]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: PublishFeatures. Return value 1.
MSI (s) (C4:5C) [12:59:02:640]: Note: 1: 2205 2: 3: Icon
MSI (s) (C4:5C) [12:59:02:640]: Note: 1: 2228 2: 3: Icon 4: SELECT `Name`, `Data` FROM `Icon`
Action start 12:59:02: PublishProduct.
MSI (s) (C4:5C) [12:59:02:640]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (C4:5C) [12:59:02:640]: Doing action: SetExeArguments
MSI (s) (C4:5C) [12:59:02:640]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: PublishProduct. Return value 1.
MSI (s) (C4:60) [12:59:02:640]: Invoking remote custom action. DLL: C:\WINNT\Installer\MSI8F.tmp, Entrypoint: SetExeArguments
MSI (s) (C4:64) [12:59:02:640]: Generating random cookie.
MSI (s) (C4:64) [12:59:02:640]: Created Custom Action Server with PID 1644 (0x66C).
MSI (s) (C4:C4) [12:59:02:687]: Running as a service.
MSI (s) (C4:C4) [12:59:02:703]: Hello, I'm your 32bit Impersonated custom action server.
MSI (s) (C4!80) [12:59:02:968]: PROPERTY CHANGE: Modifying ExeArguments property. Its current value is 'INVALID'. Its new value: 'RESTART 1644 {e0ac7b54-3e6f-48f3-822f-e7b21fb93908} /loc "C:\Program Files\Microsoft Agent Framework\ " /localoutput "\\SERVER\ACT" /quiet '.
Action start 12:59:02: SetExeArguments.
MSI (s) (C4:5C) [12:59:02:968]: Doing action: LaunchInstaller
MSI (s) (C4:5C) [12:59:02:968]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: SetExeArguments. Return value 1.
Action start 12:59:02: LaunchInstaller.
MSI (s) (C4:5C) [12:59:02:984]: Doing action: InstallFinalize
MSI (s) (C4:5C) [12:59:02:984]: Note: 1: 2205 2: 3: ActionText
Action ended 12:59:02: LaunchInstaller. Return value 1.
MSI (s) (C4:5C) [12:59:02:984]: Running Script: C:\WINNT\Installer\MSI8E.tmp
MSI (s) (C4:5C) [12:59:02:984]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
MSI (s) (C4:5C) [12:59:03:062]: Machine policy value 'DisableRollback' is 0
MSI (s) (C4:5C) [12:59:03:171]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (C4:5C) [12:59:03:171]: Executing op: Header(Signature=1397708873,Version=301,Timestamp=945383266,LangId=1033,Platform=0,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
Action start 12:59:02: InstallFinalize.
MSI (s) (C4:5C) [12:59:03:171]: Executing op: ProductInfo(ProductKey={e0ac7b54-3e6f-48f3-822f-e7b21fb93908},ProductName=Microsoft ACT 5 Data Collector Installer,PackageName=ACT Collector.msi,Language=1033,Version=83891508,Assignment=1,ObsoleteArg=0,,,PackageCode={ca9f00aa-5366-4d88-9e14-a46861d3b9fd},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0)
MSI (s) (C4:5C) [12:59:03:171]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (C4:5C) [12:59:03:171]: Executing op: DialogInfo(Type=1,Argument=Microsoft ACT 5 Data Collector Installer)
MSI (s) (C4:5C) [12:59:03:171]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (C4:5C) [12:59:03:171]: Executing op: SetBaseline(Baseline=0,)
MSI (s) (C4:5C) [12:59:03:171]: Executing op: SetBaseline(Baseline=1,)
MSI (s) (C4:5C) [12:59:03:171]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)
MSI (s) (C4:5C) [12:59:03:171]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=24000)
MSI (s) (C4:5C) [12:59:03:171]: Executing op: ComponentRegister(ComponentId={35A2C501-3080-4811-9F2C-415E03184486},KeyPath=C:\Program Files\Microsoft Agent Framework\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
MSI (s) (C4:5C) [12:59:03:171]: Executing op: ActionStart(Name=WriteRegistryValues,Description=Writing system registry values,Template=Key: [1], Name: [2], Value: [3])
MSI (s) (C4:5C) [12:59:03:171]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200)
MSI (s) (C4:5C) [12:59:03:171]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Microsoft ACT Data Collector Installer {e0ac7b54-3e6f-48f3-822f-e7b21fb93908},,BinaryType=0)
MSI (s) (C4:5C) [12:59:03:171]: Executing op: RegAddValue(Name=ProductCode,Value={e0ac7b54-3e6f-48f3-822f-e7b21fb93908},)
MSI (s) (C4:5C) [12:59:03:171]: Executing op: ActionStart(Name=RegisterProduct,Description=Registering product,Template=[1])
MSI (s) (C4:5C) [12:59:03:171]: Executing op: DatabaseCopy(DatabasePath=C:\WINNT\Installer\32aab.msi,ProductCode={e0ac7b54-3e6f-48f3-822f-e7b21fb93908},,,)
MSI (s) (C4:5C) [12:59:03:171]: Note: 1: 1402 2: UNKNOWN\Products\45b7ca0ef6e33f8428f27e2bf19b9380\InstallProperties 3: 2
MSI (s) (C4:5C) [12:59:03:296]: Executing op: ProductRegister(UpgradeCode={B5A2C501-3080-4811-9F2C-415E03184486},VersionString=5.0.5428.1056,,,,InstallSource=N:\Location\Apps\it\packages\msi\ACT Collector\,Publisher=Microsoft Corporation,,,,,,,,,,,,EstimatedSize=1289)
MSI (s) (C4:5C) [12:59:03:296]: Executing op: ProductCPDisplayInfoRegister()
MSI (s) (C4:5C) [12:59:03:312]: Executing op: ActionStart(Name=PublishFeatures,Description=Publishing Product Features,Template=Feature: [1])
MSI (s) (C4:5C) [12:59:03:312]: Executing op: FeaturePublish(Feature=Installer,,Absent=2,Component=r'?85-Wl1?=0x@Fdr~0S)
MSI (s) (C4:5C) [12:59:03:312]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,)
MSI (s) (C4:5C) [12:59:03:312]: Executing op: CleanupConfigData()
MSI (s) (C4:5C) [12:59:03:312]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\45b7ca0ef6e33f8428f27e2bf19b9380\Patches 3: 2
MSI (s) (C4:5C) [12:59:03:312]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=1,Remove=0)
MSI (s) (C4:5C) [12:59:03:312]: Note: 1: 1402 2: UNKNOWN\Products\45b7ca0ef6e33f8428f27e2bf19b9380\Patches 3: 2
MSI (s) (C4:5C) [12:59:03:312]: Executing op: ProductPublish(PackageKey={ca9f00aa-5366-4d88-9e14-a46861d3b9fd})
MSI (s) (C4:5C) [12:59:03:312]: Note: 1: 1402 2: UNKNOWN\Installer\Products\45b7ca0ef6e33f8428f27e2bf19b9380 3: 2
MSI (s) (C4:5C) [12:59:03:312]: Note: 1: 1402 2: UNKNOWN\Installer\Products\45b7ca0ef6e33f8428f27e2bf19b9380 3: 2
MSI (s) (C4:5C) [12:59:03:312]: Note: 1: 1402 2: UNKNOWN\Installer\Products\45b7ca0ef6e33f8428f27e2bf19b9380 3: 2
MSI (s) (C4:5C) [12:59:03:312]: Note: 1: 1402 2: UNKNOWN\Installer\Products\45b7ca0ef6e33f8428f27e2bf19b9380 3: 2
MSI (s) (C4:5C) [12:59:03:312]: Note: 1: 1402 2: UNKNOWN\Installer\Products\45b7ca0ef6e33f8428f27e2bf19b9380 3: 2
MSI (s) (C4:5C) [12:59:03:312]: Note: 1: 1402 2: UNKNOWN\Installer\Products\45b7ca0ef6e33f8428f27e2bf19b9380 3: 2
MSI (s) (C4:5C) [12:59:03:312]: Note: 1: 1402 2: UNKNOWN\Installer\Products\45b7ca0ef6e33f8428f27e2bf19b9380 3: 2
MSI (s) (C4:5C) [12:59:03:312]: Note: 1: 1402 2: UNKNOWN\Installer\Products\45b7ca0ef6e33f8428f27e2bf19b9380 3: 2
MSI (s) (C4:5C) [12:59:03:312]: Note: 1: 1402 2: UNKNOWN\Installer\Products\45b7ca0ef6e33f8428f27e2bf19b9380 3: 2
MSI (s) (C4:5C) [12:59:03:312]: Note: 1: 1402 2: UNKNOWN\Installer\Products\45b7ca0ef6e33f8428f27e2bf19b9380 3: 2
MSI (s) (C4:5C) [12:59:03:312]: Executing op: UpgradeCodePublish(UpgradeCode={B5A2C501-3080-4811-9F2C-415E03184486})
MSI (s) (C4:5C) [12:59:03:312]: Executing op: SourceListPublish(,,,,NumberOfDisks=0)
MSI (s) (C4:5C) [12:59:03:312]: Note: 1: 1402 2: UNKNOWN\Installer\Products\45b7ca0ef6e33f8428f27e2bf19b9380\SourceList 3: 2
MSI (s) (C4:5C) [12:59:03:312]: Executing op: ProductPublishClient(,,)
MSI (s) (C4:5C) [12:59:03:312]: Executing op: SourceListRegisterLastUsed(SourceProduct={e0ac7b54-3e6f-48f3-822f-e7b21fb93908},LastUsedSource=N:\Location\Apps\it\packages\msi\ACT Collector\)
MSI (s) (C4:5C) [12:59:03:312]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (C4:5C) [12:59:03:312]: Specifed source is already in a list.
MSI (s) (C4:5C) [12:59:03:312]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (C4:5C) [12:59:03:312]: Machine policy value 'DisableBrowse' is 0
MSI (s) (C4:5C) [12:59:03:312]: Machine policy value 'AllowLockdownBrowse' is 0
MSI (s) (C4:5C) [12:59:03:312]: Adding new sources is allowed.
MSI (s) (C4:5C) [12:59:03:312]: Set LastUsedSource to: N:\Location\Apps\it\packages\msi\ACT Collector\.
MSI (s) (C4:5C) [12:59:03:312]: Set LastUsedType to: n.
MSI (s) (C4:5C) [12:59:03:312]: Set LastUsedIndex to: 1.
MSI (s) (C4:5C) [12:59:03:312]: Executing op: ActionStart(Name=LaunchInstaller,,)
MSI (s) (C4:5C) [12:59:03:312]: Executing op: CustomActionSchedule(Action=LaunchInstaller,ActionType=3074,Source=BinaryData,Target=RESTART 1644 {e0ac7b54-3e6f-48f3-822f-e7b21fb93908} /loc "C:\Program Files\Microsoft Agent Framework\ " /localoutput "\\SERVER\ACT" /quiet ,)
MSI (s) (C4:5C) [12:59:05:109]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=37200)
MSI (s) (C4:5C) [12:59:05:109]: User policy value 'DisableRollback' is 0
MSI (s) (C4:5C) [12:59:05:109]: Machine policy value 'DisableRollback' is 0
MSI (s) (C4:5C) [12:59:05:125]: Unlocking Server
MSI (s) (C4:5C) [12:59:05:125]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'.
Action ended 12:59:05: InstallFinalize. Return value 1.
Action ended 12:59:05: INSTALL. Return value 1.
Property(S): INSTALLDIR = C:\Program Files\Microsoft Agent Framework\
Property(S): AGENT_FRAMEWORK = C:\Program Files\Microsoft Agent Framework\
Property(S): ProgramFilesFolder = C:\Program Files\
Property(S): TARGETDIR = C:\
Property(S): SourceDir = N:\Location\Apps\it\packages\msi\ACT Collector\
Property(S): Manufacturer = Microsoft Corporation
Property(S): ProductCode = {e0ac7b54-3e6f-48f3-822f-e7b21fb93908}
Property(S): ProductLanguage = 1033
Property(S): ProductName = Microsoft ACT 5 Data Collector Installer
Property(S): ProductVersion = 5.0.5428.1056
Property(S): UpgradeCode = {B5A2C501-3080-4811-9F2C-415E03184486}
Property(S): OUTPUTPATH = \\SERVER\ACT
Property(S): ExeArguments = RESTART 1644 {e0ac7b54-3e6f-48f3-822f-e7b21fb93908} /loc "C:\Program Files\Microsoft Agent Framework\ " /localoutput "\\SERVER\ACT" /quiet
Property(S): ALLUSERS = 1
Property(S): PackageCode = {ca9f00aa-5366-4d88-9e14-a46861d3b9fd}
Property(S): ProductState = -1
Property(S): PackagecodeChanging = 1
Property(S): CURRENTDIRECTORY = H:\
Property(S): CLIENTUILEVEL = 2
Property(S): CLIENTPROCESSID = 1420
Property(S): VersionDatabase = 200
Property(S): VersionMsi = 3.01
Property(S): VersionNT = 500
Property(S): WindowsBuild = 2195
Property(S): ServicePackLevel = 4
Property(S): ServicePackLevelMinor = 0
Property(S): MsiNTProductType = 1
Property(S): WindowsFolder = C:\WINNT\
Property(S): WindowsVolume = C:\
Property(S): SystemFolder = C:\WINNT\system32\
Property(S): System16Folder = C:\WINNT\system\
Property(S): TempFolder = C:\DOCUME~1\Test User\LOCALS~1\Temp\
Property(S): CommonFilesFolder = C:\Program Files\Common Files\
Property(S): AppDataFolder = C:\Documents and Settings\Test.User\Application Data\
Property(S): FavoritesFolder = C:\Documents and Settings\Test.User\Favorites\
Property(S): NetHoodFolder = C:\Documents and Settings\Test.User\NetHood\
Property(S): PersonalFolder = \\LOCfile\DFS\Home\Test.User\My Documents\
Property(S): PrintHoodFolder = C:\Documents and Settings\Test.User\PrintHood\
Property(S): RecentFolder = C:\Documents and Settings\Test.User\Recent\
Property(S): SendToFolder = C:\Documents and Settings\Test.User\SendTo\
Property(S): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(S): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
Property(S): LocalAppDataFolder = C:\Documents and Settings\Test.User\Local Settings\Application Data\
Property(S): MyPicturesFolder = \\LOCfile\DFS\Home\Test.User\My Documents\My Pictures\
Property(S): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
Property(S): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\
Property(S): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\
Property(S): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(S): FontsFolder = C:\WINNT\Fonts\
Property(S): GPTSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): ShellAdvtSupport = 1
Property(S): Intel = 6
Property(S): PhysicalMemory = 512
Property(S): VirtualMemory = 1817
Property(S): AdminUser = 1
Property(S): LogonUser = Test.User
Property(S): UserSID = S-1-5-21-1801674531-2139871995-725345543-38044
Property(S): UserLanguageID = 1033
Property(S): ComputerName = GX7VMPGHVD1HOU
Property(S): SystemLanguageID = 1033
Property(S): ScreenX = 1024
Property(S): ScreenY = 768
Property(S): CaptionHeight = 19
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): TextHeight = 16
Property(S): ColorBits = 16
Property(S): TTCSupport = 1
Property(S): Time = 12:59:05
Property(S): Date = 2/25/2008
Property(S): MsiNetAssemblySupport = 1.1.4322.573
Property(S): RedirectedDllSupport = 1
Property(S): Privileged = 1
Property(S): USERNAME = Company
Property(S): COMPANYNAME = Company Corp.
Property(S): DATABASE = C:\WINNT\Installer\32aab.msi
Property(S): OriginalDatabase = N:\Location\Apps\it\packages\msi\ACT Collector\ACT Collector.msi
Property(S): UILevel = 3
Property(S): ACTION = INSTALL
Property(S): ROOTDRIVE = C:\
Property(S): CostingComplete = 1
Property(S): OutOfDiskSpace = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): INSTALLLEVEL = 1
Property(S): SOURCEDIR = N:\Location\Apps\it\packages\msi\ACT Collector\
Property(S): SourcedirProduct = {e0ac7b54-3e6f-48f3-822f-e7b21fb93908}
Property(S): ProductToBeRegistered = 1
MSI (s) (C4:5C) [12:59:05:156]: Note: 1: 1707
MSI (s) (C4:5C) [12:59:05:156]: Note: 1: 2205 2: 3: Error
MSI (s) (C4:5C) [12:59:05:156]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1707
MSI (s) (C4:5C) [12:59:05:171]: Note: 1: 2205 2: 3: Error
MSI (s) (C4:5C) [12:59:05:171]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
MSI (s) (C4:5C) [12:59:05:171]: Product: Microsoft ACT 5 Data Collector Installer -- Installation completed successfully.
MSI (s) (C4:5C) [12:59:05:187]: Cleaning up uninstalled install packages, if any exist
MSI (s) (C4:5C) [12:59:05:187]: MainEngineThread is returning 0
MSI (s) (C4:D4) [12:59:05:187]: Destroying RemoteAPI object.
MSI (s) (C4:64) [12:59:05:187]: Custom Action Manager thread ending.
=== Logging stopped: 2/25/2008 12:59:05 ===
MSI (c) (8C:54) [12:59:05:187]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (8C:54) [12:59:05:187]: MainEngineThread is returning 0
=== Verbose logging stopped: 2/25/2008 12:59:05 ===


From Bob Kelly -- edited post to place CODE tags around log file (this results in cleaner post with textbox).
Posted by: AngelD 16 years ago
Red Belt
0
Next time do not post the whole log file.

The SetExeArguments custom action seems to set the ExeArguments property to:
RESTART 1644 {e0ac7b54-3e6f-48f3-822f-e7b21fb93908} /loc "C:\Program Files\Microsoft Agent Framework\ " /localoutput "\\SERVER\ACT" /quiet

LaunchInstaller custom action seems to execute some installation in quite mode and trigger the prompt for the restart.

You know what the "Microsoft Agent Framework" is?
Posted by: AngelD 16 years ago
Red Belt
0
As it seems that either some custom action from the installation is either not closed after executed or a process launched by a CA remains and trigger this restart prompt event I would try to find out which process is the owner of this event and maybe kill it at the end of your installation.

If there is a requirement of a restart then maybe the user should perform this when prompted to make sure everything will work as aspected.
Posted by: aogilmor 16 years ago
9th Degree Black Belt
0
That is the correct property for suppressing the reboot.
I'd look and see if there's anything else that may be altering the Windows Installer behavior - an external program, shell, custom action?
Posted by: India_Repackaging 16 years ago
Blue Belt
0
Hi,

The reboot prompt can be suppressed setting REBOOTPROMPT= S or Suppress property going with the REBOOT=ReallySuppress (though I havent tried this myself). By setting this property the reboot prompt that is initiated by Windows installer can be avoided. Though I am a bit concerned about the fact that the user in your case is prompted every 5 seconds. Hence I agree with Owen's suggestion of looking for something else like any executable or CA that wants a reboot.
I have one more thing to add, according to me, investigate why the application needs a reboot??? If it really does some configuration settings for which it requires a restart then you must allow it.
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