Bugs item #1149950, was opened at 2005-02-23 11:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1149950&group_id=54790

Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: John Cole (johnwebbcole)
Assigned to: Nobody/Anonymous (nobody)
Summary: MSM task without component reports failure despite success

Initial Comment:
I'm creating a merge module to load a third party
setup, so the only thing in the MSM is a custom action
and the setup in the binary table.

The msm task creates the merge module correctly, but
reports the following failure:

BUILD FAILED

C:\src\NAnt\msm\MapObjects23\default.build(4,4):
Unable to build MSI database 'MapObjects23.msm'.
    Could not find a part of the path
"C:\src\NAnt\msm\MapObjects23\Temp".

Here is my MSM task
-------------------------------------------------
        <msm
                output="MapObjects23.msm"
                sourcedir=""
                id="MapObjects23"
                version="2.3a"
                debug="false"
                verbose="true"
        >

                <properties>
                        <property name="ProductName" value="ESRI MapObjects
2.3a"/>
                        <property name="ProductVersion" value="2.3.1" />
                        <property name="Manufacturer" value="UAI, Inc."/>
                        <property name="ProductCode"
value="{94BD25E1-4A17-4556-AA5A-C90E99733A40}" />
                        <property name="UpgradeCode"
value="{E5DDA389-BFAA-41b8-853A-9225CADBFDEF}" />
                </properties>

                <search>
                        <key type="file" path="C:\Program Files\Common
Files\ESRI" root="machine" >
                                <value name="Mo20.ocx" setproperty="MO20PATH" />
                        </key>
                </search> 
                
                <binaries>
                        <binary name="mo23rt" value="MO23rt.EXE" />
                </binaries>
                
                <customactions>
                        <customaction action="InstallMO23a" type="2"
source="mo23rt" target="/ABCDEFGHIJKLMNOPQRX" />
                </customactions>
                
                <sequences>
                        <sequence type="installexecute"
action="InstallMO23a" value="1501" condition="NOT
MO20PATH" />
                        <sequence type="adminexecute" action="InstallMO23a"
value="1501" condition="NOT MO20PATH" />
                </sequences>
        </msm>
--------------------------------------------------------------------------

I'm also attaching my entire build file.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1149950&group_id=54790


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to