June 13, 200521 yr ok guys im just starting to learn about this all and i have a quick question.lets say i have a file called test.exe and using a .cmd file i want to copy that file to say C:\Program Files\test but i dont want it to install it just to replace the test.exe all ready in folder C:\Program Files\testcan i do this using a .cmd file?if so how ?
June 13, 200521 yr COPY "D:\somedir\test.exe" "%programfiles%\test" /Y/Y to overwrite without promptNow the file test.exe is copied from D:\somedir to the C:\Program Files\test folder, and it will overwrite the existing filefor more info:copy /? Edited June 13, 200521 yr by erik_demon
June 13, 200521 yr Author ok man im trying it as we speak i have another question im just not sure i need to post a new topic about it but here it is lol on a inno setup program is there a switch to add in the serial number ??
June 13, 200521 yr For Inno detail see here...http://unattended.msfn.org/intermediate/apps/innosetup.htmand here too...http://www.appdeploy.com/tips/detail.asp?id=13Which app is it? Best thing to do is use the search function or read some backposts to see how other folk have tackled the same app/version. If you cannot find anything out then post back in a new thread.
June 13, 200521 yr Its been discused here:http://www.msfn.org/board/index.php?showto...689&hl=MECHANICSee vcBlackbox post and use Regshot. Edited June 13, 200521 yr by DLF
Create an account or sign in to comment