jclark
Joined: 12 Jul 2010 |
Posts: 0 |
Location: Blue Bell, PA |
|
 |
Posted: Mon Jul 12, 2010 7:16 pm |
|
 |
 |
 |
 |
I am launching the ClamWin AV installer from within a Lua script using the Win32 CreateProcess function. I would like the installation to be completely silent so that the end-user does not see any dialog or message boxes. I have been able to keep the installation mostly silent, but following the installation the Internet Update dialog appears. I have been able to minimize the dialog by using the SW_MINIMIZE parameter in the StartupInfo block passed to CreateProcess. When I changed that to SW_HIDE, it did not hide the dialog. Here is the command line that I pass to the CreateProcess function:
C:\ClamWin\clamwin-0.96.1-setup.exe sp- /VERYSILENT /norestart /NOTB /SUPPRESSMSGBOXES /LOG=C:\ClamWin\ClamWinInstall.log
Any help is appreciated.
|
|