NikV2005 Posted March 16, 2006 Author Posted March 16, 2006 when you use SetLocal enableextensionsSET CDROM=%~d0EndLocalyou have to do it in your .cmd files too that call programs from your install cd. so you have to do thiscmdow @ /HID@echo offSetLocal enableextensionsSET CDROM=%~d0cd /d %cdrom%\APPLICATIONS\Acdsee8start /wait Acdsee8.exeEndLocalexitDo you explain me what means strings "SetLocal enableextensions..and... EndLocal" ?
godan Posted March 16, 2006 Posted March 16, 2006 that code sets %CDROM% to the drive that RunOnceEx.cmd is run from, this is what lets you install programs off of the CD instead of the file first being copied to the HARD DRIVE and then installed.
NikV2005 Posted March 17, 2006 Author Posted March 17, 2006 that code sets %CDROM% to the drive that RunOnceEx.cmd is run from, this is what lets you install programs off of the CD instead of the file first being copied to the HARD DRIVE and then installed.Thank's for answer.
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