summaryrefslogtreecommitdiff
path: root/os/windows/installer/version_win9x.txt
AgeCommit message (Collapse)Author
2020-06-05Add: create bundles via CPackPatric Stout
CPack works closely together with CMake to do the right thing in terms of bundling (called 'package'). This generates all the packaging we need, and some more.
2020-05-05Fix #8102: Update Windows installer strings to reference newer Windows ↵duck
version (#8114) * Fix #8102: Update Windows installer strings to reference versions newer than 7 * Fix 2c53390: Version strings incorrectly capitalised
2018-04-22Change: win9x installer configuration to correct path.ZehMatt
2011-09-08(svn r22909) -Fix-ish [FS#4749]: let Windows 2000 and XP without service ↵rubidium
pack 3 use the win9x binary/installer; the newer MSVC compiler of the compile farm does not support those versions of Windows anymore
2009-12-14(svn r18496) -Codechange: some changes to the installer to make it more ↵rubidium
usable, easier to maintain and more up-to-date
2009-08-31(svn r17336) -Codechange: move some os specific files into src/os/rubidium