Indigo Rose Software

Go Back   Indigo Rose Software Forums > Old Versions > AutoPlay Menu Studio 3.0

 
 
Thread Tools Display Modes
  #1  
Old 06-02-2000
MC749 MC749 is offline
Forum Member
 
Join Date: Jun 2000
Location: Sacramento, CA, USA
Posts: 1
Grin Editing or creating a file during install

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?

  #2  
Old 06-05-2000
Support Support is offline
Super Moderator
 
Join Date: Jan 2000
Location: Indigo Rose Corporation
Posts: 204
Re: Editing or creating a file during install

What product are you asking about? If AutoPlay Menu Studio, it does not allow you to write information out to a file nor does it support installation functions like copying files. You should look at using Setup Factory for that kind of thing.
  #3  
Old 06-05-2000
John Schacher John Schacher is offline
Forum Member
 
Join Date: May 2000
Location: Hillsboro, OR - USA
Posts: 19
Re: Editing or creating a file during install

Both Autoplay and Setup Factory have handy built-in variables that you can use when referring to files on different directory structures.

Try checking out the source directory variables such as %SrcDir% and %SrcDrv%. These variables are intended to isolate Autoplay and Setup Factory from absolute paths at runtime.

For example, on your system %SrcDrv%\MotionBank is the same as f:\MotionBank, but on someone elses system %SrcDrv%\MotionBank would be mapped to their CDROM drive letter, like g:\MotionBank.

In addition, Setup Factory has target directory variables like %AppDir% and %ProgramFiles%.

Hopefully, this helps you in finding a solution.

 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is On



All times are GMT -6. The time now is 06:40 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software