MSFN Forum: BlackICE - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

BlackICE How to turn AP Off! Rate Topic: -----

#1 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 19 March 2004 - 06:24 PM

Nobody here uses BlackICE?


#2 User is offline   mediatx 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 05-March 04

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!

#3 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

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.

#4 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 21 February 2005 - 04:13 PM

bump

Setup.exe /r doesnt seem to record the setup.iss file

#5 User is offline   hatsumi 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 24-December 03
  • OS:Windows 7 x64

Posted 21 March 2005 - 07:39 AM

isn't it setup.exe -R to record a setup.iss?

#6 User is offline   Tinywoods 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 04-April 04

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.
[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 User is offline   Tinywoods 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 04-April 04

Posted 31 March 2005 - 06:35 AM

Using AUTOIT is much easier than a modified setup.iss. A script works well.

#8 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 31 March 2005 - 11:02 AM

got a sample script you can share?

#9 User is offline   Tinywoods 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 04-April 04

Posted 01 April 2005 - 07:59 AM

Why not. :D

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


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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy