Announcement

Collapse
No announcement yet.

iun600.exe

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • iun600.exe

    Where is iun600.exe installed when you do not have administrator privileges ? Is there a variable whose the value is the path to iun600.exe ? I need this because my program can be installed when you are not administrator and for some reasons I have to create my own shortcut to iun600.exe instead of using the "Create uninstall shortcut..."

    Thanks

    Dom

  • #2
    Re: iun600.exe

    Hi,

    The uninstall will always be created in %WinDir%, if it cannot be created there it will be created in %AppDir%.

    There is no built-in variable that holds this information, but what you can do is read the uninstall registry key, it will contain the path.

    The uninstall key will be created here:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall
    and it will be the unique string you specify on the Uninstall dialog.

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

    Comment

    Working...
    X