File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 winget install --id JRSoftware.InnoSetup -e --accept-package-agreements --accept-source-agreements --disable-interactivity
4646 $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
4747 [System.Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Program Files (x86)\Inno Setup 6;%LOCALAPPDATA%\Programs\Inno Setup 6", "User")
48-
4948 - name : " Vcpkg"
5049 uses : johnwason/vcpkg-action@v7
5150 id : vcpkg
Original file line number Diff line number Diff line change 1111#define CurrentYear GetDateTimeString(' yyyy' ,' ' ,' ' )
1212
1313[Setup]
14+ ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
15+ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
1416AppId = {{C43542D3-74E2-4499 -9484 -89848ACF4B2F}
1517AppName = {#MyAppName }
1618AppVersion = {#MyAppVersion}
@@ -40,6 +42,8 @@ UsePreviousAppDir=no
4042DefaultDirName = {autopf}\{#MyAppName }
4143DisableProgramGroupPage = yes
4244LicenseFile = ..\License.rtf
45+ ; Uncomment the following line to run in non administrative install mode (install for current user only.)
46+ ;PrivilegesRequired=lowest
4347OutputDir = ..\inno
4448OutputBaseFilename = NickvisionApplicationSetup
4549SetupIconFile = ..\resources\org.nickvision.application.ico
You can’t perform that action at this time.
0 commit comments