diff options
-rw-r--r-- | lua4win.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index 7ad77a7..ab7ce5f 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
@@ -40,10 +40,10 @@ | |||
40 | </Component> | 40 | </Component> |
41 | </Directory> | 41 | </Directory> |
42 | <Component Id="EnvironmentPath" Guid="Lua4Win.PATH"> | 42 | <Component Id="EnvironmentPath" Guid="Lua4Win.PATH"> |
43 | <Environment Id="AddPath" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]"/> | 43 | <Environment Id="Path" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]"/> |
44 | </Component> | 44 | </Component> |
45 | <Component Id="SysConfigPath" Guid="Lua4Win.SYSCONFDIR"> | 45 | <Component Id="SysConfigPath" Guid="Lua4Win.SYSCONFDIR"> |
46 | <Environment Id="AddPath" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]/config"/> | 46 | <Environment Id="Sysconfdir" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]/config"/> |
47 | </Component> | 47 | </Component> |
48 | </Directory> | 48 | </Directory> |
49 | </Directory> | 49 | </Directory> |