Commit graph

591 commits

Author SHA1 Message Date
ramon18
1883dc3a19 Fix problem on Script.cpp that allowed VAR declarations inside Functions and Sections, no more differences between installer uservars and unistaller user vars (even if name start with un. ), changed example too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2720 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-15 23:40:34 +00:00
joostverburg
cd2eacc81e clean up
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2719 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-15 21:26:07 +00:00
kichik
3f697a1217 Delete parent folders too as deguix suggested
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2712 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-12 14:45:37 +00:00
kichik
a7dfa9ae3a Patch #754995 - more information when installing, thanks deguix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2711 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-12 14:44:38 +00:00
kichik
4a36eead51 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2710 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-12 12:19:42 +00:00
ramon18
323c9af320 Fixed QUIT problem inside custom pages, user-variables activated and command "Dim" changed to "Var", language strings inside other strings are replaced
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2704 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-08 23:18:47 +00:00
joostverburg
f7d7d05fd6 Serbian language
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2700 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-07 14:08:17 +00:00
ramon18
27f035f9e9 Missing LoadLanguageFile
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2677 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-25 01:16:33 +00:00
ramon18
2077919dc5 (757431) VersionInfo.nsi compiles with errors after /LANG changes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2672 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-23 21:56:02 +00:00
joostverburg
8b3a71d6cb InstallOptions: testlink
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2664 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-22 11:02:05 +00:00
ramon18
ab91077049 Dynamic allocation of needed user variables (exehead grew 512 bytes).
Independed user vars in uninstaller and installer


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2656 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-17 23:59:13 +00:00
joostverburg
5aa3a8f632 Improved registry storage for Start Menu folder; ReserveFile macro for StartMenu plug-in; Added MUI_LANGDLL_ALWAYSSHOW option; Checkboxes on Finish page can be used to call a function; example fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2646 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-14 12:49:33 +00:00
ramon18
1ea2160310 Version Information now rely on languages, some more updates on named uservars, maybe last one before official release :) (preview UserVars.nsi - doesn't compile yet)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2633 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-12 00:06:23 +00:00
ramon18
361dbff6bc READONLY in text box
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2631 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-11 23:57:24 +00:00
joostverburg
e06d3afadb VersionInfo example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2629 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-10 19:34:15 +00:00
joostverburg
d6fe533978 simple script
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2628 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-10 19:32:19 +00:00
joostverburg
0b0e54af96 dummy section
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2627 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-10 19:32:00 +00:00
ramon18
0b9f44233c Updated to new versioninfo format
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2624 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-10 04:33:34 +00:00
ramon18
f758230f19 Comments like C/C++; Added commands to support VersionInformation (VIProductVersion, VIProductName, VICompanyName, VIComments, VILegalTrademarks, VILegalCopyrights, VIDescription); Support to named user variables (up to 500) but disabled by define
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2623 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-09 18:59:14 +00:00
kichik
6c1d0b6e73 Simpler script using the new /o switch
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2573 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-25 20:31:42 +00:00
joostverburg
00798142b0 compatible with Modern UI 1.65
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2572 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-25 20:26:28 +00:00
joostverburg
1d2cc0db8e Modern UI 1.65
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2571 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-25 20:21:21 +00:00
joostverburg
fbc323c3db VPatch
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2556 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-21 12:24:22 +00:00
joostverburg
be3e5d3db5 Get instead of remember
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2520 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-30 21:44:52 +00:00
kichik
b57c5eba4e Get instead of remember
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2519 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-30 18:35:06 +00:00
kichik
dfb0241f94 Shows the HTML file and both possible ways
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2507 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-29 13:42:52 +00:00
joostverburg
bdb6db1f70 Swedish translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2505 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-28 21:06:16 +00:00
joostverburg
d0b6153cf2 format
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2491 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-23 18:57:53 +00:00
kichik
c873cc99c4 Missing quotes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2471 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-19 19:57:42 +00:00
joostverburg
fddc57d2aa new macro's: get uninstaller language, delete shortcuts, new languages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2452 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-07 18:05:12 +00:00
kichik
061a9749f9 No license page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2379 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-27 13:11:17 +00:00
joostverburg
88dfb90ea4 updated for Modern UI 1.64
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2375 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-26 22:29:24 +00:00
joostverburg
17c687180a no finish header macro's anymore - language preference stored when installation has completed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2373 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-26 21:54:02 +00:00
joostverburg
a74903197b Modern UI 1.64 - LicenseForceSelection support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2366 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-26 19:16:51 +00:00
kichik
84d1984c25 b4 (CVS) label
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2343 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-20 11:33:35 +00:00
joostverburg
28db02f13b ConnectInternet function
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2328 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-18 10:11:16 +00:00
joostverburg
1deccc4ce2 new setup name: Modern UI Test
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2327 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-18 09:57:54 +00:00
joostverburg
3e441fbdf3 startmenu shortcuts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2322 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-17 14:20:31 +00:00
joostverburg
a1e73ddc9d delete old UI's
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2313 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-16 19:46:20 +00:00
joostverburg
9c12f70b9d comment
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2291 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-14 10:15:31 +00:00
joostverburg
4d9f49dd43 corrected typo's in registry key
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2290 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-14 09:23:45 +00:00
joostverburg
982b73b2eb ReserveFile
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2285 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-12 12:55:21 +00:00
joostverburg
5d896158e7 removed custom page caption
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2283 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-11 21:35:38 +00:00
joostverburg
92acc0dd32 updated format, small changes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2282 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-11 20:44:48 +00:00
joostverburg
39d58a46d2 new langdll macro / registry system, startmenu registry system, write instdir to registry
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2264 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-09 22:38:13 +00:00
joostverburg
a1ff4f5102 moved defines to configuration
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2263 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-09 22:10:07 +00:00
kichik
496874b242 LangDLL now accepts A too. A for auto count, it looks for the first empty string ("") pushed.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2260 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-09 20:17:27 +00:00
joostverburg
d92a0d06f6 new languages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2257 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-09 19:07:22 +00:00
joostverburg
1943db8875 new mui files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2255 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-09 19:00:12 +00:00
joostverburg
3c05425123 Modern UI 1.63
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2253 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-09 18:55:57 +00:00