January 22, 200521 yr I have a custom application at work that doesnt have an installer. To install it we just copy the folder to the program files directory and run the registry entries. My question is on a Win2K unattend install how would I copy that folder over to make an unnatended install of the app, ive got the registry entries there allready. In winxp I just make a $Progs folder and it automatically copies the files over. is there a script I can write to do this for me in 2K? I have the program in 2KCD\$OEM$\$Progs\The Press of Ohio\TPOmac, and it needs to go to the respective program files folder on the installation. Thanks for any help.
January 22, 200521 yr just off the top of my head its something simple like:"COPY %SystemDrive%Install\appropriate folder\appropriate file %SystemDrive%\Appropriate folder\" /fbut i have been known to have been wrong
January 22, 200521 yr Author hmm, no dice. maybe if i make it an sfx and try out some command line paramaters to extract it to where i want it.
January 22, 200521 yr Author I got it, I used WinRAR and made an SFX archive and it had options for a pathname, worked like a charm....
Create an account or sign in to comment