From: yongsung1.kim Date: Wed, 24 Jul 2013 08:02:42 +0000 (+0900) Subject: InstallManager does not pop up executing cmd console window on Windows X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41cbb86b27a2ea379f331e02978709b5dbf7e82f;p=sdk%2Finstaller%2Finstall-manager.git InstallManager does not pop up executing cmd console window on Windows --- diff --git a/os_stubs/windows/InstallManager-64.nsi b/os_stubs/windows/InstallManager-64.nsi index 78d2629..f22e944 100644 --- a/os_stubs/windows/InstallManager-64.nsi +++ b/os_stubs/windows/InstallManager-64.nsi @@ -105,7 +105,7 @@ section Exec "$INSTDIR\InstManager.exe $2" ${Else} StrCpy $3 "$2 $R0" - Exec "$INSTDIR\InstManagerC.exe $3" + Exec "java -jar $INSTDIR\InstallManager.jar $3" ${EndIf} SetAutoClose true return diff --git a/os_stubs/windows/InstallManager.nsi b/os_stubs/windows/InstallManager.nsi index f7de70c..342804a 100644 --- a/os_stubs/windows/InstallManager.nsi +++ b/os_stubs/windows/InstallManager.nsi @@ -104,7 +104,7 @@ section Exec "$INSTDIR\InstManager.exe $2" ${Else} StrCpy $3 "$2 $R0" - Exec "$INSTDIR\InstManagerC.exe $3" + Exec "java -jar $INSTDIR\InstallManager.jar $3" ${EndIf} SetAutoClose true return