Installer: Update executable name to cppcheck-gui.

This commit is contained in:
Kimmo Varis 2010-09-11 12:34:35 +03:00
parent 77126f0b0b
commit e48592c644
2 changed files with 6 additions and 6 deletions

View File

@ -19,10 +19,10 @@
<File Id='cppcheck.exe' Name='cppcheck.exe' DiskId='1' Source='$(var.CliBuildDir)\cppcheck.exe' KeyPath='yes' />
<Environment Id='UpdatePath' Name='PATH' Action='set' System='yes' Part='last' Value='[INSTALLDIR]' />
</Component>
<Component Id='gui.exe' DiskId='1' Guid='$(var.guiGUID)'>
<File Id='gui.exe' Name='gui.exe' Source='$(var.GuiBuildDir)\gui.exe' KeyPath='yes'>
<Component Id='GuiExecutable' DiskId='1' Guid='$(var.guiGUID)'>
<File Id='cppcheckguiexe' Name='cppcheck-gui.exe' Source='$(var.GuiBuildDir)\cppcheck-gui.exe' KeyPath='yes'>
<Shortcut Id='startmenuGui' Directory="ProgramMenuDir" Name='$(var.ProductNameShort)'
WorkingDirectory='INSTALLDIR' Icon="gui.exe" IconIndex="0" Advertise="yes" />
WorkingDirectory='INSTALLDIR' Icon="cppcheck-gui.exe" IconIndex="0" Advertise="yes" />
</File>
<!-- <File Id='mingwm10dll' Name='mingwm10.dll' Source='mingwm10.dll' /> -->
<File Id='qtclucene4dll' Name='qtclucene4.dll' Source='$(var.QtDllDir)\qtclucene4.dll' />
@ -73,7 +73,7 @@
Display='expand' Level='1' ConfigurableDirectory='INSTALLDIR' >
<Feature Id='MainProgram' Title='Command line interface' Description='Command line tool' Level='1'>
<ComponentRef Id='cppcheck.exe' />
<ComponentRef Id='gui.exe' />
<ComponentRef Id='GuiExecutable' />
<ComponentRef Id='GuiTranslations' />
<ComponentRef Id='BaseDocs' />
<ComponentRef Id='GuiHelp' />
@ -101,7 +101,7 @@
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />
<UIRef Id="WixUI_InstallDir"/>
<Icon Id='gui.exe' SourceFile='$(var.GuiBuildDir)\gui.exe' />
<Icon Id='cppcheck-gui.exe' SourceFile='$(var.GuiBuildDir)\cppcheck-gui.exe' />
<WixVariable Id="WixUILicenseRtf" Value="GPLv3.rtf" />
<WixVariable Id="WixUIBannerBmp" Value="Bitmaps\banner.bmp" />

View File

@ -10,7 +10,7 @@
<?define ProductGUID = "7214EC4C-8F10-4E56-8E99-0B9908E68774" ?>
<?define ProductUpgradeCode = "7E94124C-1CD1-433F-9423-4614E52300DD" ?>
<?define cppcheckGUID = "1c31dd76-07fa-4420-b9b5-5463742d6a48" ?>
<?define guiGUID = "4102893e-5237-4011-9d70-7d9067623372" ?>
<?define guiGUID = "D7D3FF8E-1D82-4215-B59B-4715A748C540" ?>
<?define guiTranslationsGUID = "24738151-890D-4fcc-824C-DA7FF63E0D7F" ?>
<?define basedocsGUID = "9F62B23C-CD2B-4826-A567-6AB6F75A2AEA" ?>
</Include>