diff options
Diffstat (limited to 'lua4win.wxs')
-rw-r--r-- | lua4win.wxs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index b524e15..9e6e039 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
@@ -36,14 +36,14 @@ | |||
36 | </Component> | 36 | </Component> |
37 | <Directory Id="Config" Name="config"> | 37 | <Directory Id="Config" Name="config"> |
38 | <Component Id="Config"> | 38 | <Component Id="Config"> |
39 | <File Id="config.lua" Source="config.lua" /> | 39 | <File Id="config.lua" Source="config-5.1.lua" /> |
40 | </Component> | 40 | </Component> |
41 | </Directory> | 41 | </Directory> |
42 | <Component Id="EnvironmentPath"> | 42 | <Component Id="EnvironmentPath"> |
43 | <Environment Id="AddPath" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]"/> | 43 | <Environment Id="AddPath" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]" Guid="Lua4Win.PATH" /> |
44 | </Component> | 44 | </Component> |
45 | <Component Id="SysConfigPath"> | 45 | <Component Id="SysConfigPath"> |
46 | <Environment Id="AddPath" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]/config"/> | 46 | <Environment Id="AddPath" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]/config" Guid="Lua4Win.SYSCONFDIR"/> |
47 | </Component> | 47 | </Component> |
48 | </Directory> | 48 | </Directory> |
49 | </Directory> | 49 | </Directory> |