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