
Originally Posted by
sgunchar
I have been trying to setup a silent/unattended installation of Fiery Command Workstation 5.4.1. I extracted the setup files from the FieryApplicationPackage401.exe file.
When I manually run Fiery User Software Installer\setup.exe, the application is properly installed.
I reverted my virtual system and ran setup.exe -r to create the Installshield response file. I copied the setup.iss file and placed it alongside the setup.exe.
I reverted my system again and executed th following command:
setup.exe -S -f1".\setup.iss" -f2"%TEMP%\Fiery541.log"
The installation hangs on the dialog box which prompts for the Destination Folder and Language.
I repeated the process to create the setup.iss file, but this time when prompted for the Destination Folder, I browsed and manually entered the folder name for installing the application.
This installation continued to hang on the Destination Folder / Language dialog box. Once I clicked on Next, the installation continued without requiring interaction. I tried using -r and /r, -R and /R to create the setup.iss file as well as -s and -S, and /s and /S to apply the setup.iss file.
I tried this with the new 5.5 version and had the same problem.
When I reviewed the setup.iss file, I noticed that there was not a entry that corresponded to the language selected from that dialog box. I repeated the process of created the setup.iss file and chose a language other than English. This however did not cause a repsonse to be entered in the setup.iss file.
Any ideas?
Here is a opy of the setup.iss file that was generated when manually entering the Destination Folder name:
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{79B3B34A-5828-4BDD-9716-2002C0596C71}-DlgOrder]
Dlg0={79B3B34A-5828-4BDD-9716-2002C0596C71}-SdWelcome-0
Count=8
Dlg1={79B3B34A-5828-4BDD-9716-2002C0596C71}-SdLicense2Rtf-0
Dlg2={79B3B34A-5828-4BDD-9716-2002C0596C71}-SelectDir-0
Dlg3={79B3B34A-5828-4BDD-9716-2002C0596C71}-SdComponentDialog2-0
Dlg4={79B3B34A-5828-4BDD-9716-2002C0596C71}-SdSelectFolder-0
Dlg5={79B3B34A-5828-4BDD-9716-2002C0596C71}-AskYesNo-0
Dlg6={79B3B34A-5828-4BDD-9716-2002C0596C71}-SdShowInfoList-0
Dlg7={79B3B34A-5828-4BDD-9716-2002C0596C71}-SdFinishReboot-0
[{79B3B34A-5828-4BDD-9716-2002C0596C71}-SdWelcome-0]
Result=1
[{79B3B34A-5828-4BDD-9716-2002C0596C71}-SdLicense2Rtf-0]
Result=1
[{79B3B34A-5828-4BDD-9716-2002C0596C71}-SelectDir-0]
Result=1
szDir=C:\Program Files (x86)\Fiery
[{79B3B34A-5828-4BDD-9716-2002C0596C71}-SdComponentDialog2-0]
Component-type=string
Component-count=4
Component-0=Fiery Command WorkStation
Component-1=Fiery Remote Scan
Component-2=Fiery Hot Folders
Component-3=Fiery Bridge
Result=1
[{79B3B34A-5828-4BDD-9716-2002C0596C71}-SdSelectFolder-0]
szFolder=Fiery
Result=1
[{79B3B34A-5828-4BDD-9716-2002C0596C71}-AskYesNo-0]
Result=0
[{79B3B34A-5828-4BDD-9716-2002C0596C71}-SdShowInfoList-0]
Result=1
[Application]
Name=Fiery User Software
Version=5.0
Company=Electronics For Imaging
Lang=0409
[{79B3B34A-5828-4BDD-9716-2002C0596C71}-SdFinishReboot-0]
Result=1
BootOption=0
Thanks.