Humm3r Posted April 10, 2004 Posted April 10, 2004 HiAt first I am new here So I started a new topic for this question that might be asked 100000 times, sorry for that 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 Found nothing what I could use.Would be great, if someone could help me out with some lines or a link or something
XtremeMaC Posted April 10, 2004 Posted April 10, 2004 u could specify a default install dir for all of themthen 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?
ZoSTeR Posted April 10, 2004 Posted April 10, 2004 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 /rWise:?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now