hi there... i am currently making an inf file to copy one file from a folder to another folder
here is what i did
[Version]
signature = "$Chicago$"
Provider = "Mircrosoft"
CESignature = "$WindowsCE$"
[DefaultInstall]
CopyFiles = CopyOCXToPath
[SourceDiskNames]
0 = , , D:\Source Folder
[SourceDiskFiles]
openh323.ocx = 0
[DestinationDirs]
CopyOCXToPath = 0, D:\Destination Folder
[CopyOCXToPath]
D:\Destination Folder
i am trying to copy openh323.ocx from D:/Source Folder to D:/Destination Folder
it is not really working at the moment but am an not sure about the stuff i wrote in the SourceDiskNames and SourceDiskFiles... i am not sure what the disk-ordinals are...
i am making this inf as a test for an inf i am developing... thanks for the help guys!