Hi, i have a problem with copying the .inf file which inno setup needs for load settings (/loadinf=*.inf).
I tried to copy it with a .cmd file (runonceex from cd) but i couldn`t ; i tried packaging the .inf file in a .msi file, it works, but it doesn`t allow me to clean all the .inf files in the end by using * (MsiExec.exe /X{*}).
I would like to use batch files, because i think it is faster, but it doesn`t work as i want, i do one of the following:
- in the wpi command box i write: cmd /c copy "%cdrom%\... , but the command prompt can be seen, cmdow doesn`t work.
- i use a .cmd file with the command: copy %cdrom%\... , it doesn`t work at all.
How can i copy it?
I wish i wrote everything correctlly. Thanks a lot, bye.
Page 1 of 1
copy .inf for unattended inno setup
#2
Posted 26 April 2005 - 09:29 AM
Sorry
about that stupid question i should realize i have to write %cdrom% variable in all .cmd files.
Share this topic:
Page 1 of 1



Help
Back to top








