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

Installer fails to create the Updater task on non English Windows #65

Closed ra-at-diladele-com closed 3 years ago

ra-at-diladele-com commented 3 years ago

The error from log is:

MSI (s) (68:B4) [15:31:47:387]: Executing op: CustomActionSchedule(Action=CreateScheduledTask,ActionType=3073,Source=BinaryData,Target=CAQuietExec,CustomActionData="C:\windows\SysWOW64\SCHTASKS.EXE" /CREATE /SC DAILY /ST 06:30 /TN "WebFilteringProxyUpdater" /TR "C:\Program Files\Diladele\Web Filtering Proxy\Diladele.Wfp.Updater.exe" /RU "NT Authority\Network Service" /RP /RL HIGHEST)
MSI (s) (68:14) [15:31:47:419]: Hello, I'm your 32bit Elevated Non-remapped custom action server.
CAQuietExec:  FEHLER: Zuordnungen von Kontennamen und Sicherheitskennungen wurden nicht durchgefhrt.
CAQuietExec:  

The correct syntax is to use SIDs instead of names like:

C:\windows\SysWOW64\SCHTASKS.EXE" /CREATE /SC DAILY /ST 06:30 /TN "WebFilteringProxyUpdater" /TR "C:\Program Files\Diladele\Web Filtering Proxy\Diladele.Wfp.Updater.exe" /RU "S-1-5-20" /RP /RL HIGHEST
ra-at-diladele-com commented 3 years ago

Need to fix in WIX file.

ra-at-diladele-com commented 3 years ago

Fixed; need to check.