View Single Post
  #215  
Old 14-06-2013, 09:45
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
@MartinezPL

Don't change anything.

Code:
Name: {group}\Uninstall {#AppName}; Filename: {app}\unins000.exe; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError
Code:
#define AppExec "Binaries\Win32\RememberMe.exe"

Last edited by Kurutucu; 14-06-2013 at 09:50.
Reply With Quote
The Following User Says Thank You to Kurutucu For This Useful Post:
pakrat2k2 (14-06-2013)