Merge pull request #90 from gizmo98/patch-2
[libretro-ppsspp.git] / ppsspp.iss
blob131cf24efa1a39f87c80175a706ab2f463dcfbbb
1 [Setup]
2 AppName={cm:AppName}
3 AppVersion=0.9.5
4 DefaultDirName={pf}\PPSSPP
5 ; Since no icons will be created in "{group}", we don't need the wizard
6 ; to ask for a Start Menu folder name:
7 DisableProgramGroupPage=yes
8 UninstallDisplayIcon={app}\PPSSPPWindows.exe
9 OutputDir=.
10 UsePreviousLanguage=no
12 [CustomMessages]
13 AppName=PPSSPP
14 LaunchProgram=Start PPSSPP after finishing installation
16 [Files]
17 Source: "PPSSPPWindows.exe"; DestDir: "{app}"
18 Source: "README.md"; DestName: "README.txt"; DestDir: "{app}"; Flags: isreadme
19 Source: "notinstalled.txt"; DestName: "installed.txt"; DestDir: "{app}";
20 Source: "assets\ppge_atlas.zim"; DestDir: "{app}\assets"
21 Source: "assets\ui_atlas.zim"; DestDir: "{app}\assets"
22 Source: "assets\langregion.ini"; DestDir: "{app}\assets"
23 Source: "assets\Roboto-Condensed.ttf"; DestDir: "{app}\assets"
24 Source: "assets\shaders\*.*"; DestDir: "{app}\assets\shaders"
25 Source: "lang\*.ini"; DestDir: "{app}\lang"
26 Source: "flash0\font\*.*"; DestDir: "{app}\flash0\font"
27 Source: "redist/vcredist_x86.exe"; DestDir: {tmp}
29 [Run]
30 Filename: {tmp}\vcredist_x86.exe; Parameters: "/passive /Q:a /c:""msiexec /qb /i vcredist.msi"" "; StatusMsg: Installing 2010 RunTime...
31 ; Hm, I wonder if we need to manually delete vcredist_x86.exe as well.
32 Filename: {app}\PPSSPPWindows.exe; Description: {cm:LaunchProgram,{cm:AppName}}; Flags: nowait postinstall skipifsilent
34 [Icons]
35 Name: "{commonprograms}\PPSSPP"; Filename: "{app}\PPSSPPWindows.exe"