From 49e4effdffdfd051c96807b3426fa1c30d42bde8 Mon Sep 17 00:00:00 2001 From: MartinEesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Sun, 13 Feb 2022 13:59:13 +1100 Subject: [PATCH] Added Inno Setup Script --- VVCEasy_compiler.iss | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 VVCEasy_compiler.iss diff --git a/VVCEasy_compiler.iss b/VVCEasy_compiler.iss new file mode 100644 index 0000000..5b5c66d --- /dev/null +++ b/VVCEasy_compiler.iss @@ -0,0 +1,37 @@ +; Script generated by the Inno Setup Script Wizard. +; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! + +#define MyAppName "VVCEasy" +#define MyAppVersion "0.0.1" +#define MyAppPublisher "Martin Eesmaa" +#define MyAppURL "https://github.com/MartinEesmaa/VVCEasy" + +[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={{F9A21B8D-65E5-446A-8E96-E58DC5A3BA99} +AppName={#MyAppName} +AppVersion={#MyAppVersion} +;AppVerName={#MyAppName} {#MyAppVersion} +AppPublisher={#MyAppPublisher} +AppPublisherURL={#MyAppURL} +AppSupportURL={#MyAppURL} +AppUpdatesURL={#MyAppURL} +DefaultDirName={autopf}\{#MyAppName} +DefaultGroupName={#MyAppName} +LicenseFile=C:\Users\User\Downloads\VVCEasy\LICENSE +; Uncomment the following line to run in non administrative install mode (install for current user only.) +;PrivilegesRequired=lowest +OutputDir=C:\Users\User\Downloads +OutputBaseFilename=VVCEasy +Compression=lzma +SolidCompression=yes +WizardStyle=modern + +[Languages] +Name: "english"; MessagesFile: "compiler:Default.isl" + +[Files] +Source: "C:\Users\User\Downloads\VVCEasy\*"; DestDir: "{win}"; Flags: ignoreversion recursesubdirs createallsubdirs +; NOTE: Don't use "Flags: ignoreversion" on any shared system files +