Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2006
    Posts
    2

    Grin Two questions about SF7

    Hi everybody,

    I'm trying out SF7 currently and have tow questions about it:

    1. How can I detect if a program ist already installed? I see in some other setup tools that a message is displayed "Do you want to remove or repair?" Or something like that.
    Can I do this with SF7 also?

    2. I like my setup to check automatically if a newer version exists on my web server but found no settings to do this. Is this possible, and if yes how can I do this?

    Thanks in advance for your help.

    T.

  2. #2
    Join Date
    Oct 2003
    Location
    Richmond, VA
    Posts
    143
    1) Yes, you will have to write the script that searches for a previous install (via registry keys, etc.) and then takes action to prompt the user (via normally hidden screens before the main install screens) to do whatever they want. The modify piece will probably be the hardest to script, as there is no automated way like with a MSI to make changes. The uninstall would be simple enough to call the uninstaller via a command line and then exit the setup.

    2)Again, you can create a script to connect to your site and get the current version of the installer and compare it to the executing installer version and prompt the user to get the latest..yadda, yadda. The scripting capabilities in SF allow you to do pretty much anything you want. There are plenty of examples around here of talking to a web server.

    The easiest way would be to have a constant in the setup package that tells what version of the installer is running and have a siimple text file on the server with a value of the most current installer version. Just download that text file (ini files are great for this too as SF can natively read these) and compare the versions...you can even automatically download the latest installer and run that if you want...it's all up to you.

  3. #3
    Join Date
    Mar 2006
    Posts
    2
    Hi Chris,

    thanks for your reply.

    I hoped it would be possible in an easier way. The way you described is nearly the same as I've done it with Wise Install Builder. My experiences are that one can make a lot of "human errors" with all these scriptings, so I hoped there would be a way to do this a little more automatically.

    T.

Similar Threads

  1. Importing SF6 projects to SF7
    By Ford Falcon in forum Setup Factory 7.0
    Replies: 1
    Last Post: 12-16-2005, 01:18 PM
  2. Execute programs and installer screens (SF7 vs SF6)
    By Omegadrive in forum Setup Factory 7.0
    Replies: 4
    Last Post: 10-28-2005, 08:04 AM
  3. SF7 to AM6
    By rctshine in forum Setup Factory 7.0
    Replies: 8
    Last Post: 10-12-2005, 08:50 AM
  4. Multilanguage in SF7
    By Ernikas in forum Setup Factory 7.0
    Replies: 1
    Last Post: 07-18-2005, 09:02 AM
  5. Built-In variables no longer in SF7?
    By Tek in forum Setup Factory 7.0
    Replies: 10
    Last Post: 02-16-2005, 12:34 PM

Posting Permissions

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