From 1dc95e68e00481ce41d38f4584dcec0ffcda35cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Thu, 16 Mar 2017 16:30:21 +0100 Subject: [PATCH] Update iss installer script --- ppsspp.iss | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/ppsspp.iss b/ppsspp.iss index 426c7ef5a..b69887837 100644 --- a/ppsspp.iss +++ b/ppsspp.iss @@ -1,6 +1,6 @@ [Setup] AppName={cm:AppName} -AppVersion=0.9.5 +AppVersion=1.3.0 DefaultDirName={pf}\PPSSPP ; Since no icons will be created in "{group}", we don't need the wizard ; to ask for a Start Menu folder name: @@ -15,22 +15,18 @@ LaunchProgram=Start PPSSPP after finishing installation [Files] Source: "PPSSPPWindows.exe"; DestDir: "{app}" +Source: "PPSSPPWindows64.exe"; DestDir: "{app}" Source: "README.md"; DestName: "README.txt"; DestDir: "{app}"; Flags: isreadme +; Special file to signify that we are installed, and not "portable" and should look for +; configuration etc in the user's directory, not in our own subdirectory. Source: "notinstalled.txt"; DestName: "installed.txt"; DestDir: "{app}"; -Source: "assets\ppge_atlas.zim"; DestDir: "{app}\assets" -Source: "assets\ui_atlas.zim"; DestDir: "{app}\assets" -Source: "assets\langregion.ini"; DestDir: "{app}\assets" -Source: "assets\compat.ini"; DestDir: "{app}\assets" -Source: "assets\Roboto-Condensed.ttf"; DestDir: "{app}\assets" +Source: "assets\*.*"; DestDir: "{app}\assets" Source: "assets\shaders\*.*"; DestDir: "{app}\assets\shaders" -Source: "lang\*.ini"; DestDir: "{app}\lang" +Source: "assets\lang\*.ini"; DestDir: "{app}\assets\lang" Source: "flash0\font\*.*"; DestDir: "{app}\flash0\font" -Source: "redist/vcredist_x86.exe"; DestDir: {tmp} [Run] -Filename: {tmp}\vcredist_x86.exe; Parameters: "/passive /Q:a /c:""msiexec /qb /i vcredist.msi"" "; StatusMsg: Installing 2010 RunTime... -; Hm, I wonder if we need to manually delete vcredist_x86.exe as well. Filename: {app}\PPSSPPWindows.exe; Description: {cm:LaunchProgram,{cm:AppName}}; Flags: nowait postinstall skipifsilent [Icons] -Name: "{commonprograms}\PPSSPP"; Filename: "{app}\PPSSPPWindows.exe" +Name: "{commonprograms}\PPSSPP"; Filename: "{app}\PPSSPPWindows.exe" \ No newline at end of file