[MLton-commit] r7339

Wesley Terpstra wesley at mlton.org
Sun Nov 1 16:36:47 PST 2009


Hashes in the directory need to be referenced from the main file.


----------------------------------------------------------------------

U   mlton/trunk/package/mingw/mlton.wxs

----------------------------------------------------------------------

Modified: mlton/trunk/package/mingw/mlton.wxs
===================================================================
--- mlton/trunk/package/mingw/mlton.wxs	2009-11-02 00:16:23 UTC (rev 7338)
+++ mlton/trunk/package/mingw/mlton.wxs	2009-11-02 00:36:47 UTC (rev 7339)
@@ -36,14 +36,14 @@
       <Directory Id="DesktopFolder" Name="Desktop" />
     </Directory>
 
-    <DirectoryRef Id='dir.doc_mlton'>
+    <DirectoryRef Id='dir.5CF63DEB372EF117.mlton'>
       <Component Id='component.documentation' Guid='1E019F99-0424-8133-D4F6-C7DDA0882798'>
         <RegistryValue Root='HKCU' Key='SOFTWARE\MLton.org\MLton\docs' Type='string' Value='' KeyPath='yes' />
         <Shortcut Id='start_docs' Directory='ProgramMenuDir' Name='Documentation' Description='The MLton documentation folder'/>
       </Component>
     </DirectoryRef>
 
-    <DirectoryRef Id='dir.bin'>
+    <DirectoryRef Id='dir.7746DD2CF59E4101.bin'>
       <Component Id='component.path' Guid='5B06C123-B426-3D4D-BE48-4D07BAD8A6BA'>
         <RegistryValue Root='HKCU' Key='SOFTWARE\MLton.org\MLton\path' Type='string' Value='' KeyPath='yes' />
         <Environment Id='env.path' Name='PATH' Action='set' Part='last' System='yes' Value='[dir.bin]' />




More information about the MLton-commit mailing list