#1
|
||||
|
||||
![]()
I am unable to add the User name
I'm using so but does not delete Quote:
Solved With {%SystemDrive%} and {username} all tiny worked #define SAVES "{%SystemDrive%}\Users\{UserName}\Saved Games\id Software" not #define SAVES "{%SystemDrive%}\Users\{Username}\Saved Games\id Software" not #define SAVES "{%SystemDrive%}\Users\{username}\Saved Games\id Software" working Thanks Last edited by buttignol; 03-11-2016 at 03:50. Reason: Solved |
Sponsored Links |
#2
|
|||
|
|||
#define SAVES1 "{userappdata}\Ubisoft"
;#define SAVES2 "{userdocs}\BioWare\Mass Effect" ;#define SAVES3 "{userdocs}\BioWare\Mass Effect" [CustomMessages] #ifdef SAVES1 del=Do you want to delete saved games? #endif #ifdef SAVES1 procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep); begin if CurUninstallStep = usUninstall then begin if DirExists(ExpandConstant('{#SAVES1}')) #ifdef SAVES2 or DirExists(ExpandConstant('{#SAVES2}')) #endif #ifdef SAVES3 or DirExists(ExpandConstant('{#SAVES3}')) #endif then begin if MsgBox(ExpandConstant('{cm:del}'),mbconfirmation, mb_yesno) = IDYES then begin DelTree(ExpandConstant('{#SAVES1}'), True, True, True); #ifdef SAVES2 DelTree(ExpandConstant('{#SAVES2}'), True, True, True); #endif #ifdef SAVES3 DelTree(ExpandConstant('{#SAVES3}'), True, True, True); #endif end; end; end; end; #endif |
#3
|
||||
|
||||
I appreciate your help
but does not work in the User folder name still not delete I used so #define SAVES1 "{%SYSTEMDRIVE%}\Users\UserName\Saved Games\id Software" |
#4
|
||||
|
||||
try & change UserName to {UserName} From Inno Help:
{username} The name of the user who is running Setup or Uninstall program (as returned by the GetUserName function). The way you have its specific, will always look for UserName ( no one uses that for a name ) |
#5
|
||||
|
||||
Last edited by buttignol; 01-11-2016 at 07:10. |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Splinter Cell, can't load previously saved games. | sajmondk | PC Games | 2 | 04-09-2007 11:48 |
Saved games | Ols2k4 | XBox Games | 2 | 23-08-2004 02:46 |
Problem with loading saved games... | Xtreme2K | PS2 Games | 0 | 19-02-2002 17:53 |
Medal of Honor AA-Tries to connect when loading saved games | The One | PC Games | 2 | 13-02-2002 21:01 |
Having Problems Burning Numerous *Recent* Games....Help is Appreciated | Protosstic | PSX Games | 2 | 15-01-2002 21:27 |