You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
794 B
23 lines
794 B
12 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<packages>
|
||
|
<package id="kompozer"
|
||
|
name="Editeur HTML KompoZer"
|
||
|
revision="1"
|
||
|
reboot="false"
|
||
|
priority="10">
|
||
|
|
||
|
<variable name="PKG_VERSION" value="0.8b3" />
|
||
|
<variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\KompoZer" />
|
||
|
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\kompoZer" />
|
||
|
|
||
|
<check type="uninstall" condition="exists" path="KompoZer %PKG_VERSION%" />
|
||
|
|
||
|
<install cmd='"%SOFTWARE%\kompozer\kompozer-%PKG_VERSION%.fr.win32.exe" /VERYSILENT /NORESTART /SP-' />
|
||
|
|
||
|
<upgrade include="install" />
|
||
|
|
||
|
<remove cmd='"%INSTALL_PATH%\unins000.exe" /VERYSILENT /NORESTART' />
|
||
|
</package>
|
||
|
</packages>
|
||
|
|