From 55ef564a069123f00c42e9757aa779f0e79a2fbf Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: Jun 06 2018 05:11:50 +0000 Subject: allow multiple installations of OpenToonz for windows --- diff --git a/docker-builder-data/build/script/packet/opentoonz-nsis.files/opentoonz.nsi b/docker-builder-data/build/script/packet/opentoonz-nsis.files/opentoonz.nsi index 3341250..5959bcf 100644 --- a/docker-builder-data/build/script/packet/opentoonz-nsis.files/opentoonz.nsi +++ b/docker-builder-data/build/script/packet/opentoonz-nsis.files/opentoonz.nsi @@ -204,6 +204,10 @@ Function .onInit Return oops: - MessageBox MB_OK|MB_ICONEXCLAMATION "Another version of ${PK_NAME_FULL} appears to be installed. Please, uninstall it first?" + MessageBox MB_YESNO|MB_ICONEXCLAMATION "Another version of ${PK_NAME_FULL} appears to be installed, we recommend to uninstall it first. Do you wish to continue with installation of this version anyway?" IDNO cancel + BringToFront + Return + +cancel: Abort FunctionEnd