diladele / webproxy

Web Filtering Proxy for Microsoft Windows is a web filtering proxy and secure web gateway for Microsoft Windows. It can decrypt HTTPS traffic, filter HTTP requests and responses and inspect contents of HTML pages. The product deployed as a network service in Microsoft Windows and is managed by using Microsoft Management Console.
https://www.diladele.com/webproxy/
5 stars 3 forks source link

The Tasks installed by the installer should have paths in the command name and NOT in args #596

Closed ra-at-diladele-com closed 1 year ago

ra-at-diladele-com commented 1 year ago

incorrect

ra-at-diladele-com commented 1 year ago

correct2

ra-at-diladele-com commented 1 year ago

This is done like

<CustomAction 
            Id="CreateScheduledTaskId" 
            Property="CreateScheduledTask" 
            Execute="immediate"
            Value="&quot;[SystemFolder]SCHTASKS.EXE&quot; /CREATE /F /SC HOURLY /TN &quot;WebFilteringProxyUpdater&quot; /TR &quot;'[INSTALLDIR]Diladele.Wfp.Updater.exe'&quot; /RU &quot;S-1-5-18&quot; /RP /RL HIGHEST" />

Specifically the quot and ' in

/TR &quot;'[INSTALLDIR]Diladele.Wfp.Updater.exe'&quot;
ra-at-diladele-com commented 1 year ago

Need to test if the task indeed trigger after install.