diff options
| -rw-r--r-- | lua4win.wxs | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index dc225c7..9f3e105 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
| @@ -20,9 +20,9 @@ | |||
| 20 | <Directory Id="Lua4Win" Name="Lua4Win"> | 20 | <Directory Id="Lua4Win" Name="Lua4Win"> |
| 21 | <Directory Id="INSTALLDIR" Name="Lua4Win 1.0"> | 21 | <Directory Id="INSTALLDIR" Name="Lua4Win 1.0"> |
| 22 | <Component Id="MainExecutable" Guid="ABCDDCBA-83F1-4F22-985B-123123123123"> | 22 | <Component Id="MainExecutable" Guid="ABCDDCBA-83F1-4F22-985B-123123123123"> |
| 23 | <File Id="luajit.exe" Source="./luajit.exe" /> | 23 | <File Id="luajit.exe" DiskId='1' Source="luajit.exe" /> |
| 24 | <File Id="lua51.dll" Source="./lua51.dll" /> | 24 | <File Id="lua51.dll" DiskId='1' Source="lua51.dll" /> |
| 25 | <File Id="luarocks.exe" Source="./luarocks.exe" /> | 25 | <File Id="luarocks.exe" DiskId='1' Source="luarocks.exe" /> |
| 26 | </Component> | 26 | </Component> |
| 27 | <Directory Id="Config" Name="config"> | 27 | <Directory Id="Config" Name="config"> |
| 28 | <Component Id="Config"> | 28 | <Component Id="Config"> |
| @@ -34,8 +34,9 @@ | |||
| 34 | </Directory> | 34 | </Directory> |
| 35 | </Directory> | 35 | </Directory> |
| 36 | 36 | ||
| 37 | <Feature Id="MainApplication" Level="1" Display="expand" ConfigurableDirectory="INSTALLDIR" AllowAdvertise="yes" > | 37 | <Feature Id="Complete" Level="1"> |
| 38 | <ComponentRef Id="MainExecutable" /> | 38 | <ComponentRef Id="MainExecutable" /> |
| 39 | <ComponentRef Id="Config" /> | ||
| 39 | </Feature> | 40 | </Feature> |
| 40 | 41 | ||
| 41 | <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" /> | 42 | <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" /> |
