cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
anilkumar_mca
Level 8

how to copy files from media to target folder?

Hi,
I am new to Basic MSI, in my Basic MSI project i need to copy some dlls from \GlobalAssemblyCache to \Bin to avoid packing in two locations.

In my Install Script MSI i am using the following command to do that

CopyFile(SRCDIR^"GlobalAssemblyCache\\*.*", INSTALLDIR ^ "\\Bin*.*");

I tried with a custom action with the same script with 'In-Script Execution' as Deffered (and also Immediate Execution) but its not working for me (ofcourse i am unable to execute custom actions at all, in my project for any task)

Is there anyway to do the above task(through ism or CA)....
Labels (1)
0 Kudos
(2) Replies
anilkumar_mca
Level 8

Hi,

Can anybody replay to me 😞
0 Kudos
anilkumar_mca
Level 8

Hi,
Any update on this requirement? Is the 'Duplicate Files' table helpful for me to accomplish this requirement? if yes how to add a file into this 'Duplicate Files' table? manually?
0 Kudos