+ Reply to Thread
Results 1 to 3 of 3

Thread: REG: Customize final screen before install executes

  1. #1
    Join Date
    Apr 2015
    Location
    CA, Unitedd States
    Posts
    130

    Post REG: Customize final screen before install executes

    Greetings:

    I was wondering if the following things were possible:
    1. Instead of Next>> being the label on button that proceeds the installation on the final screen before installation begins copying files and making changes to have it say "Install Now>>" or any other such customized text
    2. Add custom command-line switches like setup.exe /license=33813-408-0977004-84470
    3. Create a stand-alone tool for generating either individual or bulk serial numbers and subscription keys

    un-related question: what would be the best way for me to test the web-update functionality (e.g. demo projects, comprehensive guide, etc.) I'd like to learn how that works and start using it in my installs but have always been put off by it.

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: REG: Customize final screen before install executes

    Hello,

    1. Absolutely no problem. Just use "Wizard: Set Control Properties..." to set the text for the button (see attached screenshots).

    2. Again, no problem. Just get the command line value and then retrieve the serial number out of it (see attached screenshot). You can use "Handle String Operation..." to process the command line string and read the serial number part.

    3. The setupPROTECT SDK can handle this. It lets you generate serial numbers and maintenance keys on-the-fly (using a Windows DLL) from your own application.

    Does this help?

    Friedrich
    Attached Images Attached Images    

  3. #3
    Join Date
    Apr 2015
    Location
    CA, Unitedd States
    Posts
    130

    Default Re: REG: Customize final screen before install executes

    Hello:

    Yes! I'll try the install now bit tonight on a demo project I'm working on and then I'll work the the command line stuff over the thanksgiving break here in the U.S.

    Can you provide me more information on the SetupPRITECT SDK and how I can implement that into a standard setupbuilder application?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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