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





--- Comment #6 from Will Rowe <wr...@apache.org>  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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to