DoPDF
doPDF is a free PDF converter for both personal and commercial use. It doesn't have as many features as other applications, but the user interface is cleaner and simpler. Unlike other applications, doPDF doesn't include any toolbars, search engine changes, or other shenanigans. It can be downloaded from the doPDF website.
<package
id="dopdf"
name="doPDF"
revision="%version"
priority="50">
<variable name="version" value="7.2" />
<check
type="uninstall"
condition="exists"
path="doPDF %version% printer" />
<install cmd='"%SOFTWARE%\dopdf\dopdf-7.exe" /VERYSILENT /NORESTART' />
<upgrade cmd='"%SOFTWARE%\dopdf\dopdf-7.exe" /VERYSILENT /NORESTART' />
<remove cmd='"C:\Program Files\Softland\doPDF 7\unins000.exe" /VERYSILENT'>
<exit code="1" />
</remove>
</package>