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

   


Google Internet Forums Unattended CD/DVD Guide
mazin
Nobody here uses BlackICE?
mediatx
check the .inf files - I just deleted balckice so cant do it for you, but black ice is GREAT for configurating it through the inf files in the setup section.
Worst case: when you are not able to do so during setup, edit it now on any PC and use xcopy for transferring the files during an unattended setup (should be done AFTER installing black ice and will need a reboot to get changes done!
mazin
I don't know how to configure BlackICE to be silently installed through a setup.ini file.

The setup.ini file has two phases:

Pre-installation phase, where it contains the following:

[Startup]
EnableLangDlg=Y
AppName=BlackICE
ProductGUID=76542ee3-5849-11d2-9c18-00609707c0ff
[Languages]
Default=0x0009
count=1
key0=0x0009

Post-installation phase, where it contains the following:

[Startup]
EnableLangDlg=Y
AppName=BlackICE
ProductGUID=76542ee3-5849-11d2-9c18-00609707c0ff
Engine=0
Copy=1
Source=0
[Languages]
Default=0x0009
count=1
key0=0x0009

So what?

I use a setup.iss file to do it since BlackICE uses InstallShield.

And, the only problem is that AP doesn't have an entry in the setup.iss file.

This is why I'm asking.

Thank you, anyway.
Swimming_Bird
bump

Setup.exe /r doesnt seem to record the setup.iss file
hatsumi
isn't it setup.exe -R to record a setup.iss?
Tinywoods
hello
As mazin mentioned, there is no entry for AP-on/off in setup.iss. Now I'm trying to make AUTOIT script.

This is for BlackICE36_cob .iss but no AP infor.
CODE
[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{76542EE3-5849-11D2-9C18-00609707C0FF}-DlgOrder]
Dlg0={76542EE3-5849-11D2-9C18-00609707C0FF}-SdWelcome-0
Count=8
Dlg1={76542EE3-5849-11D2-9C18-00609707C0FF}-SdLicense-0
Dlg2={76542EE3-5849-11D2-9C18-00609707C0FF}-SdShowDlgEdit1-0
Dlg3={76542EE3-5849-11D2-9C18-00609707C0FF}-SdAskDestPath-0
Dlg4={76542EE3-5849-11D2-9C18-00609707C0FF}-SdSelectFolder-0
Dlg5={76542EE3-5849-11D2-9C18-00609707C0FF}-SdStartCopy-0
Dlg6={76542EE3-5849-11D2-9C18-00609707C0FF}-SdStartCopy-1
Dlg7={76542EE3-5849-11D2-9C18-00609707C0FF}-SdFinish-0
[{76542EE3-5849-11D2-9C18-00609707C0FF}-SdWelcome-0]
Result=1
[{76542EE3-5849-11D2-9C18-00609707C0FF}-SdLicense-0]
Result=1
[{76542EE3-5849-11D2-9C18-00609707C0FF}-SdShowDlgEdit1-0]
szEdit1=XXXXXXX-XX-XXXXX
Result=1
[{76542EE3-5849-11D2-9C18-00609707C0FF}-SdAskDestPath-0]
szDir=C:\Program Files\ISS\BlackICE
Result=1
[{76542EE3-5849-11D2-9C18-00609707C0FF}-SdSelectFolder-0]
szFolder=ISS
Result=1
[{76542EE3-5849-11D2-9C18-00609707C0FF}-SdStartCopy-0]
Result=12
[{76542EE3-5849-11D2-9C18-00609707C0FF}-SdStartCopy-1]
Result=1
[Application]
Name=BlackICE
Version=3.6
Company=Network ICE
Lang=0009
[{76542EE3-5849-11D2-9C18-00609707C0FF}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=0
Tinywoods
Using AUTOIT is much easier than a modified setup.iss. A script works well.
Swimming_Bird
got a sample script you can share?
Tinywoods
Why not. biggrin.gif

However, pls keep in mind. I'm a Newbie for AUTOIT. I just start to learn it. My first experience was for a Japanese apps which is not producing a setup.iss with Serial & User information, B.H.A B’s Record Gold. And the second experience is this BLACKICE.

Again, my scrip is very X very simple because I do not know well about AUTOIT, but it works. You can install BLACKICE 3.6 cob in silent if you have your own serial.

I hope someone who knows AUTOIT make a much more smart script using my simple script!! thumbup.gif


-delete a file-
EDIT: This is AP-OFF version for silent install




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.