Jump to content

InstallShield: how to find parameters?


Recommended Posts

Posted

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? :)


Posted

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

Posted

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

Posted

ah, not sure then as haven't encountered that issue.

i believe on the installshield website they would have that info so you could add to the setup.iss file and build your own.

Posted

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?

Posted

I found where my problem but not the solution :(

in setup.iss file there's keynames for all needed inputs except one

any tip to find it's name?

Posted

@Orsi - nope sorry mate

@ashleysmith55 - sometimes you have to specify the location of the setup.iss file hence using, -f"<location to file>\setup.iss", command

Posted

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)

Posted

I will download the installer when I get home so I can try it myself. I just hate the registration requirement on their website before it lets me download the trial. :D

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