-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstaller.iss
More file actions
20 lines (17 loc) · 769 Bytes
/
Copy pathinstaller.iss
File metadata and controls
20 lines (17 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Setup]
AppName=SerialVolumeControl
AppVersion=1.0
DefaultDirName={pf}\SerialVolumeControl
DefaultGroupName=SerialVolumeControl
OutputDir=.
OutputBaseFilename=SerialVolumeControlSetup
Compression=lzma
SolidCompression=yes
[Files]
Source: "C:\Users\AlbertoVE-K2304N\code\SerialVolumeControl\bin\Release\net9.0-windows\win-x64\publish\serialvolumecontrol.exe"; DestDir: "{app}"; Flags: ignoreversion
; Add other files (DLLs, assets) if needed
[Icons]
Name: "{group}\SerialVolumeControl"; Filename: "{app}\serialvolumecontrol.exe"
Name: "{userstartup}\SerialVolumeControl"; Filename: "{app}\serialvolumecontrol.exe"; WorkingDir: "{app}"
[Run]
Filename: "{app}\serialvolumecontrol.exe"; Description: "Start SerialVolumeControl"; Flags: nowait postinstall skipifsilent