Reply to Thread

Post a reply to the thread: Producing Installers that span Multiple CD/DVD's???

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 03-15-2006, 10:25 PM
    d2_s

    Re: Producing Installers that span Multiple CD/DVD's???

    Quote Originally Posted by linder
    Hello,

    No, you cannot manipulate the %i value. The installer sets this value at runtime.

    HTH,
    Excellent, thankyou kindly for your assistance
  • 03-14-2006, 10:52 AM
    linder

    Re: Producing Installers that span Multiple CD/DVD's???

    Hello,

    No, you cannot manipulate the %i value. The installer sets this value at runtime.

    HTH,
  • 03-13-2006, 05:00 PM
    Unregistered

    Re: Producing Installers that span Multiple CD/DVD's???

    Quote Originally Posted by linder
    Hello,

    You can modify the text here:

    Text and Messages -> Messages -> Misc Messages -> MSG_ASKDISK Identifier.

    Does this help?
    Yes that is helpful thankyou. I have one last question. In the MSG_ASKDISK string there is a %i reference contained. I assumed this refers to the current disk number. I can't see a reference to this %i Value anywhere in the script or elsewhere in the program. Is there a way to manipulate this value or at least to initialise it? The reason I would need to initialise it is because the default disk number for disk 2 is 1 ... I would actually like Disk 2 to be refered to as Disk 2.

    Thanks Again.
  • 03-13-2006, 12:22 AM
    linder

    Re: Producing Installers that span Multiple CD/DVD's???

    Hello,

    You can modify the text here:

    Text and Messages -> Messages -> Misc Messages -> MSG_ASKDISK Identifier.

    Does this help?
  • 03-12-2006, 09:05 PM
    d2_s

    Re: Producing Installers that span Multiple CD/DVD's???

    Ok, I played some more with it and it seems my assumption was correct about the data chunks and that it auto-prompts for the next disk if the next expected chunk is not in the same directory as the installer. However, the dialogs it displays a very generic and display something like insert the disk labeled #1 ... my next question is, is it possible to customise that message? Ideally I would like to be able to initially prompt for disc 1, then disc 2 ... disc x where the disc's have custom labels.

    Thanks.
  • 03-12-2006, 08:14 PM
    d2_s

    Producing Installers that span Multiple CD/DVD's???

    I was wondering how to achieve the above?

    I have setup my installer to break up the Data into CD sized chunks (I assume this option is to allow your installer to span multiple disks) but was wondering how do I lay out the files on disk and also how does Setup builder Developer 5 handle this from a user perspective? Does it prompt them to insert the next disk etc? If so, how do I customise this?

    Thanks in advance.

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •