Hi All,

I have a file that is embedded in the msi.

 

I want to copy the file in my install location. What should be the syntax in the File element to specify that it is a embedded binary. E.g. I have a file sbc.dll embedded in the msi.

<Binary Id="abc.dll" SourceFile="Binary\abc.dll"/>

 

Now I want to copy this dll in my install location. The file element I am using was

<File Id='EmbeddedDll' Name='abc.dll' LongName='abc.dll' Source='abc.dll' DiskId='1' Vital='yes' />

 

But it is not picking up the way I wanted?

What shpuld be the syntax here?

 

Thanks in advance,

         

 

Microsoft India R&D Pvt. Ltd.

God is good.

 

Anirban Basu
[EMAIL PROTECTED]

 

Add me to your address book...

Want a signature like this?

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to