wyzazz Posted January 22, 2005 Posted January 22, 2005 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.
Doogal Posted January 22, 2005 Posted January 22, 2005 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
wyzazz Posted January 22, 2005 Author Posted January 22, 2005 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.
wyzazz Posted January 22, 2005 Author Posted January 22, 2005 I got it, I used WinRAR and made an SFX archive and it had options for a pathname, worked like a charm....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now