https://issues.apache.org/bugzilla/show_bug.cgi?id=41564





--- Comment #6 from Will Rowe <[email protected]>  2009-05-26 11:21:12 PST ---
The Microsoft Windows Installer schema for the CustomAction table (used to
run .bat, .exe. .vbs or whatever) has a specific 'Type' bit 2048 to cause
msidbCustomActionTypeNoImpersonate so the step runs at LocalSystem privilege.

http://msdn.microsoft.com/en-us/library/aa368062.aspx
http://msdn.microsoft.com/en-us/library/aa368069(VS.85).aspx

I guess the Tomcat project is using NullSoft so go there to seek wisdom in how
to resolve process elevation, that team should have already solved this puzzle
(or you picked the wrong installer schema).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to