Help - Search - Members - Calendar
Full Version: copy .inf for unattended inno setup
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Sha99y
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.
Sha99y
Sorry blushing.gif about that stupid question i should realize i have to write %cdrom% variable in all .cmd files. confused.gif




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.