OSDN Git Service

Uninstaller nsi script: point to the uac plugin nsh and dll in miscDeps
authorMichael Curran <mick@nvaccess.org>
Wed, 20 Nov 2013 06:01:37 +0000 (16:01 +1000)
committerJames Teh <jamie@nvaccess.org>
Tue, 10 Dec 2013 01:02:55 +0000 (11:02 +1000)
uninstaller/uninst.nsi

index 18fb9f2..f38b9cb 100644 (file)
@@ -1,5 +1,5 @@
 !include "MUI2.nsh"\r
-!include "uac.nsh"\r
+!include "..\miscDeps\uninstaller\uac.nsh"\r
 \r
 !define appName "NVDA"\r
 \r
@@ -12,8 +12,8 @@ XPStyle on
 InstProgressFlags Smooth\r
 RequestExecutionLevel user\r
 \r
-!addplugindir "."\r
-ReserveFile "UAC.dll"\r
+!addplugindir "..\miscDeps\uninstaller"\r
+ReserveFile "..\miscDeps\uninstaller\UAC.dll"\r
 \r
 Name "${appName}"\r
 VIProductVersion "0.0.0.0" ;Needs to be here so other version info shows up\r