18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Silence Installation by using xml generated from the jar installation
Hi all,
After installation of Sahi Pro 4.3 successful, there is a button to 'generate an automatic installation script' which is in XML format in the last page of the installation. How i can utilize this automatic installation script to silence install Sahi Pro from command line?
<AutomatedInstallation langpack="eng">
<com.izforge.izpack.panels.HelloPanel/>
<com.izforge.izpack.panels.HTMLInfoPanel/>
<com.izforge.izpack.panels.LicencePanel/>
<com.izforge.izpack.panels.TargetPanel>
<installpath>C:\sahipro</installpath>
</com.izforge.izpack.panels.TargetPanel>
<com.izforge.izpack.panels.PacksPanel>
<pack name="Sahi Core" index="0" selected="true"/>
<pack name="Tools" index="1" selected="true"/>
<pack name="Userdata" index="2" selected="true"/>
<pack name="Sample Java Project" index="3" selected="true"/>
<pack name="Ruby" index="4" selected="true"/>
<pack name="Editor support files" index="5" selected="true"/>
</com.izforge.izpack.panels.PacksPanel>
<com.izforge.izpack.panels.InstallPanel/>
<com.izforge.izpack.panels.ShortcutPanel>
<programGroup name="Sahi Pro"/>
<shortcut mimetype="" createForAll="false" encoding="" type="3" url="" group="false" usertype="0" terminalOptions="" commandLine="" workingDirectory="C:\sahipro\userdata\bin" categories="Application;Development" KdeSubstUID="false" description="Start Sahi Dashboard" initialState="3" iconIndex="0" icon="C:\sahipro\htdocs\spr\images\sahi_pro_icon.ico" tryexec="" terminal="" target="C:\sahipro\userdata\bin\start_dashboard.bat" name="Start Sahi Pro"/>
<shortcut mimetype="" createForAll="false" encoding="" type="1" url="" group="true" usertype="0" terminalOptions="" commandLine="" workingDirectory="C:\sahipro\userdata\bin" categories="Application;Development" KdeSubstUID="false" description="Start Sahi Dashboard" initialState="3" iconIndex="0" icon="C:\sahipro\htdocs\spr\images\sahi_pro_icon.ico" tryexec="" terminal="" target="C:\sahipro\userdata\bin\start_dashboard.bat" name="Start Sahi Pro"/>
</com.izforge.izpack.panels.ShortcutPanel>
<com.izforge.izpack.panels.FinishPanel/>
</AutomatedInstallation>
Thanks
Regards,
Kelvin Choy
After installation of Sahi Pro 4.3 successful, there is a button to 'generate an automatic installation script' which is in XML format in the last page of the installation. How i can utilize this automatic installation script to silence install Sahi Pro from command line?
<AutomatedInstallation langpack="eng">
<com.izforge.izpack.panels.HelloPanel/>
<com.izforge.izpack.panels.HTMLInfoPanel/>
<com.izforge.izpack.panels.LicencePanel/>
<com.izforge.izpack.panels.TargetPanel>
<installpath>C:\sahipro</installpath>
</com.izforge.izpack.panels.TargetPanel>
<com.izforge.izpack.panels.PacksPanel>
<pack name="Sahi Core" index="0" selected="true"/>
<pack name="Tools" index="1" selected="true"/>
<pack name="Userdata" index="2" selected="true"/>
<pack name="Sample Java Project" index="3" selected="true"/>
<pack name="Ruby" index="4" selected="true"/>
<pack name="Editor support files" index="5" selected="true"/>
</com.izforge.izpack.panels.PacksPanel>
<com.izforge.izpack.panels.InstallPanel/>
<com.izforge.izpack.panels.ShortcutPanel>
<programGroup name="Sahi Pro"/>
<shortcut mimetype="" createForAll="false" encoding="" type="3" url="" group="false" usertype="0" terminalOptions="" commandLine="" workingDirectory="C:\sahipro\userdata\bin" categories="Application;Development" KdeSubstUID="false" description="Start Sahi Dashboard" initialState="3" iconIndex="0" icon="C:\sahipro\htdocs\spr\images\sahi_pro_icon.ico" tryexec="" terminal="" target="C:\sahipro\userdata\bin\start_dashboard.bat" name="Start Sahi Pro"/>
<shortcut mimetype="" createForAll="false" encoding="" type="1" url="" group="true" usertype="0" terminalOptions="" commandLine="" workingDirectory="C:\sahipro\userdata\bin" categories="Application;Development" KdeSubstUID="false" description="Start Sahi Dashboard" initialState="3" iconIndex="0" icon="C:\sahipro\htdocs\spr\images\sahi_pro_icon.ico" tryexec="" terminal="" target="C:\sahipro\userdata\bin\start_dashboard.bat" name="Start Sahi Pro"/>
</com.izforge.izpack.panels.ShortcutPanel>
<com.izforge.izpack.panels.FinishPanel/>
</AutomatedInstallation>
Thanks
Regards,
Kelvin Choy
Comments
java -jar installerpath\install_sahi_pro_v43_20120805.jar installerpath\install.xml