|
allybee -> RE: FWC config to allow all protocols for one app (24.Apr.2008 7:53:47 AM)
|
Sure, I used AutoIT and included SciTe Script Editor. The Editor has a build-in functionality to compile to exe binary. Here is the au3 script source: RunAsSet('account', 'domain', 'password') $var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\AppProducer\App\", "ExePath") Run($var) the good thing was that a default install of the app created the required registry keys which point to app exe file. Thanks, Marcin
|
|
|
|