Jump to content

Specify install dir


Humm3r

Recommended Posts

Hi

At first I am new here :)

So I started a new topic for this question that might be asked 100000 times, sorry for that :D

I build myself an unattended installation, that works just fine, but after using all that switches for the different programs everything is installed in C:\ where my Win XP is stored.

My point is, which switches I have to use with the different installers (NSIS, MSI, InstallShiled, Wise) where I can say "This goes to this path and this goes to this hdd"

I know, I know, use the search engine, I did :D Found nothing what I could use.

Would be great, if someone could help me out with some lines or a link or something :rolleyes:

Link to comment
Share on other sites


u could specify a default install dir for all of them

then u can change the default installdir.

there are variables in all those program

if u found the info by searching, exactly what r trying to find?

depth info on them or something?

Link to comment
Share on other sites

Switches for the installation folder:

MSI:

msiexec /i Setup.msi INSTALLDIR="D:\Folder" /qn

Might not always work.

NSIS:

Setup.exe /S /D="D:\Folder"

case sensitive!

Inno Setup:

Setup.exe /VERYSILENT /DIR="D:\Folder"

InstallShield:

Either extract the msi or record the setup with /r

Wise:

?

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