Skip to content

Commit ed0edf8

Browse files
committed
Update install path
1 parent 4dfbd86 commit ed0edf8

File tree

2 files changed

+4
-2
lines changed
  • Setup Installer

2 files changed

+4
-2
lines changed

Setup Installer/Virtual Display Driver HDR v1.0.0/Setup.iss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#define MyAppName "Virtual Display Driver HDR"
22
#define MyAppVersion "1.0.0"
33
#define MyAppURL "https://github.com/timminator/Virtual-Display-Driver"
4+
#define InstallPath "C:\IddSampleDriver"
45

56
[Setup]
67
SignTool=signtool $f
@@ -10,7 +11,7 @@ AppVersion={#MyAppVersion}
1011
AppPublisherURL={#MyAppURL}
1112
AppSupportURL={#MyAppURL}
1213
AppUpdatesURL={#MyAppURL}
13-
DefaultDirName=C:\IddSampleDriver
14+
DefaultDirName={#InstallPath}
1415
MinVersion=10.0.22621
1516
DisableDirPage=yes
1617
UsePreviousAppDir=yes

Setup Installer/Virtual Display Driver v1.0.0/Setup.iss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#define MyAppName "Virtual Display Driver"
22
#define MyAppVersion "1.0.0"
33
#define MyAppURL "https://github.com/timminator/Virtual-Display-Driver"
4+
#define InstallPath "C:\IddSampleDriver"
45

56
[Setup]
67
SignTool=signtool $f
@@ -10,7 +11,7 @@ AppVersion={#MyAppVersion}
1011
AppPublisherURL={#MyAppURL}
1112
AppSupportURL={#MyAppURL}
1213
AppUpdatesURL={#MyAppURL}
13-
DefaultDirName=C:\IddSampleDriver
14+
DefaultDirName={#InstallPath}
1415
MinVersion=10.0.14393
1516
DisableDirPage=yes
1617
UsePreviousAppDir=yes

0 commit comments

Comments
 (0)