View forum topic
List of forum topicsSubject: Install Programs with Administrative Privileges
I'm trying to create an installation project of a program that requires admin rights to run properly. How do I go about this with CreateInstall? If the setup.exe script requires administrative rights before installing, will the installed .exe's inherit that same access level? Or is it a post-installation step that sets the privilege of the installed files?
Thanks in advance,
If you want that your application requires administrative rights you should link a special manifets file to your .exe or you can place this manifest file with your .exe.
Also, you can create shortcut with the checked 'Run as administrator' checkbox but it works only if the user runs the application via shortcut link.
January 16, 2025 Installer CreateInstall 8.11.1 was released.
June 19, 2024 Installer CreateInstall 8.11.0 was released. read more
November 13, 2022 Installer CreateInstall 8.10.1 was released.
May 21, 2022 Installer CreateInstall 8.10.0 was released.
September 25, 2021 Installer CreateInstall 8.9.0 was released.
July 15, 2021 Installer CreateInstall 8.8.1 was released.