Commit Graph

114 Commits

Author SHA1 Message Date
PKEuS e486e8cc62 Updated WiX installer and VS solution to VS12 and Qt5 2014-08-02 11:52:37 +02:00
PKEuS 7ded9a40b8 Show cppcheck icon in Windows "Add and Remove Program" dialog 2014-05-14 17:27:21 +02:00
PKEuS b26d9c148d Windows Installer: Always install std.cfg (#5318) 2014-03-23 11:15:53 +01:00
XhmikosR 1f5a4d12b7 win_installer: convert the bitmaps to jpg.
They are ~230KB less without any visual difference.
2014-03-07 19:28:52 +01:00
PKEuS 26ca885f95 Added sdl.cfg to installer 2014-03-03 15:03:20 +01:00
PKEuS f3c53f7b0f Added missing .cfg files to installer 2014-01-04 10:47:26 +01:00
PKEuS 2413655d3d Moved GUI translations into subdirectory /lang 2013-08-03 20:21:13 +02:00
PKEuS f1285a0184 Added cfg files as optional feature to WiX installer 2013-08-03 19:20:12 +02:00
PKEuS b5a0ef478e Added chinese translation to installer 2013-06-02 11:11:42 +02:00
PKEuS 0388bec925 Improved descriptions of Features in Windows installer (#4575)
Install Feature "BaseDocs" only once
2013-02-16 02:31:16 -08:00
PKEuS fbb63dfcb4 Updated WiX installer:
- Use FeatureTree GUI - users can select which parts should be installed.
- Configured for MSVC10 builds
- Use WiX 3.6
2012-11-03 22:13:01 +01:00
Daniel Marjamäki 9b093b404c Revert "installer: remove useless define"
This reverts commit 88c55621af.
2012-09-30 09:38:03 +02:00
Daniel Marjamäki 0024310efe Fixed #4221 (Installation adds directory containing Qt DLLs to path) 2012-09-29 18:10:26 +02:00
XhmikosR fc97edab1b installer: CompressionLevel='high'
This decreases the installer's size from 9.78MB to 8.22MB.
2012-09-29 17:20:10 +02:00
XhmikosR 88c55621af installer: remove useless define 2012-09-29 17:19:56 +02:00
XhmikosR 95b6288d25 win_installer: remove trailing spaces 2012-09-24 18:18:07 +02:00
Kimmo Varis d1eae60a4b Installer: Add Korean translation file.
Also remove the removed Polish translation file.
2012-08-02 10:34:05 +03:00
Daniel Marjamäki f94f5804a3 win_installer: Use new <MajorUpgrade> element 2012-07-01 20:34:27 +02:00
Daniel Marjamäki d0f329e332 win_installer: minor update to wix script 2012-06-30 21:28:35 +02:00
Daniel Marjamäki ff1099ea30 win_installer: include libpcre-0.dll in installation 2012-04-16 19:38:27 +02:00
Daniel Marjamäki dc935a0e2d win_installer: add libgcc_s_dw2-1.dll (#3728) 2012-04-16 18:27:52 +02:00
Daniel Marjamäki c79042fe29 win_installer: remove english translation file 2012-04-16 18:23:06 +02:00
Daniel Marjamäki 81b0ad00bc windows installer: updated scripts and info 2012-04-15 11:28:06 +02:00
Kimmo Varis ca36a49711 Installer: Remove unneeded Qt DLLs.
Since we now have on-line help we don't need to install the DLLs that
were required for the help viewer.
2011-05-04 21:49:20 +03:00
Kimmo Varis 1907590303 Installer: Add Spanish translation file. 2011-04-06 21:34:11 +03:00
Kimmo Varis eaa78fbd58 Installer: don't install local help file. 2011-03-26 16:14:11 +02:00
Kimmo Varis d54836822e Installer: Fix file modes of two installer files.
The files had executable file mode set but they don't need it as
they are normal data files read by the Wix tool.
2011-03-20 16:37:33 +02:00
Kimmo Varis c91269bec7 Installer: Remove old Swedish translation file. 2011-03-20 16:35:28 +02:00
Kimmo Varis 9f03ba3386 Installer: Update Swedish GUI translation filename 2011-03-20 16:27:21 +02:00
Kimmo Varis 6e11c03d86 Installer: Add French translation to installer. 2011-02-05 23:46:05 +02:00
Kimmo Varis 7bdcbff799 Installer: Fix typo 'IntallationPath' to 'InstallationPath'. 2010-12-15 18:02:55 +02:00
Kimmo Varis b92e1dcc8c Installer: Add Japanese and Serbian translation files.
I forgot to add Japanese and Serbian translation files to the
Windows installer when adding them.
2010-12-15 17:51:51 +02:00
Kimmo Varis 469be78254 Installer: Write Cppcheck version and install path to registry.
As suggested by mcartoixa at forums. This helps 3rd party software to
find the Cppcheck in Windows environment. Note that this commit
writes to HKCU instead of suggested HKLM.
2010-11-24 20:16:52 +02:00
Kimmo Varis e199e31de1 WiX Installer: Remove old gui.exe. 2010-10-13 22:15:18 +03:00
Kimmo Varis 03ebe118f0 Fix invalid ID error in MSI installer. 2010-10-04 19:25:09 +03:00
Kimmo Varis e48592c644 Installer: Update executable name to cppcheck-gui. 2010-09-11 12:34:35 +03:00
Kimmo Varis c02d1bdce4 Installer: Fix translations files dir.
Translation files are build to gui source directory not gui build
directory.

Also remove non-existing French translation file from installer.
2010-09-05 14:15:24 +03:00
Kimmo Varis b40dc99bc2 Installer: Fix GUIDs and attributes for couple of components. 2010-09-05 14:10:18 +03:00
Kimmo Varis 97ea1372ce Installer: Add own component for GUI translation files. 2010-09-05 13:51:39 +03:00
Kimmo Varis 99ab5150e4 Installer: combine readme.txt and authors.txt to one component. 2010-09-05 13:47:04 +03:00
Kimmo Varis e19d0f18c7 Installer: Install new Qt-help help file. 2010-09-05 13:40:16 +03:00
Kimmo Varis 66111a294d GUI: Add more QT DLLs to Windows installer.
Help viewer requires help dll and couple of deoendent dlls to be
installed also.
2010-09-02 17:44:47 +03:00
Kimmo Varis 289fa0e07f Fixing ticket #1908 (setup don't install GUI translations)
Patch submitted by Tim Gerundt.
2010-07-28 21:11:02 +03:00
Kimmo Varis 7f5239e96c MSI Installer: Fix description text. 2010-06-28 23:27:21 +03:00
Kimmo Varis 914891f247 MSI Installer: Cleanup runtime files from InnoSetup installer.
Remove runtime files installed by earlier InnoSetup installer. These runtime
files might be different versions and might conflict with versions installed
by the MSI installer. Better to be on safe side here.
2010-06-28 20:47:00 +03:00
Kimmo Varis 904597a8ce Installer: Use product name as start menu shortcut item name. 2010-03-15 22:09:14 +02:00
Kimmo Varis 636bcd8a47 Installer: Move couple of strings to productInfo.wxi. 2010-03-15 20:10:42 +02:00
Kimmo Varis ba7655ef07 Installer: add custom dialog background. 2010-03-09 20:25:29 +02:00
Kimmo Varis 4dd117db49 Installer: Add custom banner with Cppcheck icon. 2010-03-09 20:22:28 +02:00
Kimmo Varis 7408d515a5 Update MSI installer to install HtmlHelp manual. 2010-02-23 18:36:08 +02:00
Kimmo Varis 5e86403534 Installer: Add config variable for pdf manual path. 2010-01-17 21:12:25 +02:00
Kimmo Varis b6e2586669 Installer: Path variable for gui.exe was missing in one place. 2010-01-17 20:23:06 +02:00
Kimmo Varis f02d00824d Installer: Move installer configuration to new file. 2010-01-17 20:18:52 +02:00
Kimmo Varis 97eb380bba Installer: Add GPL v3 license.
WiX requires that license text is in RTF format so add also RTF-formatted
GPL v3 license text file.
2010-01-17 01:21:45 +02:00
Kimmo Varis ab54fb68af Installer: Update package version to 300 to use latest installer version. 2010-01-17 01:11:49 +02:00
Kimmo Varis a969a1aa9a Installer: Add variable for Qt dll location. 2010-01-17 01:09:14 +02:00
Kimmo Varis 38ef24c388 Install MS CRT runtimes.
Add VS2008 CRT merge module to the installer. This is the correct way to
install MS runtimes.
2010-01-17 01:04:41 +02:00
Kimmo Varis 3677ebcfca Installer: Add project file.
Project file allows building installer with msbuild. Add config variables
for binaries directories to avoid copying binaries to installer directory.
2010-01-17 00:27:03 +02:00
Daniel Marjamäki 65128b1331 windows installer: non-advertised shortcut for manual. Seems to work better 2009-11-23 19:42:35 +01:00
Daniel Marjamäki d7c708cbf4 Windows Installer: added manual.pdf, renamed cppcheck.msi => cli.msi, renamed gui.msi => cppcheck.msi, fixes for upgrading 2009-11-21 15:24:21 +01:00
Daniel Marjamäki a6c363ff06 updated version to 1.38 2009-10-25 08:41:27 +01:00
Daniel Marjamäki 1ba546407f Windows Installer: A simple installer without the gui 2009-09-23 16:24:52 +02:00
Daniel Marjamäki d287a8e1d2 Version: 1.36 2009-09-20 14:14:01 +02:00
Daniel Marjamäki 506fd63652 Created an experimental wix installation file 2009-08-09 16:08:01 +02:00