You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/windows/installer/project.nsi
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,7 @@ ManifestDPIAware true
50
50
51
51
!include"MUI.nsh"
52
52
53
-
!ifndef REQUEST_EXECUTION_LEVEL
54
-
!define REQUEST_EXECUTION_LEVEL "user"
55
-
!endif
53
+
RequestExecutionLeveluser;
56
54
!define MUI_ICON "..\icon.ico"
57
55
!define MUI_UNICON "..\icon.ico"
58
56
# !define MUI_WELCOMEFINISHPAGE_BITMAP "resources\leftimage.bmp" #Include this to add a bitmap on the left side of the Welcome Page. Must be a size of 164x314
0 commit comments