Commit Graph

71 Commits

Author SHA1 Message Date
PKEuS 1f858e955f Improved Windows Installer:
- Do not ask for accepting the GPL (the license text itself says that this is not necessary)
 - Install a copy of the license
 - Removed very old InnoSetup cleanup routines
 - Added .sln file so that users do not have to create them
2016-06-07 20:12:07 +02:00
PKEuS 7b99a00ce8 Added platform files to windows installer 2016-01-09 09:58:38 +01:00
PKEuS 2ba3e6d443 Updated windows intaller:
- Use VS2015 merge modules
- Added addons as optional feature
- Added gnu.cfg
2015-09-04 13:18:18 +02:00
PKEuS fe41162672 Added Qt5PrintSupport.dll to installer 2015-08-01 14:15:51 +02:00
Daniel Marjamäki 31e12e2749 windows installer: Add microsoft_sal.cfg 2015-01-22 06:33:52 +01:00
PKEuS 960de1b1a0 Added avr.cfg to installer 2014-08-02 14:07:23 +02:00
PKEuS d778a71053 Fixed MSI Installer version. 2014-08-02 12:13:05 +02:00
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