Help - Search - Members - Calendar
Full Version: Switches for .MSP Files
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
too hip
I am trying to figures out the silent switches for a .msp file which is an update pack for ACDSEE version 5.


I have tried many different ways and still can't get it to update silently.


/S (It runs something but the version is not updated)

/QB+ (installs it but when I check the version it's still the same)

I've also tried to slipstream it to the original .msi file but it says it can't find a certain file and stops.

msiexec /p (location of msp file) /a (location of msi file)

Thanks...
Blam-O!
try repacking the file using a hex editer to extract the files into a dir, then use .msi to install it.

making a note of your changed reg files also helps. newwink.gif
XtremeMaC
can't u just dl the updated one?
LiquidSage
First make an admin install by running
C:\WINDOWS\System32\msiexec.exe /I "C:\ACDSee v5.0 PowerPack\ACDSee 5.0 PowerPack.msi" (change DIR path as needed)

Then try to SS. Put path in quotes!! Take off read only attrib if it is on.
Make sure to full admin priv and also the right msp forv5. (either std or PP)
chadness
QUOTE (LiquidSage @ May 19 2004, 06:37 AM)
First make an admin install by running
C:\WINDOWS\System32\msiexec.exe /I "C:\ACDSee v5.0 PowerPack\ACDSee 5.0 PowerPack.msi" (change DIR path as needed)

To do an administrative install, you usually need to do /a, not /i
LiquidSage
variety is the spice of life
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.