Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

RegLoadKey API


2 replies to this topic

vtoledo

vtoledo
  • Members
  • 11 posts

Posted 07 May 2002 - 15:24

Has anyone been successful into using the RegLoadKey API in InstallScript before?  The function itself seems pretty straightforward, but I seem to have problems enabling the proper privileges for the package using the AdjustTokenPrivileges API.  TIA.

vtoledo

vtoledo
  • Members
  • 11 posts

Posted 07 May 2002 - 20:59

Nevermind.  Got it to work.

ABhatnagar

ABhatnagar
  • Members
  • 5 posts

Posted 25 May 2004 - 05:06

Did you get this to work using by moving your custom action to call the DLL in the User Interface sequence? If so, did you ever figure out how to get this to work by calling the API in the execute sequence?

I can't get this to work in the execute sequence. Anyone know how to adjust the token during the execute sequence?