diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-02 14:58:23 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-02 14:58:23 -0500 |
commit | a646ab162cdf3a304643171ea9a093a3b73c54ea (patch) | |
tree | 37a862e00704edd659b4907b2a56c0c28ef36f3a | |
parent | c666b097c0e13a4553e8a587e0d76ca806100f84 (diff) | |
download | lua4win-dist-lua-a646ab162cdf3a304643171ea9a093a3b73c54ea.tar.gz lua4win-dist-lua-a646ab162cdf3a304643171ea9a093a3b73c54ea.tar.bz2 lua4win-dist-lua-a646ab162cdf3a304643171ea9a093a3b73c54ea.zip |
Try changing the source of the files
-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" /> |