summaryrefslogtreecommitdiff
path: root/lua4win.wxs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua4win.wxs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua4win.wxs b/lua4win.wxs
index d96c922..a6663c6 100644
--- a/lua4win.wxs
+++ b/lua4win.wxs
@@ -43,6 +43,8 @@
43 </Directory> 43 </Directory>
44 <Component Id="EnvironmentPath" Guid="Lua4Win.PATH"> 44 <Component Id="EnvironmentPath" Guid="Lua4Win.PATH">
45 <Environment Id="Path" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]"/> 45 <Environment Id="Path" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]"/>
46 <Environment Id="Path2" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]luarocks\\bin"/>
47 <Environment Id="Path3" Name="PATH" Action="set" System="yes" Part="last" Value="[AppDataFolder]luarocks\\bin"/>
46 </Component> 48 </Component>
47 <Component Id="SysConfigPath" Guid="Lua4Win.SYSCONFDIR"> 49 <Component Id="SysConfigPath" Guid="Lua4Win.SYSCONFDIR">
48 <Environment Id="Sysconfdir" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]config"/> 50 <Environment Id="Sysconfdir" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]config"/>