middleware/dist/TraKERS.iss
changeset 5 d40f84d77db4
child 7 8a21bec5d45f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/middleware/dist/TraKERS.iss	Mon Mar 19 10:21:56 2012 +0100
@@ -0,0 +1,38 @@
+; Script generated by the Inno Setup Script Wizard.
+; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
+
+#define MyAppName "TraKERS"
+#define MyAppVersion "1.0"
+#define MyAppPublisher "IRI"
+
+[Setup]
+; NOTE: The value of AppId uniquely identifies this application.
+; Do not use the same AppId value in installers for other applications.
+; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
+AppId={{31E24F4A-3E24-47CF-8FB7-FBDE41DAB367}
+AppName={#MyAppName}
+AppVersion={#MyAppVersion}
+;AppVerName={#MyAppName} {#MyAppVersion}
+AppPublisher={#MyAppPublisher}
+DefaultDirName={pf}\{#MyAppName}
+DefaultGroupName={#MyAppName}
+AllowNoIcons=yes
+OutputBaseFilename=setup
+Compression=lzma
+SolidCompression=yes
+
+[Languages]
+Name: "english"; MessagesFile: "compiler:Default.isl"
+Name: "french"; MessagesFile: "compiler:Languages\French.isl"
+
+[Run]
+Filename: "{app}\Dependancies\dotNetFx40_Client_x86_x64.exe"
+
+[Files]
+Source: "C:\Users\bastiena\Desktop\TraKERS\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
+Source: "C:\Users\bastiena\Desktop\TraKERS\Dependancies\dotNetFx40_Client_x86_x64.exe"; Flags: dontcopy
+; NOTE: Don't use "Flags: ignoreversion" on any shared system files
+
+[Icons]
+Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
+