source: tools/xupnpd/ps3muxer/ps3muxer.iss @ 34374

Last change on this file since 34374 was 34374, checked in by Stephan, 9 years ago

add xupnpd

File size: 2.1 KB
Line 
1; Script generated by the Inno Setup Script Wizard.
2; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4#include "version.h"
5#define MyAppName "PS3 Muxer"
6#define MyAppExeName "ps3muxer.exe"
7
8[Setup]
9; NOTE: The value of AppId uniquely identifies this application.
10; Do not use the same AppId value in installers for other applications.
11; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
12AppId={{49A1D307-D9D3-493C-BA62-8D13581F99C1}
13AppName={#MyAppName}
14AppVerName={#MyAppVerName}
15AppPublisher={#MyAppPublisher}
16AppPublisherURL={#MyAppURL}
17AppSupportURL={#MyAppURL}
18AppUpdatesURL={#MyAppURL}
19DefaultDirName={pf}\PS3Muxer
20DefaultGroupName={#MyAppName}
21AllowNoIcons=true
22LicenseFile=..\ps3muxer\LICENSE
23OutputDir=output
24OutputBaseFilename=ps3muxer_setup
25SetupIconFile=icons\film_go.ico
26Compression=lzma/ultra64
27SolidCompression=true
28InternalCompressLevel=ultra64
29
30[Languages]
31Name: english; MessagesFile: compiler:Default.isl
32Name: russian; MessagesFile: compiler:Languages\Russian.isl
33
34[Tasks]
35Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked
36Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked
37
38[Files]
39Source: ..\ps3muxer\*; DestDir: {app}; Flags: ignoreversion recursesubdirs createallsubdirs
40; NOTE: Don't use "Flags: ignoreversion" on any shared system files
41
42[Icons]
43Name: {group}\{#MyAppName}; Filename: {app}\{#MyAppExeName}; WorkingDir: {app}
44Name: {group}\{cm:ProgramOnTheWeb,{#MyAppName}}; Filename: {#MyAppURL}
45Name: {group}\{cm:UninstallProgram,{#MyAppName}}; Filename: {uninstallexe}
46Name: {commondesktop}\{#MyAppName}; Filename: {app}\{#MyAppExeName}; Tasks: desktopicon; WorkingDir: {app}
47Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}; Filename: {app}\{#MyAppExeName}; Tasks: quicklaunchicon; WorkingDir: {app}
48
49[Run]
50Filename: {app}\{#MyAppExeName}; Description: {cm:LaunchProgram,{#MyAppName}}; Flags: nowait postinstall skipifsilent; WorkingDir: {app}
51[_ISTool]
52UseAbsolutePaths=false
Note: See TracBrowser for help on using the repository browser.