no "completed successfully" via SCCM
hello all, I am researching a small issue but I thought I'd see if someone else has already come across this
I have created a package that if I install manually with the command
msiexec /i "name.msi" /l*v "name.log" /norestart /qn
it creates the log file "name.log" with the size of over 6MB and the following at the end
*!*!**!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*
..............
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): ProductToBeRegistered = 1
MSI (s) (0C:1C) [13:55:23:552]: Note: 1: 1707
MSI (s) (0C:1C) [13:55:23:552]: Product: <name> -- Installation operation completed successfully.
MSI (s) (0C:1C) [13:55:23:552]: Windows Installer installed the product. Product Name: <name>. Product Version: <version>. Product Language: 4105. Installation success or error status: 0.
MSI (s) (0C:1C) [13:55:23:552]: Cleaning up uninstalled install packages, if any exist
MSI (s) (0C:1C) [13:55:23:552]: MainEngineThread is returning 0
MSI (s) (0C:F4) [13:55:23:552]: No System Restore sequence number for this installation.
=== Logging stopped: 29/11/2010 13:55:23 ===
MSI (s) (0C:F4) [13:55:23:568]: User policy value 'DisableRollback' is 0
MSI (s) (0C:F4) [13:55:23:568]: Machine policy value 'DisableRollback' is 0
MSI (s) (0C:F4) [13:55:23:568]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (0C:F4) [13:55:23:568]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (0C:F4) [13:55:23:568]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (0C:F4) [13:55:23:568]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (0C:F4) [13:55:23:568]: Restoring environment variables
MSI (c) (84:18) [13:55:23:568]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (84:18) [13:55:23:568]: MainEngineThread is returning 0
=== Verbose logging stopped: 29/11/2010 13:55:23 ===
*!*!**!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*
But if I push it through SCCM with the same command, the log file size is about 2MB and has a different ending
*!*!**!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*
...................................
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): ProductToBeRegistered = 1
=== Logging stopped: 29/11/2010 8:35:56 ===
MSI (c) (24:BC) [08:35:56:289]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (24:BC) [08:35:56:289]: MainEngineThread is returning 0
=== Verbose logging stopped: 29/11/2010 8:35:56 ===
*!*!**!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*
The product seems to be installed OK but since I don't know it very well, I'd be more comfortable if the log files were the same
Do you know of a reason why this would happen?
thank you very much
cheers,
I have created a package that if I install manually with the command
msiexec /i "name.msi" /l*v "name.log" /norestart /qn
it creates the log file "name.log" with the size of over 6MB and the following at the end
*!*!**!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*
..............
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): ProductToBeRegistered = 1
MSI (s) (0C:1C) [13:55:23:552]: Note: 1: 1707
MSI (s) (0C:1C) [13:55:23:552]: Product: <name> -- Installation operation completed successfully.
MSI (s) (0C:1C) [13:55:23:552]: Windows Installer installed the product. Product Name: <name>. Product Version: <version>. Product Language: 4105. Installation success or error status: 0.
MSI (s) (0C:1C) [13:55:23:552]: Cleaning up uninstalled install packages, if any exist
MSI (s) (0C:1C) [13:55:23:552]: MainEngineThread is returning 0
MSI (s) (0C:F4) [13:55:23:552]: No System Restore sequence number for this installation.
=== Logging stopped: 29/11/2010 13:55:23 ===
MSI (s) (0C:F4) [13:55:23:568]: User policy value 'DisableRollback' is 0
MSI (s) (0C:F4) [13:55:23:568]: Machine policy value 'DisableRollback' is 0
MSI (s) (0C:F4) [13:55:23:568]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (0C:F4) [13:55:23:568]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (0C:F4) [13:55:23:568]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (0C:F4) [13:55:23:568]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (0C:F4) [13:55:23:568]: Restoring environment variables
MSI (c) (84:18) [13:55:23:568]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (84:18) [13:55:23:568]: MainEngineThread is returning 0
=== Verbose logging stopped: 29/11/2010 13:55:23 ===
*!*!**!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*
But if I push it through SCCM with the same command, the log file size is about 2MB and has a different ending
*!*!**!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*
...................................
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): ProductToBeRegistered = 1
=== Logging stopped: 29/11/2010 8:35:56 ===
MSI (c) (24:BC) [08:35:56:289]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (24:BC) [08:35:56:289]: MainEngineThread is returning 0
=== Verbose logging stopped: 29/11/2010 8:35:56 ===
*!*!**!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*
The product seems to be installed OK but since I don't know it very well, I'd be more comfortable if the log files were the same
Do you know of a reason why this would happen?
thank you very much
cheers,
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
md8070
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.