Commit graph

1507 commits

Author SHA1 Message Date
kichik
cefa167ff1 BgImage bug
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2131 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 23:03:31 +00:00
kichik
3966f5560c - b1 version numbers
- CreateShortcut works with URLs again, no file name validating though


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2130 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 22:57:10 +00:00
kichik
45549a0bd4 - Lots of small fixes
- b1 history complete


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2129 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 22:42:09 +00:00
joostverburg
383b780271 translators
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2128 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 21:40:14 +00:00
sunjammerx
a951158503 Removed the annoying window title bar
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2127 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 20:49:56 +00:00
kichik
8471f65bba IO LBS_MULTIPLESEL
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2126 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 16:24:42 +00:00
kichik
5cbbd5719f Done, done and done.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2125 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 14:35:25 +00:00
kichik
4df57aea70 $QUICKLAUNCH will now fall back to current user too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2124 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 14:30:46 +00:00
kichik
d7561bbe5e Available space now shown even if remote directory can't be found (\\remote\drive\dir_that_doesnt_exist will now give the avaible space)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2123 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 14:24:27 +00:00
kichik
21fa9b890c You ain't never seen this bug. That '_' was never there!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2122 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 12:28:32 +00:00
kichik
ae16cbfe3f - Compressor type listed in summary
- SetOutPath now sets the current directory (RegDLL no longer does)
- File names are now validated for commands that need normal files, the directory selection dialog, and every variable that contains a file/dir name
- Fixed a distortion of the MUI's branding text with ClearType
- $INSTDIR is now right in the custom page after the directory selection dialog
- No more squares in the automatically appended directory name in the directory selection dialog
- Size optimizations


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2121 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-07 23:04:25 +00:00
kichik
91906c55e3 A little clarification on InstProgressFlags & XPStyle
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2120 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-07 21:17:08 +00:00
joostverburg
1dcebdfb95 link to the archive
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2119 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-07 20:13:35 +00:00
joostverburg
4267d4c872 MUI.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2118 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-07 19:27:52 +00:00
joostverburg
35b2202a74 io hwnd in welcome/finish page function
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2117 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-07 17:47:17 +00:00
joostverburg
4f254f72be updated translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2116 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-07 17:45:11 +00:00
kichik
64a97198cc If we already have include directories, why not use them?
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2115 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-07 14:15:51 +00:00
kichik
73fa1160d3 No more random compression ratios. Don't you just love Microsoft standards?
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2114 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-07 12:48:11 +00:00
kichik
c73913362a Added DONTSHOWSHORTCUTS define to prevent popping the shortcuts window at the end of the installation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2113 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-07 12:17:36 +00:00
kichik
cdecc5971a No more STATE for labels, useless and buggy with line breaks
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2112 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-07 11:58:06 +00:00
joostverburg
fe3f9776a2 typo, removed old stuff, MUI_LANGDLL_PUSH
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2111 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-07 10:50:29 +00:00
joostverburg
e3b8f50aaa unterminated string
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2110 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-07 10:38:11 +00:00
kichik
80f77c2f89 A little typo with CallInstDLL
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2109 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-06 17:59:48 +00:00
kichik
045587d18d Smooth progress bar problems fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2108 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-06 13:07:53 +00:00
joostverburg
d43568e895 updated translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2107 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-04 15:22:45 +00:00
joostverburg
f6b8a41607 missing startmenu defines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2106 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-04 11:52:11 +00:00
joostverburg
22611ea930 abort function can call custom function
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2105 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-02 21:07:41 +00:00
joostverburg
222db27628 more welcome/finish page functions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2104 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-02 19:09:51 +00:00
joostverburg
f23f882709 startmenu fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2103 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-02 18:03:37 +00:00
joostverburg
b3bfca12c3 modern ui functions can call custom functions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2102 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-02 17:49:28 +00:00
kichik
58866a44df .NET Framework detection function added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2101 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-02 16:49:34 +00:00
joostverburg
1b77b3b4ae fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2100 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-02 15:30:02 +00:00
joostverburg
7528f3f2f4 fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2099 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-02 15:07:16 +00:00
joostverburg
3d23d902ba updated translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2098 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-02 15:01:06 +00:00
rainwater
30d389995b Russian updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2097 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-30 18:52:07 +00:00
kichik
37a03e4fac No more problems for directories with a name starting with "error"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2096 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-30 18:42:36 +00:00
rainwater
9892281211 Danish updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2095 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-30 00:59:02 +00:00
joostverburg
b1a7689b6e removed old text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2094 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-29 19:51:52 +00:00
joostverburg
d53acf4dc1 1.62
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2093 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-29 12:44:27 +00:00
joostverburg
cd0150cf3d updated changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2092 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-28 21:44:01 +00:00
kichik
917ed99397 Line cut on finish page fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2091 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-28 17:55:22 +00:00
kichik
122df8e86d Transparent branding text for the uninstaller too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2090 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-28 16:48:05 +00:00
joostverburg
9e65e69676 drive space color
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2089 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-28 15:10:53 +00:00
joostverburg
6801964e2f update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2088 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-28 15:07:51 +00:00
kichik
7531adec7a ClearType + transparent branding text fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2087 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-28 14:28:56 +00:00
kichik
059d8bc0d8 No branding text in welcome/finish page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2086 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-28 14:02:41 +00:00
kichik
0274afd413 Installers can now contain more than one branding image
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2085 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-27 17:03:35 +00:00
kichik
c12d20910b + New browse dialog style (modern)
+ Word wrapping for check boxes and radio buttons
+ No ugly border for edit fields under XP
+ Scroll bar for list boxes
+ Only labels can have \r\n - fixed in docs


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2084 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-27 16:15:00 +00:00
kichik
ca8fbc5bec Banner now "works" with the MUI too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2083 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-27 15:44:13 +00:00
kichik
6f3fdd6650 BrandingText now automatically resizes for all languages in the MUI
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2082 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-27 15:05:50 +00:00