Installer: Remove old Swedish translation file.
This commit is contained in:
parent
9f03ba3386
commit
c91269bec7
|
@ -58,13 +58,16 @@
|
||||||
<Component Id='GuiHelp' Guid='*'>
|
<Component Id='GuiHelp' Guid='*'>
|
||||||
<File Id='onlinehelp.qhc' Name='online-help.qhc' DiskId='1' Source='$(var.HelpDir)\online-help.qhc' KeyPath='yes' />
|
<File Id='onlinehelp.qhc' Name='online-help.qhc' DiskId='1' Source='$(var.HelpDir)\online-help.qhc' KeyPath='yes' />
|
||||||
</Component>
|
</Component>
|
||||||
<!-- Cleanup runtime files installed by previous InnoSetup installer
|
|
||||||
Also remove old gui.exe which is now cppcheck-gui.exe -->
|
<!-- Cleanup runtime files installed by previous InnoSetup installer.
|
||||||
|
Also remove old gui.exe which is now cppcheck-gui.exe.
|
||||||
|
Remove old Swedish translation file which was renamed. -->
|
||||||
<Component Id='InnoSetupCleanup' Guid='4A3F299D-1EE1-468b-814B-D6577F0698CA'>
|
<Component Id='InnoSetupCleanup' Guid='4A3F299D-1EE1-468b-814B-D6577F0698CA'>
|
||||||
<RemoveFile Id="msvcp90.dll" On="install" Name="msvcp90.dll" />
|
<RemoveFile Id="msvcp90.dll" On="install" Name="msvcp90.dll" />
|
||||||
<RemoveFile Id="msvcr90.dll" On="install" Name="msvcr90.dll" />
|
<RemoveFile Id="msvcr90.dll" On="install" Name="msvcr90.dll" />
|
||||||
<RemoveFile Id="Microsoft.VC90.CRT.manifest" On="install" Name="Microsoft.VC90.CRT.manifest" />
|
<RemoveFile Id="Microsoft.VC90.CRT.manifest" On="install" Name="Microsoft.VC90.CRT.manifest" />
|
||||||
<RemoveFile Id="gui.exe" On="install" Name="gui.exe" />
|
<RemoveFile Id="gui.exe" On="install" Name="gui.exe" />
|
||||||
|
<RemoveFile Id="cppcheck_se.qm" On="install" Name="cppcheck_se.qm" />
|
||||||
</Component>
|
</Component>
|
||||||
</Directory>
|
</Directory>
|
||||||
<Merge Id="CRT" Language="0" SourceFile="$(var.CrtMergeModule)" DiskId="1" />
|
<Merge Id="CRT" Language="0" SourceFile="$(var.CrtMergeModule)" DiskId="1" />
|
||||||
|
|
Loading…
Reference in New Issue