correct install on win8 and add uninstall

This commit is contained in:
Mario Fetka
2013-05-22 20:16:23 +02:00
parent 3262be2cfd
commit 4ef4306201
4 changed files with 45 additions and 48 deletions

View File

@@ -44,8 +44,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $InstallDir32$ = "%ProgramFiles32Dir%\<path to the product>"
Set $InstallDir64$ = "%ProgramFiles64Dir%\<path to the product>"
Set $InstallDir32$ = "%ProgramFiles32Dir%\Dokan\DokanLibrary"
Set $InstallDir64$ = "%ProgramFiles32Dir%\Dokan\DokanLibrary"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"