Please send me the component element that includes/specifies netapi32.dll.


> Here is the output when I just include the file name.
>
> build:
>
>     [echo] Building WebServiceSetup...
>      [msi] Building MSI Database 'WebServiceSetup.msi'.
>
> Build failed
>
> D:\Projects\Visa\MR1004\Application Server
> Code\WebServiceSetup\test.build(16,10 ):
> Unable to build MSI database 'WebServiceSetup.msi'.
>    KeyFile "netapi32.dll" not found in Component
>    "_4564AA9AD3B20B325B440898E635
> A91C".
>
> Total time: 12.9 seconds.
>
> Kevin
>
> -----Original Message-----
> From: James Geurts [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 07, 2004 7:59 AM
> To: Burton, Kevin
> Cc: [EMAIL PROTECTED]
> Subject: Re: [NAntC-Dev] System files in <msi> components.
>
>
> The keyfile should only be the name of the file (netapi32.dll).  It
> should not contain path information.
>
> Jim
>
>> I have some system files that I need to include in my installation
>> package. When building the package I am getting:
>>
>>            D:\Projects\Visa\MR1004\Application Server
>>            Code\WebServiceSetup\default.build(7,10): Unable to build
>>            MSI database 'WebServiceSetup.msi'.
>>                KeyFile "C:\WINNT\system32\netapi32.dll" not found in
>>                Component "_4564AA9AD3B20B325B440898E635A91C".
>>
>> I guess I don't understand the role of <key> in the components. I
>> thought that this token was evaluated on install not when the package
>> is being built. I just want this system files always available so I
>> would like to package it up with the installation. I can't just remove
>> <key> because then I violate the schema. Any ideas?
>>
>> Thank you.
>>
>> Kevin Burton
>>
>>
>>
>> -------------------------------------------------------
>> This SF.Net email is sponsored by BEA Weblogic Workshop
>> FREE Java Enterprise J2EE developer tools!
>> Get your free copy of BEA WebLogic Workshop 8.1 today.
>> http://ads.osdn.com/?ad_idP47&alloc_id808&opĚk
>> _______________________________________________
>> NAntContrib-Developer mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer
>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_idP47&alloc_id808&opĚk
> _______________________________________________
> NAntContrib-Developer mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer





-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47&alloc_id808&op=click
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to