Changes

DFMirage hook display driver

516 bytes added, 08:59, 6 May 2008
m
no edit summary
An example silent installer will be:
<source lang="dosxml"><package id="miragedriver" name="Mirage Driver" revision="1" priority="50" reboot="false"> <check type="uninstall" condition="exists" path="Mirage Driver 1.1" />  <install cmd="dfmirage-setup-1.1.68.2.exe /verysilent /norestart" /> <upgrade cmd="dfmirage-setup-1.1.68.2.exe /verysilent /norestart" /> <remove cmd='"%PROGRAMFILES%\DemoForge\Mirage Driver\uninst\unins000.exe /silent"' />
</source>
 
The driver itself needs a reboot in order to be usable by Windows, but it's not worth restarting just to achieve that (unless you really need to).