diff options
Diffstat (limited to 'lua4win.wxs')
-rw-r--r-- | lua4win.wxs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index 74053e5..4a4f182 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
@@ -37,6 +37,9 @@ | |||
37 | <!-- Use a different name so we don't conflict with other busyboxes --> | 37 | <!-- Use a different name so we don't conflict with other busyboxes --> |
38 | <File Id="busyboxexe" DiskId='1' Source="busybox-l4w.exe" /> | 38 | <File Id="busyboxexe" DiskId='1' Source="busybox-l4w.exe" /> |
39 | </Component> | 39 | </Component> |
40 | <Component Id="sevenzip"> | ||
41 | <File Id="sevenzexe" DiskId='1' Source="7z.exe" /> | ||
42 | </Component> | ||
40 | <Directory Id="Config" Name="config"> | 43 | <Directory Id="Config" Name="config"> |
41 | <Component Id="Config"> | 44 | <Component Id="Config"> |
42 | <File Id="config.lua" Source="config-5.1.lua" /> | 45 | <File Id="config.lua" Source="config-5.1.lua" /> |
@@ -68,6 +71,7 @@ | |||
68 | <ComponentRef Id="luadl" /> | 71 | <ComponentRef Id="luadl" /> |
69 | <ComponentRef Id="luarocks" /> | 72 | <ComponentRef Id="luarocks" /> |
70 | <ComponentRef Id="busybox" /> | 73 | <ComponentRef Id="busybox" /> |
74 | <ComponentRef Id="sevenzip" /> | ||
71 | <ComponentRef Id="Config" /> | 75 | <ComponentRef Id="Config" /> |
72 | <ComponentRef Id="EnvironmentPath" /> | 76 | <ComponentRef Id="EnvironmentPath" /> |
73 | <ComponentRef Id="SysConfigPath" /> | 77 | <ComponentRef Id="SysConfigPath" /> |