View Single Post
  #4  
Old 26-02-2012, 06:44
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by omdj View Post
Hi friend, this luxury your installer.
there is a small problem. you cannot uninstall the game because there is no uninstaller on "uninstall programs". my question is: which parameter can be modified to the uninstaller may appear?

I am sorry for my poor english, i am using a translator.
I tested several times, install and uninstall ok! Use the CCleaner to uninstall or go to dir of the Syndicate and click in Unins000.exe.

Another options:
open Syndicate.iss and search for this line:
Code:
Name: {group}\{cm:UninstallProgram}{#MyAppName}; Filename: {uninstallexe}; WorkingDir: {app}; Tasks: MenuShortCuts

Change to:

Name: {group}\{cm:UninstallProgram,{#MyAppName}}; Filename: {uninstallexe}; WorkingDir: {app}; Tasks: MenuShortCuts
Now you can uninstall the game by the shortcut in the start menu.

Last edited by Fabioddq; 26-02-2012 at 08:37.
Reply With Quote