diff --git a/installer/resources/ProcessPanel.Spec.xml b/installer/resources/ProcessPanel.Spec.xml index edea06fda..e76bf2190 100644 --- a/installer/resources/ProcessPanel.Spec.xml +++ b/installer/resources/ProcessPanel.Spec.xml @@ -3,7 +3,10 @@ - + + + /c"$INSTALL_PATH\postinstall.bat" + diff --git a/installer/resources/postinstall.bat b/installer/resources/postinstall.bat index 26049a982..4829ad50d 100644 --- a/installer/resources/postinstall.bat +++ b/installer/resources/postinstall.bat @@ -16,4 +16,4 @@ set INSTALL_PATH=%~dp0 copy "%INSTALL_PATH%lib\wrapper\win32\I2Psvc.exe" "%INSTALL_PATH%" copy "%INSTALL_PATH%lib\wrapper\win32\wrapper.dll" "%INSTALL_PATH%lib" copy "%INSTALL_PATH%lib\wrapper\win32\wrapper.jar" "%INSTALL_PATH%lib" -"%INSTALL_PATH%i2prouter.bat" +start /b /i /d"%INSTALL_PATH%" i2prouter.bat