Anthony Hunter
2003-09-23 15:50:43 UTC
My install package that I'm trying to run is on an ftp site. And I'm
using the following command to install it.
msiexec /i ftp://ftp.site.com/folder/myinstall.msi
But, I receive an error that the path does not exist or the install is
invalid. I can manually go to this location and download and run the instal
without any problems. I have also used the above command line on other
machines without any problem. Below is the log file that is generated.
=== Verbose logging started: 9/23/2003 11:22:10 Build type: SHIP UNICODE
2.00.3790.00 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (90:80): Resetting cached policy values
MSI (c) (90:80): Machine policy value 'Debug' is 0
MSI (c) (90:80): ******* RunEngine:
******* Product: ftp://ftp.site.com/folder/myinstall.msi
******* Action:
******* CommandLine: **********
MSI (c) (90:80): Client-side and UI is none or basic: Running entire install
on the server.
MSI (c) (90:80): Grabbed execution mutex.
MSI (c) (90:80): Cloaking enabled.
MSI (c) (90:80): Attempting to enable all disabled priveleges before calling
Install on Server
MSI (c) (90:80): Incrementing counter to disable shutdown. Counter after
increment: 0
MSI (s) (C4:94): Grabbed execution mutex.
MSI (s) (C4:DC): Resetting cached policy values
MSI (s) (C4:DC): Machine policy value 'Debug' is 0
MSI (s) (C4:DC): ******* RunEngine:
******* Product: C:\ftp://ftp.site.com/folder/myinstall.msi
******* Action:
******* CommandLine: **********
MSI (s) (C4:DC): Note: 1: 2203 2: C:\ftp://ftp.site.com/folder/myinstall.msi
3: -2147286788
MSI (s) (C4:DC): MainEngineThread is returning 123
MSI (c) (90:80): Decrementing counter to disable shutdown. If counter >= 0,
shutdown will be denied. Counter after decrement: -1
MSI (c) (90:80): MainEngineThread is returning 123
=== Verbose logging stopped: 9/23/2003 11:22:11 ===
Why is there a 'C:\' infront of "******* Product:"? Does anyone know where
this is coming from? On the machines that work, this is not there, just the
ftp site location.
Thanks,
Anthony
using the following command to install it.
msiexec /i ftp://ftp.site.com/folder/myinstall.msi
But, I receive an error that the path does not exist or the install is
invalid. I can manually go to this location and download and run the instal
without any problems. I have also used the above command line on other
machines without any problem. Below is the log file that is generated.
=== Verbose logging started: 9/23/2003 11:22:10 Build type: SHIP UNICODE
2.00.3790.00 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (90:80): Resetting cached policy values
MSI (c) (90:80): Machine policy value 'Debug' is 0
MSI (c) (90:80): ******* RunEngine:
******* Product: ftp://ftp.site.com/folder/myinstall.msi
******* Action:
******* CommandLine: **********
MSI (c) (90:80): Client-side and UI is none or basic: Running entire install
on the server.
MSI (c) (90:80): Grabbed execution mutex.
MSI (c) (90:80): Cloaking enabled.
MSI (c) (90:80): Attempting to enable all disabled priveleges before calling
Install on Server
MSI (c) (90:80): Incrementing counter to disable shutdown. Counter after
increment: 0
MSI (s) (C4:94): Grabbed execution mutex.
MSI (s) (C4:DC): Resetting cached policy values
MSI (s) (C4:DC): Machine policy value 'Debug' is 0
MSI (s) (C4:DC): ******* RunEngine:
******* Product: C:\ftp://ftp.site.com/folder/myinstall.msi
******* Action:
******* CommandLine: **********
MSI (s) (C4:DC): Note: 1: 2203 2: C:\ftp://ftp.site.com/folder/myinstall.msi
3: -2147286788
MSI (s) (C4:DC): MainEngineThread is returning 123
MSI (c) (90:80): Decrementing counter to disable shutdown. If counter >= 0,
shutdown will be denied. Counter after decrement: -1
MSI (c) (90:80): MainEngineThread is returning 123
=== Verbose logging stopped: 9/23/2003 11:22:11 ===
Why is there a 'C:\' infront of "******* Product:"? Does anyone know where
this is coming from? On the machines that work, this is not there, just the
ftp site location.
Thanks,
Anthony