February 22, 200620 yr Hi, Im having a problem with the InstallShield installer.1. ...\setup.exe -R 2. -> a setup.iss file was created in the \Windows\ directory3. I have copied the setup.iss file in the same dir as the setup.exe file isbut 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-0Count=10Dlg1={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskText-0Dlg2={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdAskDestPath-0Dlg3={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdSetupTypeEx-0Dlg4={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdSelectFolder-0Dlg5={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskOptions-0Dlg6={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdStartCopy-0Dlg7={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskOptions-1Dlg8={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskYesNo-0Dlg9={1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdFinish-0[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdWelcome-0]Result=1[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskText-0]szText=345678Result=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 2006Result=1[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskOptions-0]Result=1Sel-0=1[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdStartCopy-0]Result=1[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskOptions-1]Result=1Sel-0=0Sel-1=1[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-AskYesNo-0]Result=1[{1047292E-6A6E-4EE9-B1CF-36282CDDA747}-SdFinish-0]Result=1bOpt1=0bOpt2=0are there any other switches for the installer ...sorry for my english, i suck at writing
February 22, 200620 yr You might want to try posting it in the appropriate forum.... "Application Installs", just under "Unattended Windows"
February 22, 200620 yr you may want to include the path to your setup.iss file in your command.I use the below with no issuesREG ADD %KEY%\080 /V 1 /D "%systemdrive%\[i]<pathtoinstaller>[/i]\<setupfile>.exe -s -f1"%systemdrive%\[i]<pathtoiss>[/i]\setup.iss" -f2"%systemdrive%\<nameoflog>.log""/fI have also discovered it works best from PC HDD ont CD-ROMThe -f1 is to point to the iss fileThe -f2 is to point to a log file to check for errors. The error codes can be checked against installshield.comNote: it is all one line and shown as is executed from RunOnceEx.cmdhope it helps
Create an account or sign in to comment