diff options
-rw-r--r-- | lua4win.wxs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index 2463b40..c801f65 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
@@ -23,8 +23,7 @@ | |||
23 | 23 | ||
24 | <Directory Id="TARGETDIR" Name="SourceDir"> | 24 | <Directory Id="TARGETDIR" Name="SourceDir"> |
25 | <Directory Id="ProgramFilesFolder"> | 25 | <Directory Id="ProgramFilesFolder"> |
26 | <Directory Id="Lua4Win" Name="Lua4Win"> | 26 | <Directory Id="INSTALLDIR" Name="Lua4Win"> |
27 | <Directory Id="INSTALLDIR" Name="Lua4Win 1.0"> | ||
28 | <Component Id="lua"> | 27 | <Component Id="lua"> |
29 | <File Id="luaexe" DiskId='1' Source="lua.exe" /> | 28 | <File Id="luaexe" DiskId='1' Source="lua.exe" /> |
30 | </Component> | 29 | </Component> |