|
|
|
#1
|
||||
|
||||
|
@Axarion
Use this code to remove saves: [CustomMessages] it.removemsg=Type here your italian message en.removemsg=Do you wish to remove game saves? de.removemsg=Type here your german message es.removemsg=Type here your spanish message fr.removemsg=Type here your french message ru.removemsg=Type here your russian message cs.removemsg=Type here your Czech message pl.removemsg=Type here your polish message hu.removemsg=Type here your Hungarian message [Code] procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep); begin if CurUninstallStep = usPostUninstall then begin if MsgBox(ExpandConstant('{cm:removemsg}'), mbConfirmation, MB_YESNO)=IDYES then begin DelTree(ExpandConstant('{userdocs}'+'\GHOSTBUSTERS (tm)'), True, True, True); end; end; end;
Last edited by peterf1999; 23-06-2009 at 08:37. |
| Sponsored Links |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Gears of War (Italian) DVD9 to 2xDVD5 | DJ Spike | PC Games - CD/DVD Conversions | 2 | 17-11-2008 14:23 |
| DVD9 to 2xDVD5 - How? | shxadom16 | CD/DVD Software & Utilities | 1 | 17-03-2007 04:27 |
| halo game and video format | dirtfarmer | General Gaming | 5 | 28-10-2006 15:00 |
| Video Problems with PC Game Juiced | caboose | PC Games | 5 | 25-06-2005 13:05 |