Difference between revisions of "Moray"
From WPKG | Open Source Software Deployment and Distribution
(Created page with "This is a silent installer and uninstaller for Moray For Windows. The Moray 3d modeller is a program which allows POV-Ray scenes to be created using a graphical interface. Get ...") |
|||
Line 26: | Line 26: | ||
<upgrade | <upgrade | ||
− | cmd="%SOFTWARE%\ | + | cmd="%SOFTWARE%\Moray\moraywin.exe /sp- /silent /norestart" /> |
<remove | <remove |
Latest revision as of 13:45, 11 April 2012
This is a silent installer and uninstaller for Moray For Windows.
The Moray 3d modeller is a program which allows POV-Ray scenes to be created using a graphical interface.
Get Moray installer from: http://www.povray.org/download/
packages.xml
<package
id="moray"
name="Moray"
revision="35"
reboot="false"
priority="3">
<check
type="uninstall"
condition="versiongreaterorequal"
path="Moray For Windows .+"
value="3.5" />
<install
cmd="%SOFTWARE%\Moray\moraywin.exe /sp- /silent /norestart" />
<upgrade
cmd="%SOFTWARE%\Moray\moraywin.exe /sp- /silent /norestart" />
<remove
cmd="%PROGRAMFILES%\Moray For Windows\unins000.exe /silent /log /norestart" />
</package>