Jump to content

Recommended Posts

Posted

Hi,

Im having a problem with the InstallShield installer.

1. ...\setup.exe -R

2. -> a setup.iss file was created in the \Windows\ directory

3. I have copied the setup.iss file in the same dir as the setup.exe file is

but when i run the batch command [ start /wait X:\...\...\TIS2006\setup.exe -s ] the installer for the program starts ... and then it ends in a few seconds ...

and the program is not instalated

[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-DlgOrder]Dlg0={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdWelcome-0

Count=10

Dlg1={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskText-0

Dlg2={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdAskDestPath-0

Dlg3={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdSetupTypeEx-0

Dlg4={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdSelectFolder-0

Dlg5={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskOptions-0

Dlg6={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdStartCopy-0

Dlg7={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskOptions-1

Dlg8={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskYesNo-0

Dlg9={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdFinish-0

[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdWelcome-0]

Result=1

[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskText-0]

szText=345678

Result=1

[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdAskDestPath-0]

szDir=C:\Program Files\TIS 2006\

Result=1

[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdSetupTypeEx-0]

Result=Full

[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdSelectFolder-0]

szFolder=Telefonski imenik Slovenije 2006

Result=1

[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskOptions-0]

Result=1

Sel-0=1

[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdStartCopy-0]

Result=1

[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskOptions-1]

Result=1

Sel-0=0

Sel-1=1

[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskYesNo-0]

Result=1

[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdFinish-0]

Result=1

bOpt1=0

bOpt2=0

are there any other switches for the installer :whistle:

...sorry for my english, i suck at writing


Posted

you may want to include the path to your setup.iss file in your command.

I use the below with no issues

REG ADD %KEY%\080 /V 1 /D "%systemdrive%\[i]<pathtoinstaller>[/i]\<setupfile>.exe -s -f1"%systemdrive%\[i]<pathtoiss>[/i]\setup.iss" -f2"%systemdrive%\<nameoflog>.log""/f

I have also discovered it works best from PC HDD ont CD-ROM

The -f1 is to point to the iss file

The -f2 is to point to a log file to check for errors. The error codes can be checked against installshield.com

Note: it is all one line and shown as is executed from RunOnceEx.cmd

hope it helps

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