Jump to content

How do i make an iss-file?


Recommended Posts

Hello everyone,

I've searched around the internet but i cannot find anything how to make a iss-file.

Or record a setup so i can make a unattended file.

Can anybody help me with that.

Its not for vista self, but for other software that runs under vista.

Link to comment
Share on other sites


Lazy answer: read this page. A quick google search for "installshield silent switches" or something similar would also have found the documentation on acresso's site like here

Well that i've read but the problem what i have is when i type

setup.exe /r

it dos'nt record bur it removes.

Do i have to need a special program to use that commands?

I have installshield 2009 but need i installshield devstudio for it? and where can i get a demo version of it?

Link to comment
Share on other sites

Lazy answer: read this page. A quick google search for "installshield silent switches" or something similar would also have found the documentation on acresso's site like here

Well that i've read but the problem what i have is when i type

setup.exe /r

it dos'nt record bur it removes.

Do i have to need a special program to use that commands?

I have installshield 2009 but need i installshield devstudio for it? and where can i get a demo version of it?

It will remove if you allready have the program installed you need to uninstall the program first then install with the /s switch then look in windows for setup.iss file.

Link to comment
Share on other sites

if your ISS files are from InstallShield, use the following commands.

to record the file

setup.exe /r /f1 "c:\setup.iss"

Edit the ISS file as necessary.

to redeploy

setup /s /f1 "c:\setup.iss"

the F1 switch is a silent switch. When using the /r you need to specify the path and filename of the ISS file you want it to create.

Using /r for InstallShield setups depends on how old the installer is. Older versions use /r for remove, but newer ones use it to record. I am not certain how you can determine which version of InstallShield created an installer.

You may also be able to get the ISS file by unpacking the installer using WinRaR. If you do not find it this way, you will probably find an INX file instead, which can be read by the InstallShield dev app.

Lastly, ISS files are also created by InnoSetup as well, and they are different than InstallShield.

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