aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-07-28 02:09:56 -0500
committerpmichaud <pmichaud@pobox.com>2012-07-28 02:09:56 -0500
commita280cf5050c819552c1cbe6b2466781cbeaf5908 (patch)
treedb3dd95f8b24e5be6d34c05ba746b8f1b003a67d
parent12b921c0c021f28ddfa0e41346eb6e162eb16e80 (diff)
Change INSTALLLOCATION -> INSTALLROOT
-rw-r--r--skel/tools/build/star-product.wxs6
1 files changed, 3 insertions, 3 deletions
diff --git a/skel/tools/build/star-product.wxs b/skel/tools/build/star-product.wxs
index 7dd0247..9a11556 100644
--- a/skel/tools/build/star-product.wxs
+++ b/skel/tools/build/star-product.wxs
@@ -3,7 +3,7 @@
<Product Id="*" Language="1033" Manufacturer="Rakudo Perl 6" Name="Rakudo Star $(var.STARVERSION)" UpgradeCode="{08B7EB05-7EAC-4B60-9F5B-AF6E367FE0FD}" Version="1.0.0">
<Package Compressed="yes" InstallerVersion="200" />
<Directory Id="TARGETDIR" Name="SourceDir">
- <Directory Id="INSTALLLOCATION" Name="rakudo" />
+ <Directory Id="INSTALLROOT" Name="rakudo" />
<!-- start menu shortcuts, adapted from http://wix.sourceforge.net/manual-wix3/create_start_menu_shortcut.htm -->
<Directory Id="ProgramMenuFolder">
@@ -11,8 +11,8 @@
<Component Id="RakudoStartItems" Guid="B5BD7AEC-C8dC-4F84-AF2E-4A417350D642">
<Shortcut Id="RakudoShortcut"
Name="Rakudo Perl 6"
- Target="[INSTALLLOCATION]bin\perl6.exe"
- WorkingDirectory="INSTALLLOCATION" />
+ Target="[INSTALLROOT]bin\perl6.exe"
+ WorkingDirectory="INSTALLROOT" />
<RemoveFolder Id="RakudoMenuFolder" On="uninstall" />
<RegistryValue Root="HKCU" Key="Software\Microsoft\RakudoPerl6" Name="installed" Type="integer" Value="1" KeyPath="yes" />
</Component>