artbio Posted September 24, 2004 Posted September 24, 2004 Well, i create the setup.iss file with the command line Setup -R, and thats fine i think!The problem is that i create the setup.iss file when the %systemdrive% is "C:\", and then i want to install Windows Xp to a %systemdrive% equal to "E:\". InstallShiel based instalations always install to "C:\"!My question is how to make InstallShield based installations drive independent?Thanks in advance!
Ancient DaemoN Posted September 25, 2004 Posted September 25, 2004 you can write in command-line /f1e:\setup.iss or anywhere else after setup.exe to specify where setup.iss is.example%systemdrive%\install\applications\setup.exe /f1%systemdrive%\setup.issyou can also call it with another name
artbio Posted September 25, 2004 Author Posted September 25, 2004 you can write in command-line /f1e:\setup.iss or anywhere else after setup.exe to specify where setup.iss is.example%systemdrive%\install\applications\setup.exe /f1%systemdrive%\setup.issyou can also call it with another nameThank you, but i guess that doesn´t solve the problem!The problem is not where setup.iss is. The problem is the path that the program will be installed to.Anyway, i solved the problem already.Thanks anyway!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now