~ubuntu-branches/ubuntu/quantal/cppcheck/quantal

« back to all changes in this revision

Viewing changes to win_installer/cppcheck.wxs

  • Committer: Package Import Robot
  • Author(s): Reijo Tomperi
  • Date: 2012-07-01 19:25:42 UTC
  • mfrom: (24.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120701192542-w8sqz6j3wu7npnmf
Tags: 1.55-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
              <Shortcut Id='startmenuGui' Directory="ProgramMenuDir" Name='$(var.ProductNameShort)'
31
31
                  WorkingDirectory='INSTALLDIR' Icon="cppcheckgui.exe" IconIndex="0" Advertise="yes" />
32
32
            </File>
33
 
            <!-- <File Id='mingwm10dll' Name='mingwm10.dll' Source='mingwm10.dll' /> -->
 
33
            <File Id='libgcc_s_dw2_1_dll' Name='libgcc_s_dw2-1.dll' Source='libgcc_s_dw2-1.dll' />
 
34
            <File Id='mingwm10dll' Name='mingwm10.dll' Source='mingwm10.dll' />
 
35
            <File Id='libpcre0dll' Name='libpcre-0.dll' Source='libpcre-0.dll' />
34
36
            <File Id='qtcore4dll' Name='qtcore4.dll' Source='$(var.QtDllDir)\qtcore4.dll' />
35
37
            <File Id='qtgui4dll' Name='qtgui4.dll' Source='$(var.QtDllDir)\qtgui4.dll' />
36
38
            <File Id='qtxml4dll' Name='qtxml4.dll' Source='$(var.QtDllDir)\qtxml4.dll' />
37
39
          </Component>
38
40
          <Component Id='GuiTranslations' Guid='$(var.guiTranslationsGUID)'>
39
41
            <File Id='cppcheck_de.qm' Name='cppcheck_de.qm' Source='$(var.TranslationsDir)\cppcheck_de.qm' />
40
 
            <File Id='cppcheck_en.qm' Name='cppcheck_en.qm' Source='$(var.TranslationsDir)\cppcheck_en.qm' />
41
42
            <File Id='cppcheck_es.qm' Name='cppcheck_es.qm' Source='$(var.TranslationsDir)\cppcheck_es.qm' />
42
43
            <File Id='cppcheck_fi.qm' Name='cppcheck_fi.qm' Source='$(var.TranslationsDir)\cppcheck_fi.qm' />
43
44
            <File Id='cppcheck_fr.qm' Name='cppcheck_fr.qm' Source='$(var.TranslationsDir)\cppcheck_fr.qm' />
56
57
          <!-- Cleanup runtime files installed by previous InnoSetup installer.
57
58
               Also remove old gui.exe which is now cppcheck-gui.exe.
58
59
               Remove old Swedish translation file which was renamed.
 
60
               Remove old English translation that is not needed.
59
61
               Remove locally installed help file that didn't work.
60
62
               Remove Qt DLLs not needed anymore
61
63
          -->
65
67
            <RemoveFile Id="Microsoft.VC90.CRT.manifest" On="install" Name="Microsoft.VC90.CRT.manifest" />
66
68
            <RemoveFile Id="gui.exe" On="install" Name="gui.exe" />
67
69
            <RemoveFile Id="cppcheck_se.qm" On="install" Name="cppcheck_se.qm" />
 
70
            <RemoveFile Id="cppcheck_en.qm" On="install" Name="cppcheck_en.qm" />
68
71
            <RemoveFile Id="onlinehelp.qhc" On="install" Name="onlinehelp.qhc" />
69
72
            <RemoveFile Id="qtclucene4dll" On="install" Name="qtclucene4.dll" />
70
73
            <RemoveFile Id="qthelp4dll" On="install" Name="qthelp4.dll" />
72
75
            <RemoveFile Id="qtsql4dll" On="install" Name="qtsql4.dll" />
73
76
          </Component>
74
77
        </Directory>
75
 
        <Merge Id="CRT" Language="0" SourceFile="$(var.CrtMergeModule)" DiskId="1" />
 
78
        <!-- <Merge Id="CRT" Language="0" SourceFile="$(var.CrtMergeModule)" DiskId="1" /> -->
76
79
      </Directory>
77
80
 
78
81
      <Directory Id='ProgramMenuFolder' Name='Programs' >
96
99
        <ComponentRef Id='ProgramMenuDir' />
97
100
        <ComponentRef Id='InnoSetupCleanup' />
98
101
      </Feature>
 
102
      <!--
99
103
      <Feature Id="CRT" AllowAdvertise="no" Display="hidden" Level="1" Title="Microsoft Visual C++ 2008 Runtime Components ">
100
104
        <MergeRef Id="CRT"/>
101
105
      </Feature>
 
106
      -->
102
107
    </Feature>
103
108
 
104
109
    <Upgrade Id='$(var.ProductUpgradeCode)'>