22
33; HM NIS Edit Wizard helper defines
44!define PRODUCT_NAME " Web2Exe"
5- !define /file PRODUCT_VERSION " files\version.txt"
5+ !define /file PRODUCT_VERSION " ..\ files\version.txt"
66!define PRODUCT_PUBLISHER " SimplyPixelated"
77!define PRODUCT_WEB_SITE " http://www.simplypixelated.com"
88!define PRODUCT_DIR_REGKEY " Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}.exe"
@@ -23,7 +23,7 @@ SetCompressor lzma
2323; Welcome page
2424!insertmacro MUI_PAGE_WELCOME
2525; License page
26- !insertmacro MUI_PAGE_LICENSE " license.rtf"
26+ !insertmacro MUI_PAGE_LICENSE " ..\ license.rtf"
2727; Components page
2828!insertmacro MUI_PAGE_COMPONENTS
2929; Directory page
@@ -53,7 +53,7 @@ var ICONS_GROUP
5353; MUI end ------
5454
5555Name " ${PRODUCT_NAME} ${PRODUCT_VERSION}"
56- OutFile " Web2Exe-Setup.exe"
56+ OutFile " ..\ Web2Exe-Setup.exe"
5757
5858RequestExecutionLevel admin ; Require admin rights on NT6+ (When UAC is turned on)
5959
@@ -78,11 +78,11 @@ Section "Web2Executable" SEC01
7878 SectionIn RO
7979 SetOutPath " $INSTDIR"
8080 SetOverwrite try
81- File /r /x compressors " Web2ExeWin\"
81+ File /r /x compressors " ..\ Web2ExeWin\"
8282
8383 CreateDirectory " $LocalAppData\Web2Executable\Web2Executable\files\compressors"
8484 SetOutPath " $LocalAppData\Web2Executable\Web2Executable\files\compressors"
85- File " Web2ExeWin\files\compressors\upx-win.exe"
85+ File " ..\ Web2ExeWin\files\compressors\upx-win.exe"
8686
8787 ; Shortcuts
8888 !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
0 commit comments