diff options
-rw-r--r-- | lua4win.wxs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index a6663c6..8052432 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
@@ -25,8 +25,8 @@ | |||
25 | <Directory Id="ProgramFilesFolder"> | 25 | <Directory Id="ProgramFilesFolder"> |
26 | <Directory Id="Lua4Win" Name="Lua4Win"> | 26 | <Directory Id="Lua4Win" Name="Lua4Win"> |
27 | <Directory Id="INSTALLDIR" Name="Lua4Win 1.0"> | 27 | <Directory Id="INSTALLDIR" Name="Lua4Win 1.0"> |
28 | <Component Id="luajit"> | 28 | <Component Id="lua"> |
29 | <File Id="luajitexe" DiskId='1' Source="luajit.exe" /> | 29 | <File Id="luaexe" DiskId='1' Source="lua.exe" /> |
30 | </Component> | 30 | </Component> |
31 | <Component Id="luadl"> | 31 | <Component Id="luadl"> |
32 | <File Id="lua51dll" DiskId='1' Source="lua51.dll" /> | 32 | <File Id="lua51dll" DiskId='1' Source="lua51.dll" /> |
@@ -62,7 +62,7 @@ | |||
62 | </Directory> | 62 | </Directory> |
63 | 63 | ||
64 | <Feature Id="Complete" Level="1"> | 64 | <Feature Id="Complete" Level="1"> |
65 | <ComponentRef Id="luajit" /> | 65 | <ComponentRef Id="lua" /> |
66 | <ComponentRef Id="luadl" /> | 66 | <ComponentRef Id="luadl" /> |
67 | <ComponentRef Id="luarocks" /> | 67 | <ComponentRef Id="luarocks" /> |
68 | <ComponentRef Id="Config" /> | 68 | <ComponentRef Id="Config" /> |