Jump to content

[HELP] Ghost75 switch


Recommended Posts


My Ghost 7zip looks like this Version 9

snap17ld.th.png

basically i had to hack the msi itself to make it totally silent.

This is a quote from MSFN guide

Microsoft Windows Installer

You 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 Rebooting

To 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"

Link to comment
Share on other sites

  • 3 weeks later...

Hi.guys , I have problem with Ghost 9.0 switchs

I 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?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...