File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Virtual Display Driver HDR v1.0.0
Virtual Display Driver v1.0.0 Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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]
67SignTool = signtool $f
@@ -10,7 +11,7 @@ AppVersion={#MyAppVersion}
1011AppPublisherURL = {#MyAppURL}
1112AppSupportURL = {#MyAppURL}
1213AppUpdatesURL = {#MyAppURL}
13- DefaultDirName = C:\IddSampleDriver
14+ DefaultDirName = {#InstallPath}
1415MinVersion = 10.0 .22621
1516DisableDirPage = yes
1617UsePreviousAppDir = yes
Original file line number Diff line number Diff line change 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]
67SignTool = signtool $f
@@ -10,7 +11,7 @@ AppVersion={#MyAppVersion}
1011AppPublisherURL = {#MyAppURL}
1112AppSupportURL = {#MyAppURL}
1213AppUpdatesURL = {#MyAppURL}
13- DefaultDirName = C:\IddSampleDriver
14+ DefaultDirName = {#InstallPath}
1415MinVersion = 10.0 .14393
1516DisableDirPage = yes
1617UsePreviousAppDir = yes
You can’t perform that action at this time.
0 commit comments