Jump to content

InstallShield Problem!


artbio

Recommended Posts

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!

Link to comment
Share on other sites


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

you can also call it with another name

Thank 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!

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