diff options
Diffstat (limited to 'lua4win.wxs')
| -rw-r--r-- | lua4win.wxs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index 9e6e039..7ad77a7 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
| @@ -39,11 +39,11 @@ | |||
| 39 | <File Id="config.lua" Source="config-5.1.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" Guid="Lua4Win.PATH"> |
| 43 | <Environment Id="AddPath" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]" Guid="Lua4Win.PATH" /> | 43 | <Environment Id="AddPath" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]"/> |
| 44 | </Component> | 44 | </Component> |
| 45 | <Component Id="SysConfigPath"> | 45 | <Component Id="SysConfigPath" Guid="Lua4Win.SYSCONFDIR"> |
| 46 | <Environment Id="AddPath" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]/config" Guid="Lua4Win.SYSCONFDIR"/> | 46 | <Environment Id="AddPath" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]/config"/> |
| 47 | </Component> | 47 | </Component> |
| 48 | </Directory> | 48 | </Directory> |
| 49 | </Directory> | 49 | </Directory> |
