1
edit
Changes
Created page with "This is a silent installer for [http://www.mremoteng.org/ mRemoteNG]. <source lang="xml"> <?xml version="1.0" encoding="UTF-8"?> <packages:packages xmlns:packages="http://ww..."
This is a silent installer for [http://www.mremoteng.org/ mRemoteNG].
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages"
xmlns:wpkg="http://www.wpkg.org/wpkg" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.wpkg.org/packages xsd/packages.xsd">
<package
id="mremoteng"
name="mRemoteNG"
revision="1"
reboot="false"
priority="0">
<variable name="version" value="1.72" />
<variable name="PKG_DESTINATION" value="%PROGRAMFILES%\mRemoteNG" architecture="x86" />
<variable name="PKG_DESTINATION" value="%PROGRAMFILES(x86)%\mRemoteNG" architecture="x64" />
<check type="uninstall" condition="exists" path="mRemoteNG" />
<install cmd='"%SOFTWARE%\mremoteng\mRemoteNG-Installer-%version%.exe" /S' />
<upgrade cmd='"%SOFTWARE%\mremoteng\mRemoteNG-Installer-%version%.exe" /S' />
<remove cmd='"%PKG_DESTINATION%\mRemoteNG\uninstall.exe" /S' />
</package>
</packages:packages>
</source>
[[Category:Silent_Installers]]
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages"
xmlns:wpkg="http://www.wpkg.org/wpkg" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.wpkg.org/packages xsd/packages.xsd">
<package
id="mremoteng"
name="mRemoteNG"
revision="1"
reboot="false"
priority="0">
<variable name="version" value="1.72" />
<variable name="PKG_DESTINATION" value="%PROGRAMFILES%\mRemoteNG" architecture="x86" />
<variable name="PKG_DESTINATION" value="%PROGRAMFILES(x86)%\mRemoteNG" architecture="x64" />
<check type="uninstall" condition="exists" path="mRemoteNG" />
<install cmd='"%SOFTWARE%\mremoteng\mRemoteNG-Installer-%version%.exe" /S' />
<upgrade cmd='"%SOFTWARE%\mremoteng\mRemoteNG-Installer-%version%.exe" /S' />
<remove cmd='"%PKG_DESTINATION%\mRemoteNG\uninstall.exe" /S' />
</package>
</packages:packages>
</source>
[[Category:Silent_Installers]]