Quote:
Originally Posted by omdj
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.