View Single Post
  #444  
Old 01-03-2017, 00:13
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
I do not know if I understand



Code:
#define  AppExe = "game.exe"

[Icons]
Name: "{userdesktop}\Uninstall {#AppName}"; Filename: "{app}\Uninstall\unins000.exe"; WorkingDir: {app}\Uninstall; Check: CheckError
Name: "{userdesktop}\Install {#AppName}"; Filename: "{app}\{#AppExe}";WorkingDir: {app}; Check: CheckError
Name: "{group}\{#AppName}"; Filename: "{app}\{#AppExe}"; WorkingDir: {app}; Check: CheckError
Name: "{group}\Uninstall {#AppName}"; Filename: "{app}\Uninstall\unins000.exe"; WorkingDir: {app}\Uninstall; Check: CheckError
Attached Files
File Type: 7z WinTB.7z (16.4 KB, 42 views)

Last edited by rinaldo; 01-03-2017 at 01:14.
Reply With Quote
The Following User Says Thank You to rinaldo For This Useful Post:
ZakirAhmad (01-03-2017)