Jump to content

InstallShield: how to find parameters?


Orsi

Recommended Posts

A software I'm trying to install (AVID Softimage XSI) comes compressed in an .exe file, so I extract it's files and tried to use the default InstallShield parameters. Setup just ignored them.

I looked for some ini file to put the needed info but couldn't find anything. There's two cab files but I couldn't find a way to extract or see whats inside

well... any help? :)

Link to comment
Share on other sites


is there a setup.iss file?

if yes you can use this to silent install

-s -f"<location to file>\setup.iss" -f2"<path to log>\progname.log"

if not and looks like an installshield install, then use -r to generate your setup.iss. will be saved to c:\windows.

DO NOT reboot after install of the setup.iss file will be lost. copy to same folder as .exe fill and away you go

Link to comment
Share on other sites

well, that's the problem...

it's a InstallShield setup but if I set it to generate a setup.iss and then try to silently install, it still asks for some user inputs, like setup.iss were incomplete

Link to comment
Share on other sites

I have the same problem with Installshild applications. The -R switch to make the setup.iss file doesn't seem to work (no I'm not rebooting after installation).

The applications seems to ignore the setup.exe -S switch. I'm thinking with particular reference to the Adobe updates.

Has anybody had a similar problem?

Link to comment
Share on other sites

well, that's ok but now I have another question... :)

the big problem is the License Agreedment, it's the only screen setup shows, so I need to find a way 'to silently press the OK button'

I could use AutoIt for it but I don't know how to pass InstallShield parameters through it

(don't know if I'm being too confuse)

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