Installer: Update package version to 300 to use latest installer version.

This commit is contained in:
Kimmo Varis 2010-01-17 01:11:49 +02:00
parent a969a1aa9a
commit ab54fb68af
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<Package Id='*' Keywords='Installer' Description="$(var.ProductName) Setup"
Comments='Cppcheck is a tool for static analysis of C/C++ code' Manufacturer='The Cppcheck team'
InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252'/>
InstallerVersion='300' Languages='1033' Compressed='yes' SummaryCodepage='1252'/>
<Media Id='1' Cabinet='Cppcheck.cab' EmbedCab='yes' DiskPrompt='CD-ROM 1' />
<Property Id='DiskPrompt' Value='Cppcheck installation [1]' />