The command line I am using is: setup.exe /s /l=c:\path\logfile.log ALLUSERS=TRUE
When SCCM tries to run that command line, the installation fails and this is what I see in the log:
Code: Select all
MSI (s) (C8:B4) [11:32:14:882]: Executing op: FolderCreate(,Foreign=0,,)
MSI (s) (C8:B4) [11:32:14:898]: Note: 1: 2343
MSI (s) (C8:B4) [11:32:14:898]: Note: 1: 2205 2: 3: Error
MSI (s) (C8:B4) [11:32:14:898]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2343
DEBUG: Error 2343: Specified path is empty.
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2343. The arguments are: , ,
MSI (s) (C8:B4) [11:32:14:898]: Note: 1: 2205 2: 3: Error
MSI (s) (C8:B4) [11:32:14:898]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
MSI (s) (C8:B4) [11:32:14:898]: Product: Aspen 3.0 -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2343. The arguments are: , ,
Action ended 11:32:14: InstallFinalize. Return value 3.
The final error at the end of the log:
Code: Select all
MSI (s) (C8:B4) [11:32:15:179]: Product: Aspen 3.0 -- Installation failed.
MSI (s) (C8:B4) [11:32:15:179]: Windows Installer installed the product. Product Name: Aspen 3.0. Product Version: 1.0. Product Language: 1033. Manufacturer: FMCSA. Installation success or error status: 1603.
I tried to install using psexec -s and I get the same error. However when I run it from an administrative command prompt as my user account, it installs just fine. Is there anything else I can try to get this software package to work correctly with SCCM?