Commit Graph

292 Commits

Author SHA1 Message Date
Kimmo Varis e199e31de1 WiX Installer: Remove old gui.exe. 2010-10-13 22:15:18 +03:00
Kimmo Varis dd16af3d29 Update WiX installer documentation. 2010-10-13 22:13:50 +03:00
Kimmo Varis 03ebe118f0 Fix invalid ID error in MSI installer. 2010-10-04 19:25:09 +03:00
Daniel Marjamäki 5bf2a300d9 1.45: updated version information 2010-10-03 17:05:36 +02: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
Daniel Marjamäki 94a8eba989 1.44: updated version information 2010-07-10 11:29:07 +02: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 357e76484d Remove remaining Innosetup installer files.
Innosetup installer was removed earlier but some files related to it
were not removed.
2010-06-28 15:51:03 +03:00
Daniel Marjamäki cbea8ceed0 Updated version to 1.43 2010-05-08 12:41:06 +02: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
Daniel Marjamäki 525a027b77 Merge branch 'master' of git@github.com:danmar/cppcheck 2010-03-09 19:48:33 +01:00
Kimmo Varis 93f387cfff Installer: remove bitmap from wrong directory. 2010-03-09 20:26:16 +02:00
Daniel Marjamäki 6fa3531e0f Merge branch 'master' of git@github.com:danmar/cppcheck 2010-03-09 19:25:39 +01:00
Kimmo Varis ba7655ef07 Installer: add custom dialog background. 2010-03-09 20:25:29 +02:00
Kimmo Varis cbb6033416 Merge branch 'master' of github.com:danmar/cppcheck 2010-03-09 20:23:21 +02:00
Kimmo Varis 4dd117db49 Installer: Add custom banner with Cppcheck icon. 2010-03-09 20:22:28 +02:00
Daniel Marjamäki 0f43ce4743 updated version to 1.42 2010-03-09 19:05:28 +01:00
Kimmo Varis 318d831f88 Installer: Add custom banner with Cppcheck icon. 2010-03-09 17:37:39 +02:00
Kimmo Varis ae2c9e806f Installer: Put installer to Build folder and temp files to BuildTmp. 2010-03-08 20:44:34 +02:00
Kimmo Varis bf2b77295f Installer: remove unused file. 2010-03-08 20:19:12 +02:00
Daniel Marjamäki 071aefbb58 1.41: Set version in files 2010-03-07 16:25:37 +01:00
Kimmo Varis 7b0a4ad9f2 Installer: Fix path to gui executable. 2010-02-27 21:38:39 +02:00
Kimmo Varis 4d6810f5e9 Installer: Fix cli executable path. 2010-02-27 21:15:01 +08: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 5a6b7871ba Installer: Create short documentation for WiX installer. 2010-01-17 20:37:13 +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
Daniel Marjamäki 5595a17e41 Updated version to 1.40 2010-01-17 13:52:28 +01: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
Kimmo Varis 940b51ed77 Update build2.bat to point to latest Qt SDK. 2010-01-09 11:34:00 +02:00
Kimmo Varis 83545ab11f Update batch file for latest Qt SDK location. 2010-01-07 20:32:35 +02:00
Daniel Marjamäki d94bc4c89f version 1.39 2009-12-06 13:34:51 +01: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 ebdd74c43e Installer: minor fix in build script 2009-11-21 21:31:48 +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
Kimmo Varis fad29ca205 Make switching QT version easier in build batch files. 2009-10-27 23:59:37 +02:00
Daniel Marjamäki f2106f96ad Restructuring: updated win_installer scripts 2009-10-27 20:22:11 +01:00
Daniel Marjamäki a6c363ff06 updated version to 1.38 2009-10-25 08:41:27 +01:00
Daniel Marjamäki 485f02642c win_installer: Added build scripts 2009-10-11 10:16:26 +02:00
Daniel Marjamäki c6dac38d4a win_installer: minor tweaks 2009-10-11 10:15:08 +02:00
Daniel Marjamäki 46fabfd654 added wix file for gui installation 2009-09-23 21:14:05 +02:00
Daniel Marjamäki 1ba546407f Windows Installer: A simple installer without the gui 2009-09-23 16:24:52 +02:00
Daniel Marjamäki a705815a51 updated version to 1.37 2009-09-22 20:57:24 +02:00
Daniel Marjamäki d287a8e1d2 Version: 1.36 2009-09-20 14:14:01 +02:00
Kimmo Varis 23ac70b8b3 Installer: update readme for latest changes. 2009-08-18 21:32:00 +03:00
Kimmo Varis 67832b92d0 Installer: Add Polish GUI translation file. 2009-08-18 21:22:56 +03:00
Kimmo Varis dfd433bc33 Installer: Pick cppcheck executable from correct directory.
VS IDE builds the executable to Build/Release folder but QMake generated makefiles build to Src/Release.
2009-08-18 21:21:50 +03:00
Reijo Tomperi fb85ee5356 Update version number to 1.35 2009-08-16 16:57:16 +03:00
Daniel Marjamäki 506fd63652 Created an experimental wix installation file 2009-08-09 16:08:01 +02:00
Daniel Marjamäki 112ffd81fd updated version to 1.34 2009-07-12 16:09:22 +02:00
Kimmo Varis d4e6d42104 Installer: Add option to create desktop icon for GUI. 2009-07-06 11:02:45 +03:00
Kimmo Varis dfc2a29e1e Installer: Remove QT-based from GUI description and use only GUI.
Users don't care and don't need to know that GUI is QT-based. It may even confuse some who don't know what QT is. So use simply GUI.
2009-07-06 10:51:19 +03:00
Kimmo Varis 3743cd0b6c Installer: Label GUI as Beta. 2009-07-06 10:44:44 +03:00
Kimmo Varis ff957af0b2 Installer: Install translation files. 2009-07-03 12:05:45 +03:00
Kimmo Varis 74263b30de Add QT XML DLL to Windows installer and update docs. 2009-06-22 12:35:44 +03:00
Daniel Marjamäki 548f45899f Updated version to 1.33 2009-06-07 12:57:39 +02:00
Kimmo Varis 8436dbda6f Update Windows installer readme for including QT GUI and other installer improvements. 2009-06-05 10:26:19 +03:00
Kimmo Varis a74faf334e Installer: Add QT GUI to Windows installer.
Add new QT GUI -component to the installer. The component installs QT libraries, GUI executable and shortcut to Start-menu.
2009-06-04 12:38:08 +03:00
Kimmo Varis c5058aedcb Installer: Add docoments to Start-menu.
Add AUTHORS.txt, COPYING.txt and readme.txt to the Start-menu. Files are opened by default .txt file viewer which is usually Notepad.
2009-05-27 19:36:08 +03:00
Kimmo Varis bc935bd7f3 Installer: Add .txt extension to text files. Windows does not know how to open files without extension in name so add .txt extension when installing for AUTHORS and COPYING. 2009-05-27 19:29:26 +03:00
Kimmo Varis 372fc33c5d Installer: Install AUTHORS-file.
AUTHORS is good to install as it tells who are working with cppcheck.
2009-05-27 18:09:36 +03:00
Kimmo Varis fa4961d24e Installer: Add large installer bitmap.
Adding large installer image which is shown as "sidebar" of installer's welcome window. The bitmap is combination of Inno Setup standard image and cppcheck icon.
2009-05-27 18:00:29 +03:00
Kimmo Varis 24c84464b4 Installer: Fix output folder name in installer readme. 2009-05-27 17:37:44 +03:00
Kimmo Varis 910a1eb875 Installer: Add small image shown in top of the installer. 2009-05-27 17:31:14 +03:00
Daniel Marjamäki 15bbd4613e Updated version to 1.32 2009-05-10 12:31:47 +02:00
Kimmo Varis 1fcc116cb9 Add VS runtimes to the Windows installer.
cppcheck requires VS 9 runtimefiles to run. Those runtimes are installed by many programs and it is probable lots of people already have them. But still there are users without those files. And for them it is non-trivial task to get cppcheck to run. So better just include runtimes for everybody.
2009-05-08 22:57:24 +03:00
Daniel Marjamäki 8533e112fe updated version to 1.31 2009-04-12 19:54:15 +02:00
Kimmo Varis 9698c6d96b Installer: update new executable (VS) build directory. 2009-03-09 20:03:22 +02:00
Kimmo Varis 91c8a5f1f0 Build installer to Build directory in project root.
Currently installer is build to subdirectory of the iss file which is not obvious place to find it. Also it is not good practice to build executables to source directories.
2009-03-09 19:21:22 +02:00
Kimmo Varis ecc8d19c13 Set description for the installer file.
This description is shown in the explorer.
2009-03-09 19:09:05 +02:00
Kimmo Varis 8db0d2fc37 Set user wiki URL as application/support URL.
The installer was setting Sf.net project page as an URL which might be confusing for the users. Better use the wiki page.
2009-03-09 19:03:19 +02:00
Kimmo Varis eb7cb81e53 Set version number for the installer file.
The installer file was missing a version number (was shown as 0.0.0.0) in the Windows Explorer. Set the installer file version number identical to product version number.
2009-03-09 18:45:22 +02:00
Daniel Marjamäki f60cfb1184 updated version to 1.30 in installation script 2009-03-08 16:26:29 +01:00
Kimmo Varis 4296548129 Use 'folder' instead of 'directory' in Windows installer. 2009-02-26 08:10:59 +00:00
Daniel Marjamäki 566e1102bc changed version to 1.28 2009-02-01 08:17:45 +00:00
Kimmo Varis 4fd689eeb5 Ticket #34: Windows installer: Add cppcheck folder to system path. 2009-01-24 18:07:51 +00:00
Kimmo Varis 9ac05af78a Improve the Windows installer readme text. 2009-01-18 13:53:48 +00:00
Reijo Tomperi 046222ba57 patch [ 2508523 ] Windows installer (with readme.txt based on patch comments) 2009-01-17 11:49:12 +00:00