Skip to content

Instantly share code, notes, and snippets.

@Stromweld
Created February 24, 2016 20:36
Show Gist options
  • Save Stromweld/0aa0bee2d5d3461744d2 to your computer and use it in GitHub Desktop.
Save Stromweld/0aa0bee2d5d3461744d2 to your computer and use it in GitHub Desktop.
msiexec log of chef-client 12.7.2 install with chef-client 12.6.0 already installed
=== Logging started: 2/22/2016 13:43:10 ===
Action start 13:43:10: INSTALL.
Action start 13:43:10: FindRelatedProducts.
Action ended 13:43:10: FindRelatedProducts. Return value 1.
Action start 13:43:10: AppSearch.
Action ended 13:43:10: AppSearch. Return value 0.
Action start 13:43:10: WixQueryOsWellKnownSID.
Action ended 13:43:10: WixQueryOsWellKnownSID. Return value 1.
Action start 13:43:10: LaunchConditions.
Action ended 13:43:10: LaunchConditions. Return value 1.
Action start 13:43:10: ValidateProductID.
Action ended 13:43:10: ValidateProductID. Return value 1.
Action start 13:43:10: CostInitialize.
Action ended 13:43:10: CostInitialize. Return value 1.
Action start 13:43:10: FileCost.
Action ended 13:43:10: FileCost. Return value 1.
Action start 13:43:10: CostFinalize.
Action ended 13:43:10: CostFinalize. Return value 1.
Action start 13:43:10: MigrateFeatureStates.
Action ended 13:43:10: MigrateFeatureStates. Return value 0.
Action start 13:43:10: InstallValidate.
Action ended 13:43:10: InstallValidate. Return value 1.
Action start 13:43:10: RemoveExistingProducts.
Action ended 13:43:10: RemoveExistingProducts. Return value 1.
Action start 13:43:10: InstallInitialize.
Action ended 13:43:10: InstallInitialize. Return value 1.
Action start 13:43:10: ProcessComponents.
Action ended 13:43:11: ProcessComponents. Return value 1.
Action start 13:43:11: UnpublishFeatures.
Action ended 13:43:11: UnpublishFeatures. Return value 1.
Action start 13:43:11: StopServices.
Action ended 13:43:11: StopServices. Return value 1.
Action start 13:43:11: DeleteServices.
Action ended 13:43:11: DeleteServices. Return value 1.
Action start 13:43:11: RemoveRegistryValues.
Action ended 13:43:11: RemoveRegistryValues. Return value 1.
Action start 13:43:11: RemoveEnvironmentStrings.
Action ended 13:43:11: RemoveEnvironmentStrings. Return value 1.
Action start 13:43:11: RemoveFiles.
Action ended 13:43:11: RemoveFiles. Return value 0.
Action start 13:43:11: RemoveFolders.
Action ended 13:43:11: RemoveFolders. Return value 1.
Action start 13:43:11: CreateFolders.
Action ended 13:43:11: CreateFolders. Return value 1.
Action start 13:43:11: InstallFiles.
Action ended 13:43:11: InstallFiles. Return value 1.
Action start 13:43:11: SetFastUnzip.
Action ended 13:43:11: SetFastUnzip. Return value 1.
Action start 13:43:11: FastUnzip.
Action ended 13:43:11: FastUnzip. Return value 1.
Action start 13:43:11: WriteRegistryValues.
Action ended 13:43:11: WriteRegistryValues. Return value 1.
Action start 13:43:11: WriteEnvironmentStrings.
Action ended 13:43:11: WriteEnvironmentStrings. Return value 1.
Action start 13:43:11: InstallServices.
Action ended 13:43:11: InstallServices. Return value 1.
Action start 13:43:11: MsiConfigureServices.
Action ended 13:43:11: MsiConfigureServices. Return value 1.
Action start 13:43:11: StartServices.
Action ended 13:43:11: StartServices. Return value 1.
Action start 13:43:11: RegisterUser.
Action ended 13:43:11: RegisterUser. Return value 1.
Action start 13:43:11: RegisterProduct.
Action ended 13:43:11: RegisterProduct. Return value 1.
Action start 13:43:11: PublishFeatures.
Action ended 13:43:11: PublishFeatures. Return value 1.
Action start 13:43:11: PublishProduct.
Action ended 13:43:11: PublishProduct. Return value 1.
Action start 13:43:11: InstallFinalize.
SFXCA: Extracting custom action to temporary directory: C:\Windows\Installer\MSI93E7.tmp-\
SFXCA: Binding to CLR version v4.0.30319
Calling custom action CustomActionFastMsi!CustomActionFastMsi.CustomActions.FastUnzip
Starting FastUnzip
FASTZIPDIR = c:\opscode\
FASTZIPAPPNAME = chef
Starting extraction
Exception thrown by custom action:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: The process cannot access the file 'c:\opscode\chef\embedded\lib\ruby\gems\2.0.0\gems\chef-12.7.2-universal-mingw32\ext\win32-eventlog\chef-log.dll' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
at CustomActionFastMsi.CustomActions.FastUnzip(Session session)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object parameters, Object arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture)
at Microsoft.Deployment.WindowsInstaller.CustomActionProxy.InvokeCustomAction(Int32 sessionHandle, String entryPoint, IntPtr remotingDelegatePtr)
CustomAction FastUnzip returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 13:43:38: InstallFinalize. Return value 3.
Action ended 13:43:39: INSTALL. Return value 3.
Property(S): UpgradeCode = {D607A85C-BDFA-4F08-83ED-2ECB4DCD6BC5}
Property(S): FastUnzip = FASTZIPDIR=c:\opscode\;FASTZIPAPPNAME=chef
Property(S): CONFIGLOCATION = c:\chef\
Property(S): PROJECTLOCATION = c:\opscode\chef\
Property(S): PROJECTLOCATIONBIN = c:\opscode\chef\bin\
Property(S): PSMODULES = c:\opscode\chef\modules\
Property(S): EMBEDDEDBIN = c:\opscode\chef\embedded\bin\
Property(S): INSTALLLOCATION = c:\opscode\
Property(S): WixUIRMOption = UseRM
Property(S): ALLUSERS = 1
Property(S): WindowsVolume = c:\
Property(S): EMBEDDED = c:\opscode\chef\embedded\
Property(S): TARGETDIR = c:\
Property(S): SourceDir = c:\chef\cache\omnibus_updater\
Property(S): VersionNT = 603
Property(S): ARPPRODUCTICON = oc.ico
Property(S): ARPHELPLINK = http://www.getchef.com/support/
Property(S): WIXUI_INSTALLDIR = INSTALLLOCATION
Property(S): Manufacturer = Chef Software, Inc.
Property(S): ProductCode = {3A7A522C-66FB-415E-8E57-537CE68975FF}
Property(S): ProductLanguage = 1033
Property(S): ProductName = Chef Client v12.7.2
Property(S): ProductVersion = 12.7.2.1
Property(S): DefaultUIFont = WixUI_Font_Normal
Property(S): WixUI_Mode = FeatureTree
Property(S): ErrorDialog = ErrorDlg
Property(S): SecureCustomProperties = WIX_ACCOUNT_ADMINISTRATORS;WIX_ACCOUNT_LOCALSYSTEM;WIX_ACCOUNT_USERS;WIX_DOWNGRADE_DETECTED;WIX_UPGRADE_DETECTED
Property(S): MsiLogFileLocation = c:\users\administrator\Desktop\msi.log
Property(S): PackageCode = {59AB0FE0-FA0D-465D-BCF8-CB47C9742DDA}
Property(S): ProductState = -1
Property(S): PackagecodeChanging = 1
Property(S): CURRENTDIRECTORY = C:\
Property(S): CLIENTUILEVEL = 3
Property(S): CLIENTPROCESSID = 2508
Property(S): VersionDatabase = 200
Property(S): MsiSystemRebootPending = 1
Property(S): VersionMsi = 5.00
Property(S): VersionNT64 = 603
Property(S): WindowsBuild = 9600
Property(S): ServicePackLevel = 0
Property(S): ServicePackLevelMinor = 0
Property(S): MsiNTProductType = 3
Property(S): WindowsFolder = c:\Windows\
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 = 3840
Property(S): VirtualMemory = 10854
Property(S): AdminUser = 1
Property(S): MsiTrueAdminUser = 1
Property(S): LogonUser = Administrator
Property(S): UserSID = S-1-5-21-2880295548-2090604974-813142056-500
Property(S): UserLanguageID = 1033
Property(S): ComputerName = IP-AC15245C
Property(S): SystemLanguageID = 1033
Property(S): ScreenX = 1024
Property(S): ScreenY = 768
Property(S): CaptionHeight = 23
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 = 13:43:39
Property(S): Date = 2/22/2016
Property(S): MsiNetAssemblySupport = 4.0.30319.33440
Property(S): MsiWin32AssemblySupport = 6.3.9600.17415
Property(S): RedirectedDllSupport = 2
Property(S): MsiRunningElevated = 1
Property(S): Privileged = 1
Property(S): USERNAME = Amazon
Property(S): COMPANYNAME = Amazon.com
Property(S): DATABASE = c:\Windows\Installer\380da7.msi
Property(S): OriginalDatabase = c:\chef\cache\omnibus_updater\chef-client-12.7.2-1-x86.msi
Property(S): UILevel = 2
Property(S): ACTION = INSTALL
Property(S): WIX_ACCOUNT_LOCALSYSTEM = NT AUTHORITY\SYSTEM
Property(S): WIX_ACCOUNT_LOCALSERVICE = NT AUTHORITY\LOCAL SERVICE
Property(S): WIX_ACCOUNT_NETWORKSERVICE = NT AUTHORITY\NETWORK SERVICE
Property(S): WIX_ACCOUNT_ADMINISTRATORS = BUILTIN\Administrators
Property(S): WIX_ACCOUNT_USERS = BUILTIN\Users
Property(S): WIX_ACCOUNT_GUESTS = BUILTIN\Guests
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 = c:\chef\cache\omnibus_updater\
Property(S): SourcedirProduct = {3A7A522C-66FB-415E-8E57-537CE68975FF}
Property(S): ProductToBeRegistered = 1
MSI (s) (20:D8) [13:43:39:243]: Product: Chef Client v12.7.2 -- Installation failed.
MSI (s) (20:D8) [13:43:39:243]: Windows Installer installed the product. Product Name: Chef Client v12.7.2. Product Version: 12.7.2.1. Product Language: 1033. Manufacturer: Chef Software, Inc.. Installation success or error status: 1603.
=== Logging stopped: 2/22/2016 13:43:39 ===
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment