windows - CopyFiles not working in INF files -


i've created xxx.inf file , placed sample.exe alongside same directory.

[version]  signature=$chicago$   [destinationdirs]  samplecopy = c:\\sample  [defaultinstall]  copyfiles = samplecopy   [samplecopy]  sample.exe  

i tried install inf file, desktop refreshes don't see creation of c:\sample folder nor files should copied there

is there wrong?

destination directories need given in format "dirid,subdir", dirid number.

in case use 1 of 2 lines below.

samplecopy = 24,\sample samplecopy = -1,c:\sample 

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -