ripley_jack Posted May 17, 2005 Posted May 17, 2005 Hello,I am looking for unattended switches forNorton Ghost 7.5I found in install directory of the CD a file "symantec ghost.msi"I tried : /passive /qf /norestart switches but it not silently !!help psetnxJack
Astalavista Posted May 17, 2005 Posted May 17, 2005 My Ghost 7zip looks like this Version 9basically i had to hack the msi itself to make it totally silent.This is a quote from MSFN guideMicrosoft Windows InstallerYou can find out if a setup package uses Windows Installer by viewing the extension of the file (*.MSI). These files often use the /QB and /QN switch. The powertoys uses the /s /v/qn switch. You will have to try out each of the two to find out which one works./qb will show a basic progress bar in a window/qn will not show anything and installs in the background.» Preventing Applications from RebootingTo prevent some applications from rebooting automatically (Kerio Personal Firewall 4 is one of them) you need to use REBOOT=Suppress alongside the /qn or /qb switch surrounded in quotation marks. Below is an example:setup.msi "/qn REBOOT=Suppress"Some setup files uses the /s/v/qn switch, so to prevent reboots use:setup.exe /s /v"/qn REBOOT=Suppress"
ripley_jack Posted May 17, 2005 Author Posted May 17, 2005 TnxI find the follow:"Symantec Ghost.msi" /QN /quiet /norestartIt work fineJack
caomeisanhao Posted June 7, 2005 Posted June 7, 2005 Hi.guys , I have problem with Ghost 9.0 switchsI want to do silent install Ghost 9.0 from CD,there is a Ghost.msi in the CD,and a SETUP.EXE,when I click Ghost.msi ,it returns a error ,said that Ghost.msi can only be installed from SETUP.EXE, SETUP.EXE use Installshield,and Ghost.msi use windows Installer, the whole setup is a combination ,how should I do ,if I want to do silent install?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now