Hello,

This has absolutely nothing to do with the installation program at all. If your program needs administrator execution level privileges to work correctly then you have to fix this at application level and not installation level. In other words, you have to fix this bug in your VB.NET app.

BTW, if you install your application machine-wide then you have to install it with "requireAdministrator" privileges. Otherwise you do not have access to protected Windows areas (e.g. the "Program Files" folder tree, the HKEY_LOCAL_MACHINE registry branch, etc.).

Hope this helps.

Friedrich