This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- VS2012:InstallShield2013: App.manifest file
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 04, 2014
05:37 AM
VS2012:InstallShield2013: App.manifest file
I'm using VS2012 & InstallShield2013 LE. It works great & I could make the installer without any problem.
In Win 7 OS, when I clicked on the application, it didn't launch. I get in to installed directory & right click and run as an Administrator.
I figured it out that I have to add 'app.manifest' in the VS project. I have added it and generated the installer. When I installed the application, the application is not working at all.
How can i add 'app.manifest' in the VS project & include in the InstallShield2013 as embed resource and give UAC rights to everyone?
Thank you very much in advance.
Best Regards,
Karthik
In Win 7 OS, when I clicked on the application, it didn't launch. I get in to installed directory & right click and run as an Administrator.
I figured it out that I have to add 'app.manifest' in the VS project. I have added it and generated the installer. When I installed the application, the application is not working at all.
How can i add 'app.manifest' in the VS project & include in the InstallShield2013 as embed resource and give UAC rights to everyone?
Thank you very much in advance.
Best Regards,
Karthik
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 10, 2014
05:29 AM
Hi Karthik,
I hope you have successfully integrated Visual Studio with InstallShield Limited Edition. After creating the Application Manifest to your project, kindly go to Project Properties-> click on UAC setting and change the permissions to:
OR,
Project Properties > Configuration Properties > Linker > Manifest File->
Change the 'UAC Execution Level' to the desired value.
The following is the general format to mark the applications with a requested execution level:
level="asInvoker|highestAvailable|requireAdministrator"
uiAccess="true|false"/>
Hope this helps.
Please let us know if you need more information on this.
Thanks,
Chaitra
I hope you have successfully integrated Visual Studio with InstallShield Limited Edition. After creating the Application Manifest to your project, kindly go to Project Properties-> click on UAC setting and change the permissions to:
Project Properties > Configuration Properties > Linker > Manifest File->
Change the 'UAC Execution Level' to the desired value.
The following is the general format to mark the applications with a requested execution level:
level="asInvoker|highestAvailable|requireAdministrator"
uiAccess="true|false"/>
Hope this helps.
Please let us know if you need more information on this.
Thanks,
Chaitra