Jump to content

Installer switches for program group dir


fillalph

Recommended Posts

Hi, since someone was asking about how to change the target directory during installation, I was curious if all of the installers allow the program group (or group folder) to be changed.

I know for for:

Inno it is /GROUP="folder name"

InstallShield can be done through setup.iss

Does anyone know how/if able to do this for NSIS, msi and Wise ?

Thanks

]Bonkers[

Link to comment
Share on other sites


WISE installers -

http://www.wise.com/KBArticle.aspx?articleno=564

Symptom

What are the command line parameters available for InstallMaker, InstallBuilder, and InstallMaster?

Resolution

You can run Wise Installation .EXE with command line options to automate many of the tasks you would normally do in the User Interface. The list of options is as follows.

/c file.wse -- creates executable file from wise script

/r -- opens Wise in SetupCapture window

/u -- runs the upgrade wizard that checks for any upgrades online

/d CompVar=Value -- defines a single compiler variable in Enterprise Edition. Multiple definitions require multiple /d

/d=filename -- uses filename to define compiler variables. Each line in file is CompVar=Value

Example: installbuilder.exe /c /d _MYVAR_="Test" c:\my\source\files\setup.wse

Wise Installations:

/T -- test mode

/X pathname -- extracts files into pathname

/Z pathname -- extracts files into pathname and reboots

/S -- silent install

/M -- prompts for windows, system, temp directories

/M=filename -- specifies a value file similar to /d above, but for standard variables (See NOTE below).

/M1 -- same as /m plus it prompts before any file that is self-registered

/M2 -- reserved for internal use by Wise during debugger sessions

Example: setup.exe /T

Unwise:

/Z -- remove empty directories, including one with unwise itself in it.

/A -- automatic mode, no user choices other than cancel.

/S -- silent mode, automatic mode with no user choices

/R -- rollback mode, selects option to rollback on uninstall

/U -- like automatic mode, but gives all choices other than custom/automatic title window title can be at the end of the command line

Example: unwise.exe /S c:\my\program\directory\install.log

NOTE: The values file is a simple text file with variables listed, one per line, in VARIABLE="VALUE" format. If the variable is found in the values file, the specified value is used; otherwise, its value is unchanged. The file containing the variables can be up to 32K.

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...