|
Posted by Lokesh Sharma on October 11, 2007, 2:08 am
Please log in for more thread options Hello Mr. Davis,
Thank you for the reply.
If I exclude those files then cab will get
installed on the device but application will not run.
What i found that if I keep WMPLib.dll and
exclude all other 3 files, the application works fine.
> If using Visual Studios to create the cab file, go to the Detected
> Dependencies folder in the project. Click on the file you wish to exclude
> and then open the properties for that file. Set the Exclude property to
> True
> and rebuild your cab file.
>
> I hope this helps.
> Regards,
> R. Davis
> Contractor
>
> "Lokesh Sharma" wrote:
>
>> Hi All,
>> I read Alex Fienman's web blog and created sample application
>> in
>> which i am using 'Windows Media Player' to play audio / video. When I
>> create
>> the cab file to install the sample app. on device, it includes
>> 1. WMPLib.dll
>> 2. mscorlib.tlb
>> 3. mscorlib.DLL
>> 4. wmp.dll
>>
>> other than required filed and the size of cab becomes 9.7
>> mb
>> while the size should not be more than 125 kb. When i try install this
>> cab
>> on the device, the installation fails.
>>
>> Can anybody suggest me how can i avoid including above 4
>> files in cab?
>>
>>
>>
>>
|