On my cd rom based product, a data.db file
must be copied to the target drive during
install that contains stuff like:
F:\MOTIONBANK
F:\ARCHIVES
F:\NEWSTUFF
Where the drive letter (F) might be G if the
end user's cd rom drive is G instead of F.
The file that contains this stuff is named
data.db How do I get the drive letter of the CD from the end user and write that letter to this file and then copy that file
to the target drive during the install?
must be copied to the target drive during
install that contains stuff like:
F:\MOTIONBANK
F:\ARCHIVES
F:\NEWSTUFF
Where the drive letter (F) might be G if the
end user's cd rom drive is G instead of F.
The file that contains this stuff is named
data.db How do I get the drive letter of the CD from the end user and write that letter to this file and then copy that file
to the target drive during the install?
Comment