GPO distribution of SCCM 2007R3 client can't find WindowsUpdateAgent30-x64.exe
I'm trying to distribute the SCCM 2007R3 client to our Windows 7 (64-bit, although issue may exist with 32-bit platform) computers. The GPO installs ccmsetup.msi as expected, and there is a CCMSETUP service running, and the ccmsetup is able to determine its site code. The tail end of the C:\windows\ccmsetup\ccmsetup.log file: <![LOG[Downloading file x64\WindowsUpdateAgent30-x64.exe]LOG]!><time="17:10:33.123+300" date="06-09-2011" component="ccmsetup" context="" type="1" thread="560" file="ccmsetup.cpp:5162"> <![LOG[Downloading C:\Windows\CCMSetup\x64\WindowsUpdateAgent30-x64.exe to C:\Windows\ccmsetup\WindowsUpdateAgent30-x64.exe]LOG]!><time="17:10:33.123+300" date="06-09-2011" component="ccmsetup" context="" type="1" thread="560" file="ccmsetup.cpp:5259"> <![LOG[Failed to access source file (3). Waiting for retry...]LOG]!><time="17:10:33.123+300" date="06-09-2011" component="ccmsetup" context="" type="2" thread="560" file="ccmsetup.cpp:5271"> <![LOG[Next retry in 10 minute(s)...]LOG]!><time="17:10:33.123+300" date="06-09-2011" component="ccmsetup" context="" type="0" thread="560" file="ccmsetup.cpp:8348"> Where is it trying to find WindowsUpdateAgent30-X64.exe? It resides in C:\Program Files (x86)\Microsoft Configuration Manager\Client\x64 on the SCCM server. C:\Program Files (x86)\Microsoft Configuration Manager is "shared". I can start a shell running as nt authority\system and view files in \\SERVER\sms_csd\Client\x64 (CSD is the site code). I'm trying to figure out if something just isn't readable or if the CCMSETUP service is looking in the wrong location for this file. John
June 9th, 2011 6:31pm

<![LOG[Downloading file x64\WindowsUpdateAgent30-x64.exe]LOG]!><time="17:10:33.123+300" date="06-09-2011" component="ccmsetup" context="" type="1" [...] I can start a shell running as nt authority\system and view files in \\SERVER\sms_csd\Client\x64 (CSD is the site code). Could you please check if the file is not corrupted on the site itself? Does it install when kicked off manually from that share?Torsten Meringer | http://www.mssccmfaq.de
Free Windows Admin Tool Kit Click here and download it now
June 10th, 2011 4:14am

Ok, that's half the problem...the file was indeed corrupt and would not install properly. I downloaded a new copy of that component from Microsoft's download website that was able to install. Now I can install the client when running msiexec /i \\SERVER\sms_csd\bin\i386\ccmsetup.msi Unfortunately, the GPO distribution doesn't seem to work. There is an entry in HKCR\Installer\Products for the SMS Client Bootstrap product, which tells me SOMETHING got installed...but unfortunately there is no c:\windows\ccmsetup directory or ccmsetup service to kick off the client installation. There is a record of the msi installation in the Windows->Application eventlog exiting with error code zero. Any suggestions for where to look into why the GPO is failing to install this product? John
June 10th, 2011 1:26pm

