NoodleMaps Posted August 17, 2004 Posted August 17, 2004 My First post. Sorry if it is annoying. I tried the search and couldn't find my answer. I usually hate asking for help, but in this case my head can't pound anymore. I am trying to install ProtoWall 1.42 Build 5300 which uses the Inno Setup 4.2.7 as it's installer. I've tried the /SP- and /SILENT and /VERYSILENT switchs. But I still get the first pop-up with Inno Setups. With the Yes or No question. Could someone plase point me in the right direction before I burst. I appreciate anyone taking the time to help out a new guy. Thanks
Mosselman Posted August 18, 2004 Posted August 18, 2004 It might get anoying to hear me moan about it, but I use WinINSTALL on a vmware machine to record installations of software... I think its the easiest way...
Acheron Posted August 19, 2004 Posted August 19, 2004 It's just a stupid trick:Protowall.vbsSet WshShell = WScript.CreateObject ("WScript.Shell")WshShell.Run ("%systemdrive%\install\Protowall\Protowall142.exe /VERYSILENT")WScript.Sleep 500WshShell.SendKeys "{ENTER}"WScript.QuitIt will install silent, except for the protowall service.It's not a big deal, but does someone know howto install the protowall service unattended cause the installer is broken.
glent Posted August 20, 2004 Posted August 20, 2004 yeah the software wont insatll the driver beacuse it needs to added as network service under your internet coonection properties tab look here http://unattended.msfn.org/xp/reference.htm#networking
glent Posted August 24, 2004 Posted August 24, 2004 would this be possible to add a network service from a inf file during the insatll insated of maully adding it to the connection after.Ive tried the sp2 deployment tools but i cant import my own
1chaoticadult Posted October 3, 2004 Posted October 3, 2004 put the .vbs file on your xpcd and run the .vbs file from your batch file.
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