Changes

Classic Shell

1,238 bytes added, 06:28, 24 April 2014
initial
"Classic Shellâ„¢ is free software that improves your productivity, enhances the usability of Windows and empowers you to use the computer the way you like it." [http://www.classicshell.net/]

== Version 4.1.0 ==

<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="classicshell"
name="Classic Shell"
revision="4.1.0"
reboot="false"
priority="10">

<variable name="version" value="4_1_0" />
<variable name="logfile" value="c:\classicshell.log" />

<check type="logical" condition="or">
<check type="uninstall" condition="exists" path="Classic Shell"/>
</check>

<install cmd='"%SOFTWARE%\Classic Shell\ClassicShellSetup_%version%.exe" /l* "%logfile%" /qn' />

<upgrade cmd='"%SOFTWARE%\Classic Shell\ClassicShellSetup_%version%.exe" /l* "%logfile%" /qn' />

<remove cmd='"%SOFTWARE%\Classic Shell\ClassicShellSetup_%version%.exe" /l* "%logfile%" /x %MSI% /qn' />

</package>

</packages:packages>

</source>

[[category:Silent Installers]]