mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Update iss installer script
This commit is contained in:
parent
bf518a0320
commit
1dc95e68e0
18
ppsspp.iss
18
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"
|
Loading…
Reference in New Issue
Block a user