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

Window Installer Window Pops Up


2 replies to this topic

rishichain

rishichain
  • Members
  • 8 posts

Posted 18 March 2005 - 21:45

I have a Basic MSI project which I install logged in as a Admin. I have set the ALLUSERS property=1 which places the shortcuts in ALL Users folders. I have created keys under HKEY_LOCAL_MACHINE. I also created power users to access this application

While logged in as Admin, I set the application path to point to a .mdb file located on the same machine. This path is stored in my registry key.

Now when I log in as a power user and click on the shortcut, the Window Installer configuration window pops up which resets the application path to default value="reset" instead of pointing to the path saved in registry key under HKEY_LOCAL_MACHINE

I am using Windows Server 2003.

Is there any security issues related to accessing HKEY_LOCAL_MACHINE?

Thanks
Rishi

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 21 March 2005 - 09:28

Maybe the tips in this article will help you to diagnose the problem:
http://www.msifaq.com/a/1037.htm

rishichain

rishichain
  • Members
  • 8 posts

Posted 21 March 2005 - 16:15

Thanks Stefan..this article really helped me in diagnosing the problem