Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2006
    Posts
    6

    Huh? SUF5 to SUF7 Help.. First time using 7.. urgent ! :(

    I am having some trouble using SUF 7.. as I have been using SUF 5 for the last year, creating setups for software in the decorative concrete and paver industries.

    I love SUF7, the interface is a lot easier to work with, and there are more options.

    -In SUF5, you had the ability to modify in System Editors tab, the Text Files tab, and I would have it append text to an .INI file attached in the setup.. How do I do this in SUF7? I don't see that anywhere. Is there something I have to code in the Actions tab?

    -Is there a way to convert SUF5 projects to 7? It's not so much of a hassle, but it would save a lot of time!

    Please help me out here.. I have many projects to complete within the next couple of months and the tech support email thing on IndigoRose never responds to my messages.

    Thanks!
    Amir

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Amir,

    You will need to use INI file actions to add a line to an INI file. Actions in Setup Factory 7.0 are super powerfull. You can use Actions to make very powerful scripts in different Events

    If the support system is not allowing you through then you can email support directly:

    support (at) indigorose.com

    Adam Kapilik

  3. #3
    Join Date
    Oct 2006
    Posts
    6

    Post

    Quote Originally Posted by Adam View Post
    Amir,

    You will need to use INI file actions to add a line to an INI file. Actions in Setup Factory 7.0 are super powerfull. You can use Actions to make very powerful scripts in different Events

    If the support system is not allowing you through then you can email support directly:

    support (at) indigorose.com

    Adam Kapilik
    Thanks Adam.. however I'm way off on which value to use..

    I would want it to grab the INI file, find the text "DefaultLibPath=" and add "%SrcDrv%" after the = sign.. can you give me an example code?

    This is way difficult :(

    But thank you so much!

    Amir

  4. #4
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728
    Use the INIFile.GetValue action. (Examples.)
    --[[ Indigo Rose Software Developer ]]

  5. #5
    Join Date
    Oct 2006
    Posts
    6
    Quote Originally Posted by Lorne View Post
    Use the INIFile.GetValue action. (Examples.)
    Thank you, I will have a look!

  6. #6
    Join Date
    Oct 2006
    Posts
    6

    Ah Another Thing!

    At the end of our installs, we play an overview movie on the shutdown. . THe overview movie is stored in a /movies folder that isn't a part of the installation package. The movies are all separate..

    Do I use the File.Run? Or how should I do that?

    In old suf5, we used

    %SrcDrv%\Movies\Overview.exe
    for on shutdown.

    THank you,
    Amir

  7. #7
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728
    Yeah, File.Run, or File.Open...either will work, just depends whether you want to wait for it to return, pass command line args, etc.
    --[[ Indigo Rose Software Developer ]]

  8. #8
    Join Date
    Oct 2006
    Posts
    6
    thanks for the overview info.. i will work on that.

    i emailed support@indigorose.com because I tried making a test build and it didn't write anything in the INI. Here's more description of what I wrote in an email:

    In the setup, I want it to modify an INI file, search for the word "DefaultLibPath=" and add "%AppFolder%" (where its installed basically.. so if it was installed on C: itll show up as DefaultLibPath= C:\ after the install) to it. I used SECTION= "DefaultLibPath=" VALUE= "%AppFolder" RESULTVARIABLE = result . I built a test and it didn't write anything.. what am I doing wrong?

Similar Threads

  1. Converting stadard time to military time?
    By Animl in forum AutoPlay Media Studio 6.0
    Replies: 12
    Last Post: 09-28-2007, 06:53 PM
  2. How to control loop time on this code?
    By pierre in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 04-29-2004, 07:02 AM
  3. URGENT ! Buttons disapear at running time
    By cgirolet in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 01-16-2004, 12:47 PM
  4. Design Time actions
    By NetSeeker in forum Setup Factory 6.0
    Replies: 0
    Last Post: 12-18-2003, 10:07 AM
  5. HOWTO: Make a Program Run Every Time the System Starts
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-01-2002, 09:44 AM

Posting Permissions

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