parent
0a882739c8
commit
0b98555987
@ -40,6 +40,9 @@ Section "Install"
|
|||||||
; Uninstall old versions
|
; Uninstall old versions
|
||||||
ExecWait 'MsiExec.exe /quiet /qn /norestart /X{633F41F9-FE9B-42D1-9CC4-718CBD01EE11}'
|
ExecWait 'MsiExec.exe /quiet /qn /norestart /X{633F41F9-FE9B-42D1-9CC4-718CBD01EE11}'
|
||||||
ExecWait 'MsiExec.exe /quiet /qn /norestart /X{9331D947-AC86-4542-A755-A833429C6E69}'
|
ExecWait 'MsiExec.exe /quiet /qn /norestart /X{9331D947-AC86-4542-A755-A833429C6E69}'
|
||||||
|
IfFileExists "$INSTDIR\uninst.exe" 0 +2
|
||||||
|
ExecWait "$INSTDIR\uninst.exe /S _?=$INSTDIR"
|
||||||
|
CreateDirectory "$INSTDIR
|
||||||
|
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user