aboutsummaryrefslogtreecommitdiff
path: root/install.bat (follow)
Commit message (Expand)AuthorAgeFilesLines
* bugfix: /CONFIG option to follow install location, so /P will have effect on ...Thijs Schreijer2014-01-101-2/+2
* bugfix: /CONFIG not honored because of typoThijs Schreijer2014-01-101-1/+1
* don't print process info when help is displayedThijs Schreijer2014-01-091-1/+2
* some textual updatesThijs Schreijer2013-12-271-11/+10
* updated comments for exitcodesThijs Schreijer2013-12-261-1/+53
* updated default system tree location to 'program files', so it is protected w...Thijs Schreijer2013-12-251-16/+50
* fixed wrong tree order in config file; order was user - system. Now corrected...Thijs Schreijer2013-12-221-1/+1
* 1. bug fix for installing on x64 systems in "program files (x86)" (parenthese...Thijs Schreijer2013-12-191-4/+5
* stopped copying dll files becasue reason is unknownThijs Schreijer2013-12-091-20/+27
* Merge branch 'master' of https://github.com/keplerproject/luarocks into prope...Thijs Schreijer2013-12-031-3/+3
|\
| * bugfix: unquoted pathThijs Schreijer2013-12-031-3/+3
* | Does the windows installation with Windowish defaultsThijs Schreijer2013-12-031-18/+25
|/
* Commandline options where silently ignored if config.lua already existed. Now...Thijs Schreijer2013-12-021-34/+64
* Windows installer required /P argument to be first or would overwrite other v...Thijs Schreijer2013-12-021-7/+17
* If PowerShell is not available, a proper message is now displayed when instal...Thijs Schreijer2013-12-011-0/+4
* refactored debug output. Now all is set by using `verbose = true` in the conf...Thijs Schreijer2013-12-011-0/+1
* The installer will automatically request admin priviledges to allow proper in...Thijs Schreijer2013-11-291-0/+41
* fix: registry import with filename containing spacesThijs Schreijer2013-11-121-1/+1
* Merge branch 'master' of github.com:Tieske/luarocks into win_install_checkpathThijs Schreijer2013-11-121-32/+63
|\
| * minor text updateThijs Schreijer2013-11-121-3/+4
| * fixed issue with double quoted argumentsThijs Schreijer2013-11-111-7/+21
| * fixed command line parameters with spacesThijs Schreijer2013-11-111-28/+41
* | Several updates:Thijs Schreijer2013-11-121-9/+60
|/
* included pe-parser module (no longer objdump.exe, which is removed), updated ...Thijs Schreijer2013-10-111-76/+30
* fix paths for 5.2, escaping in installer and fix wrapper scriptsThijs Schreijer2013-10-101-1/+1
* modified architecture detection as per http://support.microsoft.com/kb/556009Thijs Schreijer2013-10-071-8/+15
* fix for 5.2 path variableThijs Schreijer2013-10-071-0/+3
* added platform detection 32/64bitThijs Schreijer2013-10-071-1/+17
* make installer find interpreter by short versioned name, eg. lua52.exe instea...Thijs Schreijer2013-10-071-1/+11
* Merge pull request #157 from Tieske/cleanup_reg_filesHisham Muhammad2013-09-261-1/+3
|\
| * remove reg files no longer needed after installThijs Schreijer2013-09-201-1/+3
* | update installer to work on Lua 5.2Thijs Schreijer2013-09-261-1/+1
* | When you supply an existing Lua installation, the suggested value for LUA_CPA...Ignacio Burgueño2013-09-221-1/+1
|/
* moved windows binaries into a 'bin' subdirectory.Thijs Schreijer2013-09-091-4/+4
* Try to detect runtime when specifying INC, LIB and BIN flags.Ignacio Burgueño2013-07-031-4/+8
* changed failure to detect runtime into a warning. objdump.exe does not suppor...Thijs Schreijer2013-05-041-3/+8
* fix; no longer check link lib when interpreter has no runtime specified, but ...Thijs Schreijer2013-05-021-4/+21
* fix: if interpreter has no runtime, check link library for runtime used.Thijs Schreijer2013-05-021-7/+17
* added commentThijs Schreijer2013-04-301-1/+1
* using objdump.exe to automatically detect the runtime dll to use for the chos...Thijs Schreijer2013-04-301-9/+47
* Fixes by @Tieske to the installerIgnacio Burgueño2013-04-251-12/+13
* Rewrote install batch file in Lua.Ignacio Burgueño2013-04-211-496/+571
* fix installation of builtin luaFabio Mascarenhas2013-04-121-1/+1
* updated installer to support 5.2 (extra command switch /LV)Thijs Schreijer2013-04-121-10/+38
* installer adds information for the registry, including icon and actions for ....Thijs Schreijer2013-04-091-4/+28
* small fix to installer, for consistency (no functional impact)Thijs Schreijer2013-04-071-0/+1
* fixed installer: typo in write config fileThijs Schreijer2013-04-061-1/+1
* installer bugfix in case of quoted arguments for pathsThijs Schreijer2013-04-061-10/+10
* Updated installer batch fileThijs Schreijer2013-04-061-18/+74
* moved some blocks around to make it more logicalThijs Schreijer2013-04-051-21/+22