Search found 1 match

by roemer2201
30 Jun 2016, 21:54
Forum: Help
Topic: Shortcut Icons and Set Registry Value of a Exe to runasadmin
Replies: 7
Views: 25195

Re: Shortcut Icons and Set Registry Value of a Exe to runasadmin

dassoubarna wrote: ...

Code: Select all

ValueName: "<AppName>\MyExe.exe";
...
You should try <InstallPath> instead of <AppName>:

Code: Select all

ValueName: "<InstallPath>\MyExe.exe";
Or is there a special reason for using <AppName>?