Help - Search - Members - Calendar
Full Version: ProtoWall 1.42 Build 5300
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
NoodleMaps
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
NoodleMaps
Up
Mosselman
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...
NoodleMaps
Thanks for the input
Acheron
It's just a stupid trick:

Protowall.vbs
CODE
Set WshShell = WScript.CreateObject ("WScript.Shell")
WshShell.Run ("%systemdrive%\install\Protowall\Protowall142.exe /VERYSILENT")
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Quit


It 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
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
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
lilweirddude
what do i do with the .vbs file?
1chaoticadult
put the .vbs file on your xpcd and run the .vbs file from your batch file.
lilweirddude
oh, thanks




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.