Nobody here uses BlackICE?
Page 1 of 1
BlackICE How to turn AP Off!
#2
Posted 21 March 2004 - 05:37 AM
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!
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!
#3
Posted 23 March 2004 - 01:51 AM
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.
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.
#4
Posted 21 February 2005 - 04:13 PM
bump
Setup.exe /r doesnt seem to record the setup.iss file
Setup.exe /r doesnt seem to record the setup.iss file
#6
Posted 31 March 2005 - 01:51 AM
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.
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.
[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
#7
Posted 31 March 2005 - 06:35 AM
Using AUTOIT is much easier than a modified setup.iss. A script works well.
#9
Posted 01 April 2005 - 07:59 AM
Why not.
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!!
-delete a file-
EDIT: This is AP-OFF version for silent install
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!!
-delete a file-
EDIT: This is AP-OFF version for silent install
Share this topic:
Page 1 of 1



Help
Back to top









