Skip to content

Commit

Permalink
Fixed MSI Installer version.
Browse files Browse the repository at this point in the history
  • Loading branch information
PKEuS committed Aug 2, 2014
1 parent 1c8c26a commit d778a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win_installer/cppcheck.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<Package Id='*' Keywords='Installer' Description="$(var.ProductName) Setup"
Comments='$(var.ProductDescription)' Manufacturer='$(var.ProductManufacturer)'
InstallerVersion='450' Languages='1033' Compressed='yes' SummaryCodepage='1252' InstallScope='perMachine'/>
InstallerVersion='405' Languages='1033' Compressed='yes' SummaryCodepage='1252' InstallScope='perMachine'/>

<Media Id='1' Cabinet='Cppcheck.cab' EmbedCab='yes' CompressionLevel='high' DiskPrompt='CD-ROM 1' />
<Property Id='DiskPrompt' Value='Cppcheck installation [1]' />
Expand Down

0 comments on commit d778a71

Please sign in to comment.