I've created this xxx.inf file and placed a Sample.exe alongside the same directory.
[Version]
Signature=$CHICAGO$
[DestinationDirs]
SampleCopy = c:\\Sample
[DefaultInstall]
CopyFiles = SampleCopy
[SampleCopy]
sample.exe
I tried to install the inf file, the desktop refreshes but I don't see the creation of c:\sample folder nor the files that should be copied there
Is there anything wrong?