Musicnotes Suite

The Musicnotes Suite is a free, one-time download for Windows users that includes everything you need to take full advantage of Musicnotes.com's nearly 110,000 digital music products. From previewing and purchasing sheet music to printing out our free music selection, the Musicnotes Suite gives you the tools to interact with Musicnotes.com.

EXE installer package.xml

<package
	id="musicnotessuite"
	name="Musicnotes Suite"
	revision="146"
	reboot="false"
	priority="1">
	
	<check type="uninstall" condition="exists" path="Musicnotes Software Suite 1.4.6" />
	
	<install cmd='"%SOFTWARE%\MusicnotesSuite\MusicnotesSuite.exe" /silent ' />
	
	<upgrade cmd='"%SOFTWARE%\MusicnotesSuite\MusicnotesSuite.exe" /silent ' />
	
	<remove cmd='"%PROGRAMFILES%\Musicnotes\unins000.exe" /silent ' />
</package>

/silent - switch makes the installation automatic, but there is still a dialog box that appears while installation is happening.