1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 09:31:19 +01:00

Update test.iss

This commit is contained in:
Minionguyjpro
2023-12-10 14:38:39 +01:00
committed by GitHub
parent b43d320db8
commit 031358935a

View File

@@ -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