Help - Search - Members - Calendar
Full Version: HexWorkshop
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Sunil
Does anyone out there know how to silently install

HEXWORKSHOP 4.22

silently
LiquidSage
1.Extract hw32v422.exe to a folder.
2.In that folder, include this setup.iss
3.run setup.exe with the /s switch.
This will install silently. (To put license key in, either create reg entry in the setup.iss, or include a reg file in your batch script after this has installed.)


---------------Setup.iss. starts on next line-----------
[InstallShield Silent]
Version=v5.00.000
File=Response File
[File Transfer]
OverwriteReadOnly=YesToAll
[DlgOrder]
Dlg0=SdWelcome-0
Count=5
Dlg1=SdLicense-0
Dlg2=SdAskDestPath-0
Dlg3=SdSelectFolder-0
Dlg4=SdFinish-0
[SdWelcome-0]
Result=1
[SdLicense-0]
Result=1
[SdAskDestPath-0]
szDir=C:\Program Files\BreakPoint Software\Hex Workshop 4.2
Result=1
[SdSelectFolder-0]
szFolder=Hex Workshop 4.2
Result=1
[Application]
Name=Hex Workshop 4.2
Version=4.22
Company=BreakPoint
Lang=0009
[SdFinish-0]
Result=1
bOpt1=0
bOpt2=0
Sunil
Did hexworkshop generate this for you?
Sunil
works good, thanks a bunch
mazin
QUOTE (LiquidSage @ Feb 9 2004, 09:38 PM)
This will install silently. (To put license key in, either create reg entry in the setup.iss, or include a reg file in your batch script after this has installed.)

what to write in the reg entry or how the reg file structure should be!
eirogge
yeah, how to register hex workshop using a .reg-file?
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.