More on this issue: I found where enable MSI logging for applications being installed via GPO at http://technet.microsoft.com/en-us/library/cc775423%28WS.10%29.aspx Here's a snippet of the InstallFinalize stage. It appears to be failing to install via GPO because (from what I can make of this) ExecuteCCMSetupEXE is failing during the install process (go down to [15:22:42:846] for that error message), perhaps due to Am I having trouble with ccmsetup.exe not being copied over to the client computer here? The following have already been done: - add SMSSITECODE=<site> in Active Directory Group Policy, as documented at http://technet.microsoft.com/en-us/library/bb632469.aspx - create a GPO to install \\SMSSVR\sms-<site>\bin\i386\ccmclient.msi as detailed at http://technet.microsoft.com/en-us/library/bb633010.aspx MSI (s) (2C:68) [15:22:41:979]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIBB67.tmp, Entrypoint: CcmDetectFilesInUseCommit MSI (s) (2C:5C) [15:22:41:979]: Generating random cookie. MSI (s) (2C:5C) [15:22:41:981]: Created Custom Action Server with PID 3988 (0xF94). MSI (s) (2C:FC) [15:22:42:013]: Running as a service. MSI (s) (2C:FC) [15:22:42:014]: Hello, I'm your 32bit Elevated custom action server. [15:22:42] No rollback file detected MSI (s) (2C:58) [15:22:42:468]: Note: 1: 2318 2: MSI (s) (2C:58) [15:22:42:469]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 103, llSequenceNumber: 57, szDescription: "". MSI (s) (2C:58) [15:22:42:470]: The call to SRSetRestorePoint API succeeded. Returned status: 0. MSI (s) (2C:58) [15:22:42:470]: Unlocking Server MSI (s) (2C:58) [15:22:42:845]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'. MSI (s) (2C:58) [15:22:42:846]: Skipping action: ExecuteCCMSetupEXE (condition is false) MSI (s) (2C:58) [15:22:42:846]: Doing action: RemoveExistingProducts MSI (s) (2C:58) [15:22:41:944]: Doing action: InstallFinalize Action ended 15:22:41: StartServices. Return value 1. MSI (s) (2C:58) [15:22:41:944]: Running Script: C:\Windows\Installer\MSIB73F.tmp MSI (s) (2C:58) [15:22:41:944]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'. MSI (s) (2C:58) [15:22:41:946]: Machine policy value 'DisableRollback' is 0 MSI (s) (2C:58) [15:22:41:949]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (2C:58) [15:22:41:951]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1053653717,LangId=1033,Platform=0,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) Action start 15:22:41: InstallFinalize. MSI (s) (2C:58) [15:22:41:951]: Executing op: ProductInfo(ProductKey={B63321BA-4512-42B2-A312-C1ED194C5761},ProductName=SMS Client Setup Bootstrap,PackageName=ccmsetup.msi,Language=1033,Version=67115351,Assignment=1,ObsoleteArg=0,,,PackageCode={046637A6-C2C9-4439-B733-3BB0754EBA9D},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=1) MSI (s) (2C:58) [15:22:41:952]: Executing op: DialogInfo(Type=0,Argument=1033) MSI (s) (2C:58) [15:22:41:952]: Executing op: DialogInfo(Type=1,Argument=SMS Client Setup Bootstrap) MSI (s) (2C:58) [15:22:41:952]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1]) MSI (s) (2C:58) [15:22:41:952]: Executing op: SetBaseline(Baseline=0,) MSI (s) (2C:58) [15:22:41:952]: Executing op: SetBaseline(Baseline=1,) MSI (s) (2C:58) [15:22:41:952]: Executing op: ActionStart(Name=InstallInitialize,,) MSI (s) (2C:58) [15:22:41:953]: Executing op: ProductUnpublish(PackageKey={046637A6-C2C9-4439-B733-3BB0754EBA9D}) MSI (s) (2C:58) [15:22:41:954]: Executing op: UpgradeCodeUnpublish(UpgradeCode={D083444D-664A-48FB-A1A4-5174104BE8B2}) MSI (s) (2C:58) [15:22:41:954]: Executing op: ProductUnpublishClient(,,) MSI (s) (2C:58) [15:22:41:954]: Note: 1: 1402 2: UNKNOWN\Installer\Products\AB12336B21542B243A211CDE91C47516 3: 2 MSI (s) (2C:58) [15:22:41:954]: Executing op: SourceListUnpublish(,) MSI (s) (2C:58) [15:22:41:954]: Note: 1: 1402 2: UNKNOWN\Installer\Products\AB12336B21542B243A211CDE91C47516\SourceList 3: 2 MSI (s) (2C:58) [15:22:41:954]: Executing op: ActionStart(Name=UnpublishFeatures,Description=Unpublishing Product Features,Template=Feature: [1]) MSI (s) (2C:58) [15:22:41:955]: Executing op: FeatureUnpublish(Feature=SmsCcmSetup,,Absent=2,Component=~6Vj`F^_J=SH+M'LFnCeP$,otktEP@kX+Tj{o^rE) MSI (s) (2C:58) [15:22:41:955]: Note: 1: 1402 2: UNKNOWN\Installer\Features\AB12336B21542B243A211CDE91C47516 3: 2 MSI (s) (2C:58) [15:22:41:955]: Note: 1: 1402 2: UNKNOWN\Products\AB12336B21542B243A211CDE91C47516\Features 3: 2 MSI (s) (2C:58) [15:22:41:955]: Executing op: ActionStart(Name=CcmDetectFilesInUseRemoveRollback,,) MSI (s) (2C:58) [15:22:41:956]: Executing op: CustomActionSchedule(Action=CcmDetectFilesInUseRemoveRollback,ActionType=3329,Source=BinaryData,Target=CcmDetectFilesInUseRollback,) MSI (s) (2C:58) [15:22:41:960]: Executing op: ActionStart(Name=CcmDetectFilesInUseRemoveCommit,,) MSI (s) (2C:58) [15:22:41:960]: Executing op: CustomActionSchedule(Action=CcmDetectFilesInUseRemoveCommit,ActionType=3585,Source=BinaryData,Target=CcmDetectFilesInUseCommit,) MSI (s) (2C:58) [15:22:41:964]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,) MSI (s) (2C:58) [15:22:41:964]: Executing op: CleanupConfigData() MSI (s) (2C:58) [15:22:41:964]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=0,Remove=1) MSI (s) (2C:58) [15:22:41:964]: Note: 1: 1402 2: UNKNOWN\Installer\Products\AB12336B21542B243A211CDE91C47516\Patches 3: 2 MSI (s) (2C:58) [15:22:41:964]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=1,Remove=1) MSI (s) (2C:58) [15:22:41:964]: Note: 1: 1402 2: UNKNOWN\Products\AB12336B21542B243A211CDE91C47516\Patches 3: 2 MSI (s) (2C:58) [15:22:41:964]: Executing op: CleanupConfigData(RemovingProduct=1) MSI (s) (2C:58) [15:22:41:964]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\AB12336B21542B243A211CDE91C47516\Patches 3: 2 MSI (s) (2C:58) [15:22:41:965]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0) MSI (s) (2C:58) [15:22:41:968]: User policy value 'DisableRollback' is 0 MSI (s) (2C:58) [15:22:41:968]: Machine policy value 'DisableRollback' is 0 MSI (s) (2C:68) [15:22:41:979]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIBB67.tmp, Entrypoint: CcmDetectFilesInUseCommit MSI (s) (2C:5C) [15:22:41:979]: Generating random cookie. MSI (s) (2C:5C) [15:22:41:981]: Created Custom Action Server with PID 3988 (0xF94). MSI (s) (2C:FC) [15:22:42:013]: Running as a service. MSI (s) (2C:FC) [15:22:42:014]: Hello, I'm your 32bit Elevated custom action server. [15:22:42] No rollback file detected MSI (s) (2C:58) [15:22:42:468]: Note: 1: 2318 2: MSI (s) (2C:58) [15:22:42:469]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 103, llSequenceNumber: 57, szDescription: "". MSI (s) (2C:58) [15:22:42:470]: The call to SRSetRestorePoint API succeeded. Returned status: 0. MSI (s) (2C:58) [15:22:42:470]: Unlocking Server MSI (s) (2C:58) [15:22:42:845]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'. MSI (s) (2C:58) [15:22:42:846]: Skipping action: ExecuteCCMSetupEXE (condition is false) MSI (s) (2C:58) [15:22:42:846]: Doing action: RemoveExistingProducts Action ended 15:22:42: InstallFinalize. Return value 1. MSI (s) (2C:58) [15:22:42:846]: Skipping RemoveExistingProducts action: current configuration is maintenance mode or an uninstall Action start 15:22:42: RemoveExistingProducts. Action ended 15:22:42: RemoveExistingProducts. Return value 0. Action ended 15:22:42: INSTALL. Return value 1. Property(S): UpgradeCode = {D083444D-664A-48FB-A1A4-5174104BE8B2} Property(S): TARGETDIR = C:\Windows\CCMSetup\ Property(S): ALLUSERS = 1 Property(S): ErrorDialog = ErrorDialog Property(S): ProductName = SMS Client Setup Bootstrap Property(S): ProductCode = {B63321BA-4512-42B2-A312-C1ED194C5761} Property(S): PackageCode = {046637A6-C2C9-4439-B733-3BB0754EBA9D} Property(S): Manufacturer = Microsoft Corporation Property(S): ProductVersion = 4.00.6487.2000 Property(S): ProductLanguage = 1033 Property(S): ARPSYSTEMCOMPONENT = 1 Property(S): ARPNOREMOVE = 1 Property(S): ARPNOMODIFY = 1 Property(S): CCMSETUPENABLELOGGING_Default = TRUE Property(S): CCMSETUPLOGLEVEL_Default = 0 Property(S): CCMSETUPLOGMAXSIZE_Default = 2000000 Property(S): CCMSETUPLOGMAXHISTORY_Default = 1 Property(S): SecureCustomProperties = CCMSETUPSTARTSERVICES;CCMSETUPADMINS;CCMSETUPENABLELOGGING;CCMSETUPLOGLEVEL;CCMSETUPLOGMAXHISTORY;CCMSETUPLOGMAXSIZE;CCMSETUPUPGRADEPRODUCTS;CCMSETUPUPLEVELPRODUCTS;CCMSETUPAUTODETECT;CCMSETUPINSTALLDIR;CCMSETUPALLOWSILENTREBOOT;SMSCWS;USESMSPORTS;SMSPORTS Property(S): AdminProperties = CCMSETUPADMINS;CCMSETUPENABLELOGGING;CCMSETUPLOGLEVEL;CCMSETUPLOGMAXHISTORY;CCMSETUPLOGMAXSIZE;CCMSETUPALLOWSILENTREBOOT;SMSCWS Property(S): SmsCCMSETUPDetectDowngrade_ErrorMessage = A newer version of the SMS Client Setup Bootstrap is already installed Property(S): CcmSetObjectSecurity_Text = Applying security permissions Property(S): CCMSETUPRegisterEventLog_ActionText = Registering Event Log information Property(S): ButtonText_Next = &Next > Property(S): ButtonText_Back = < &Back Property(S): ButtonText_Cancel = &Cancel Property(S): ButtonText_Finish = &Finish Property(S): ButtonText_Install = &Install Property(S): ButtonText_Close = &Close Property(S): ButtonText_OK = &OK Property(S): ButtonText_Abort = &Abort Property(S): ButtonText_Ignore = &Ignore Property(S): ButtonText_No = &No Property(S): ButtonText_Yes = &Yes Property(S): ButtonText_Retry = &Retry Property(S): ButtonText_Exit = &Exit Property(S): FilesInUse_Info = Setup has detected that it needs to update some files that are currently in use by other processes. To prevent having to reboot the machine, please close the following applications: Property(S): DefaultUIFont = DefaultDlgFont Property(S): DialogBox_Title = SMS Client Setup Bootstrap Property(S): WelcomeDialog_Info = This will install the Systems Management Server Client Setup Bootstrap. Property(S): InstallDialog_Title = Install Property(S): InstallDialog_SubTitle = The product is now ready to install Property(S): InstallDialog_Info = Click Next to proceed. Property(S): ProgressDialog_Title = Please Wait Property(S): ProgressDialog_SubTitle = Setup is configuring your system. Property(S): CompleteDialog_Title = Setup Complete Property(S): CompleteDialog_SubTitle = Setup has finished updating your system. Property(S): CompleteDialog_Info = Setup was successful. Property(S): UserExitDialog_Title = Setup Aborted Property(S): UserExitDialog_SubTitle = Setup was cancelled Property(S): UserExitDialog_Info = The SMS Client Setup Bootstrap setup was cancelled. Property(S): InstallErrorDialog_Title = Setup Aborted Property(S): InstallErrorDialog_SubTitle = Setup failed Property(S): InstallErrorDialog_Info = Setup encountered an error and could not continue. Property(S): InstallDir.8A6C79C2_40B5_4A16_8B5A_3D8F84E93C1B = C:\Windows\CCMSetup\ Property(S): PRIMARYFOLDER = TARGETDIR Property(S): VersionNT64 = 601 Property(S): REMOVE = ALL Property(S): MsiLogFileLocation = C:\Users\ADMINI~1\AppData\Local\Temp\MSI4905d.LOG Property(S): ProductState = 1 Property(S): CURRENTDIRECTORY = C:\Users\ADMINI~1\AppData\Local\Temp Property(S): CLIENTUILEVEL = 2 Property(S): CLIENTPROCESSID = 3780 Property(S): PRODUCTLANGUAGE = 1033 Property(S): VersionDatabase = 110 Property(S): VersionMsi = 5.00 Property(S): VersionNT = 601 Property(S): WindowsBuild = 7601 Property(S): ServicePackLevel = 1 Property(S): ServicePackLevelMinor = 0 Property(S): MsiNTProductType = 1 Property(S): WindowsFolder = C:\Windows\ Property(S): WindowsVolume = C:\ Property(S): System64Folder = C:\Windows\system32\ Property(S): SystemFolder = C:\Windows\SysWOW64\ Property(S): RemoteAdminTS = 1 Property(S): TempFolder = C:\Users\ADMINI~1\AppData\Local\Temp\ Property(S): ProgramFilesFolder = C:\Program Files (x86)\ Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\ Property(S): ProgramFiles64Folder = C:\Program Files\ Property(S): CommonFiles64Folder = C:\Program Files\Common Files\ Property(S): AppDataFolder = C:\Users\Administrator\AppData\Roaming\ Property(S): FavoritesFolder = C:\Users\Administrator\Favorites\ Property(S): NetHoodFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(S): PersonalFolder = C:\Users\Administrator\Documents\ Property(S): PrintHoodFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(S): RecentFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent\ Property(S): SendToFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo\ Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\ Property(S): CommonAppDataFolder = C:\ProgramData\ Property(S): LocalAppDataFolder = C:\Users\Administrator\AppData\Local\ Property(S): MyPicturesFolder = C:\Users\Administrator\Pictures\ Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\ Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\ Property(S): DesktopFolder = C:\Users\Public\Desktop\ Property(S): FontsFolder = C:\Windows\Fonts\ Property(S): GPTSupport = 1 Property(S): OLEAdvtSupport = 1 Property(S): ShellAdvtSupport = 1 Property(S): MsiAMD64 = 6 Property(S): Msix64 = 6 Property(S): Intel = 6 Property(S): PhysicalMemory = 4030 Property(S): VirtualMemory = 6786 Property(S): AdminUser = 1 Property(S): MsiTrueAdminUser = 1 Property(S): LogonUser = Administrator Property(S): UserSID = S-1-5-21-326884584-1753759732-2675530379-500 Property(S): UserLanguageID = 1033 Property(S): ComputerName = VICTORIA Property(S): SystemLanguageID = 1033 Property(S): ScreenX = 1024 Property(S): ScreenY = 768 Property(S): CaptionHeight = 22 Property(S): BorderTop = 1 Property(S): BorderSide = 1 Property(S): TextHeight = 16 Property(S): TextInternalLeading = 3 Property(S): ColorBits = 32 Property(S): TTCSupport = 1 Property(S): Time = 15:22:42 Property(S): Date = 6/13/2011 Property(S): MsiNetAssemblySupport = 4.0.30319.1 Property(S): MsiWin32AssemblySupport = 6.1.7601.17514 Property(S): RedirectedDllSupport = 2 Property(S): MsiRunningElevated = 1 Property(S): Privileged = 1 Property(S): USERNAME = Windows User Property(S): DATABASE = C:\Windows\Installer\14ab8a.msi Property(S): OriginalDatabase = \\oz.cs.wisc.edu\sms_csd\bin\i386\ccmsetup.msi Property(S): UILevel = 3 Property(S): Preselected = 1 Property(S): ACTION = INSTALL Property(S): ROOTDRIVE = C:\ Property(S): CostingComplete = 1 Property(S): OutOfDiskSpace = 0 Property(S): OutOfNoRbDiskSpace = 0 Property(S): PrimaryVolumeSpaceAvailable = 251554008 Property(S): PrimaryVolumeSpaceRequired = 16 Property(S): PrimaryVolumeSpaceRemaining = 251553992 Property(S): INSTALLLEVEL = 1 Property(S): PrimaryVolumePath = C: MSI (s) (2C:58) [15:22:42:860]: Note: 1: 1724 MSI (s) (2C:58) [15:22:42:861]: Product: SMS Client Setup Bootstrap -- Removal completed successfully. MSI (s) (2C:58) [15:22:42:861]: Windows Installer removed the product. Product Name: SMS Client Setup Bootstrap. Product Version: 4.00.6487.2000. Product Language: 1033. Manufacturer: Microsoft Corporation. Removal success or error status: 0. MSI (s) (2C:58) [15:22:42:947]: Deferring clean up of packages/files, if any exist MSI (s) (2C:58) [15:22:42:947]: MainEngineThread is returning 0 MSI (s) (2C:F4) [15:22:42:950]: RESTART MANAGER: Session closed. === Logging stopped: 6/13/2011 15:22:42 === MSI (s) (2C:F4) [15:22:42:953]: User policy value 'DisableRollback' is 0 MSI (s) (2C:F4) [15:22:42:953]: Machine policy value 'DisableRollback' is 0 MSI (s) (2C:F4) [15:22:42:953]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (2C:F4) [15:22:42:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (2C:F4) [15:22:42:954]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (2C:F4) [15:22:42:955]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (s) (2C:F4) [15:22:42:955]: Restoring environment variables MSI (s) (2C:F4) [15:22:42:955]: Destroying RemoteAPI object. MSI (s) (2C:5C) [15:22:42:955]: Custom Action Manager thread ending. MSI (c) (C4:A4) [15:22:42:959]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (c) (C4:A4) [15:22:42:961]: MainEngineThread is returning 0 === Verbose logging stopped: 6/13/2011 15:22:42 === John
Free Windows Admin Tool Kit Click here and download it now
June 13th, 2011 4:56pm

MSI (s) (2C:58) [15:22:42:861]: Windows Installer removed the product. Product Name: SMS Client Setup Bootstrap. Product Version: 4.00.6487.2000. Product Language: 1033. Manufacturer: Microsoft Corporation. Removal success or error status: 0. No errors in there. The log says that the bootstrap was removed successfully. Are your clients x64 ones?Torsten Meringer | http://www.mssccmfaq.de
June 14th, 2011 3:29am

This I don't understand. I was trying to *install* the product--why would it report a successful uninstall? I'm concerned the initial MSI is installing, can't find ccmsetup.exe or another file, then uninstalls something. John
Free Windows Admin Tool Kit Click here and download it now
June 14th, 2011 10:49am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics