|
#1
|
|||
|
|||
|
Hi
When i try to disable windows firewall, a message box asking for permission pops up. I got the hotfix (814054) fixing it from micsoft, but i can't run it from the application (cause it has GUI and i can't do it on customers' PCs), therefore i have to imitate the hotfix in my own code. Does anyone know what the hotfix do? Thanks D |
|
#2
|
|||
|
|||
|
esh wrote:
> Hi > When i try to disable windows firewall, a message box asking for > permission pops up. I got the hotfix (814054) fixing it from micsoft, > but i can't run it from the application (cause it has GUI and i can't > do it on customers' PCs), therefore i have to imitate the hotfix in my > own code. Does anyone know what the hotfix do? Hi, You will not be able to do in your program what that hotfix does. Most likely you can install the hotfix unattended (no GUI) using the following command line switches: SomeFileName.exe /u /z /q /u: Use Unattended mode. /z: Do not restart when installation is complete. /q: Use Quiet mode (no user interaction). -- torgeir, Microsoft MVP Scripting, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: http://www.microsoft.com/technet/scr...r/default.mspx |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Updates Problems...again | russell_r33 | Windows XP Perform Maintain | 1 | 01-05-2006 06:06 AM |
| computer owner? | harry | Windows XP Security Admin | 1 | 01-05-2006 05:07 AM |
| Spy or Windows XP Data Collection ? | Canon | Windows XP Security Admin | 4 | 01-05-2006 04:21 AM |
| My words | Panda_man | Windows XP New Users | 4 | 01-05-2006 02:53 AM |
| Should I re-install windows again for 6th time this year? | Sunwise | Windows XP Help and Support | 3 | 01-05-2006 02:41 AM |