summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-02 15:29:55 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-02 15:29:55 -0500
commit6a3257219e5761078f320785f0035276cc91e716 (patch)
tree2b7b554c2232b27e733bcd6b19ad4d90bb097b98
parentdda0f9d4f7b8440f3df4061d8de72248b799c7e7 (diff)
downloadlua4win-dist-lua-6a3257219e5761078f320785f0035276cc91e716.tar.gz
lua4win-dist-lua-6a3257219e5761078f320785f0035276cc91e716.tar.bz2
lua4win-dist-lua-6a3257219e5761078f320785f0035276cc91e716.zip
Set product ID to something reasonable
-rw-r--r--lua4win.wxs8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua4win.wxs b/lua4win.wxs
index d304736..ee41bea 100644
--- a/lua4win.wxs
+++ b/lua4win.wxs
@@ -2,7 +2,7 @@
2<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> 2<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3 <Product 3 <Product
4 UpgradeCode="A1B2C3D4-E5F6-G7H8-I9J0-K1L2M3N4O5P6" 4 UpgradeCode="A1B2C3D4-E5F6-G7H8-I9J0-K1L2M3N4O5P6"
5 Id="ABCDDCBA-86c74D14AEC086416A69ABDE" 5 Id="ABCDDCBA-86C7-4D14-AEC0-86416A69ABDE"
6 Name="Lua4Win Installer 1.0" 6 Name="Lua4Win Installer 1.0"
7 Version="1.0.0.0" 7 Version="1.0.0.0"
8 Manufacturer="Lua4Win devs" 8 Manufacturer="Lua4Win devs"
@@ -21,13 +21,13 @@
21 <Directory Id="Lua4Win" Name="Lua4Win"> 21 <Directory Id="Lua4Win" Name="Lua4Win">
22 <Directory Id="INSTALLDIR" Name="Lua4Win 1.0"> 22 <Directory Id="INSTALLDIR" Name="Lua4Win 1.0">
23 <Component Id="luajit"> 23 <Component Id="luajit">
24 <File Id="luajit.exe" DiskId='1' Source="luajit.exe" /> 24 <File Id="luajitexe" DiskId='1' Source="luajit.exe" />
25 </Component> 25 </Component>
26 <Component Id="luadl"> 26 <Component Id="luadl">
27 <File Id="lua51.dll" DiskId='1' Source="lua51.dll" /> 27 <File Id="lua51dll" DiskId='1' Source="lua51.dll" />
28 </Component> 28 </Component>
29 <Component Id="luarocks"> 29 <Component Id="luarocks">
30 <File Id="luarocks.exe" DiskId='1' Source="luarocks.exe" /> 30 <File Id="luarocksexe" DiskId='1' Source="luarocks.exe" />
31 </Component> 31 </Component>
32 <Directory Id="Config" Name="config"> 32 <Directory Id="Config" Name="config">
33 <Component Id="Config"> 33 <Component Id="Config">