mediatx Posted March 21, 2004 Posted March 21, 2004 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 Posted March 23, 2004 Author Posted March 23, 2004 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=YAppName=BlackICEProductGUID=76542ee3-5849-11d2-9c18-00609707c0ff[Languages]Default=0x0009count=1key0=0x0009Post-installation phase, where it contains the following:[startup]EnableLangDlg=YAppName=BlackICEProductGUID=76542ee3-5849-11d2-9c18-00609707c0ffEngine=0Copy=1Source=0[Languages]Default=0x0009count=1key0=0x0009So 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 Posted February 21, 2005 Posted February 21, 2005 bump Setup.exe /r doesnt seem to record the setup.iss file
Tinywoods Posted March 31, 2005 Posted March 31, 2005 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.000File=Response File[File Transfer]OverwrittenReadOnly=NoToAll[{76542EE3-5849-11D2-9C18-00609707C0FF}-DlgOrder]Dlg0={76542EE3-5849-11D2-9C18-00609707C0FF}-SdWelcome-0Count=8Dlg1={76542EE3-5849-11D2-9C18-00609707C0FF}-SdLicense-0Dlg2={76542EE3-5849-11D2-9C18-00609707C0FF}-SdShowDlgEdit1-0Dlg3={76542EE3-5849-11D2-9C18-00609707C0FF}-SdAskDestPath-0Dlg4={76542EE3-5849-11D2-9C18-00609707C0FF}-SdSelectFolder-0Dlg5={76542EE3-5849-11D2-9C18-00609707C0FF}-SdStartCopy-0Dlg6={76542EE3-5849-11D2-9C18-00609707C0FF}-SdStartCopy-1Dlg7={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-XXXXXResult=1[{76542EE3-5849-11D2-9C18-00609707C0FF}-SdAskDestPath-0]szDir=C:\Program Files\ISS\BlackICEResult=1[{76542EE3-5849-11D2-9C18-00609707C0FF}-SdSelectFolder-0]szFolder=ISSResult=1[{76542EE3-5849-11D2-9C18-00609707C0FF}-SdStartCopy-0]Result=12[{76542EE3-5849-11D2-9C18-00609707C0FF}-SdStartCopy-1]Result=1[Application]Name=BlackICEVersion=3.6Company=Network ICELang=0009[{76542EE3-5849-11D2-9C18-00609707C0FF}-SdFinish-0]Result=1bOpt1=0bOpt2=0
Tinywoods Posted March 31, 2005 Posted March 31, 2005 Using AUTOIT is much easier than a modified setup.iss. A script works well.
Tinywoods Posted April 1, 2005 Posted April 1, 2005 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now