MSFN Forum: using setup options (general question) - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

using setup options (general question) Rate Topic: -----

#1 User is offline   Flo13 

  • Group: Members
  • Posts: 4
  • Joined: 02-November 07

Posted 04 January 2009 - 09:00 AM

Hi everybody,

I found WPI a couple of days here. After trying a few small simple installsamples i have the following question:

Is it poosible to use the setupoptions of a program in WPI? E.g. no Google-Toolbar installation, no automatic update and some other options depending the installed program?

After searching the forum I found Automate-It. Is this the only way to use alle the Setup-options a programm offers?

Thanks!

Flo


#2 User is offline   AlBundy33 

  • Member
  • PipPip
  • Group: Members
  • Posts: 217
  • Joined: 02-January 05

Posted 04 January 2009 - 12:02 PM

Quote

After searching the forum I found Automate-It. Is this the only way to use alle the Setup-options a programm offers?

Of course not.
Depending on the installer you have more or less possibilities.

Here are some examples:

MSI
msiexec /i "!CD!\********.msi" ADDLOCAL=ALL REBOOT=ReallySuppress /passive /norestart /qb
You can also create a transform-file with all informations

NSIS
"!CD!\********.exe" /S
Installs all - no other options possible

Inno-Setup
"!CD!\********.exe" /SILENT /NOCANCEL /NORESTART /SP-
Install all - with arguemnt /SAVEINF="settings.inf" you can store you changes and use them later with /LOADINF="settings.inf"

"!CD!\********.exe" /SILENT /NOCANCEL /NORESTART /SP- /COMPONENTS="********" /TASKS="" /LANG="********" /PASSWORD="********" /DIR="%PROGRAMFILES%\********"
Some more switches - I get the necessary values bythe SAVEINF-arguemnt

Installshield
"!CD!\********.exe" -r
Create a file with all informations (can be found in c:\windows\setup.iss)

"!CD!\********.exe" -s -f1"!CD!\setup.iss" -f2"%WINDIR%\Temp\********.log"
Run the setup with the created setup-file.

To find application-switches I use appdeploy.com

Al

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy