From 031358935acacad3e6fa704c1590fa98696d07ce Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Sun, 10 Dec 2023 14:38:39 +0100 Subject: [PATCH] Update test.iss --- scripts/test.iss | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/scripts/test.iss b/scripts/test.iss index e69de29..a13ca3e 100644 --- a/scripts/test.iss +++ b/scripts/test.iss @@ -0,0 +1,26 @@ +; Test script to test the GitHub action. + +#define MyAppName "My Test Application" +#define MyAppVersion "1.0.0" +#define MyAppPublisher "Minionguyjpro" +#define MyAppExeName "MyTestApp.exe" +#define MyAppAssocName MyAppName + "" +#define MyAppAssocExt ".exe" +#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt + +[Setup] +AppId={{28B07C0D-2BDE-4C64-B083-959BAAE5FECF} +AppName={#MyAppName} +AppVersion={#MyAppVersion} +;AppVerName={#MyAppName} {#MyAppVersion} +AppPublisher={#MyAppPublisher} +DefaultDirName={autopf}\{#MyAppName} +OutputDir=D:\a\Inno-Setup-Action\Inno-Setup-Action\ +ChangesAssociations=yes +DefaultGroupName={#MyAppName} +AllowNoIcons=yes +;PrivilegesRequired=lowest +OutputBaseFilename=WinUEFI-setup +Compression=lzma +SolidCompression=yes +WizardStyle=modern