Files
i2p.itoopie/installer/resources/ProcessPanel.Spec.xml
hypercubus 0de8129457 * installer no longer hangs on Windows waiting for the spawned shell process to return
* shell process spawned by the installer on Windows will not create a visible command window
2004-08-30 12:28:08 +00:00

17 lines
605 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<processing>
<job name="Launching I2P...">
<os family="windows" />
<!-- start /min cmd /c %INSTALL_PATH%/postinstall.sh %INSTALL_PATH%" -->
<executefile name="C:\Windows\System32\cmd.exe">
<arg>/c</arg><arg>"$INSTALL_PATH\postinstall.bat"</arg>
</executefile>
</job>
<job name="Launching I2P...">
<os family="unix" />
<executefile name="/bin/sh">
<arg>$INSTALL_PATH/postinstall.sh</arg><arg>$INSTALL_PATH</arg>
</executefile>
</job>
</processing>