Search:

Type: Posts; User: Joe Snyder

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    10,494

    How to copy files from install CD

    I want the created setup.exe to copy files from a directory on the install CD. This allows my client to add additional files to the install CD where the installer can find them and copy them to the...
  2. Replies
    7
    Views
    11,690

    Re: Breaking within Wizard Loop

    Yes thanks

    I had it all there I just wasn't adding the '|' at the beginning.
  3. Replies
    7
    Views
    11,690

    Re: Breaking within Wizard Loop

    Freidrich:

    Thanks for your help with the original problem. I am having a problem with another section of this same code.

    Set Variable %FMGMASTR_ALREADYEXISTS% to Search for File("FMGMASTR.EXE")...
  4. Replies
    2
    Views
    9,092

    How to set debug breakpoints

    I am successfully single stepping with the debugger but my debug menu choice for set breakpoint is greyed out even when debugging. It is getting rather tedious to single step through a rather large...
  5. Replies
    7
    Views
    11,690

    Breaking within Wizard Loop

    I am finding that the variable %_SB_DIALOGNEXTID% used by the Loop Wizard is being reset to 0, causing an infinite loop, when "Break Loop" is executed in the inner loop of the code below. Is this an...
  6. Replies
    6
    Views
    9,661

    Re: Locating existing file

    Friedrich:

    That works as advertised. :)
  7. Replies
    6
    Views
    9,661

    Re: Locating existing file

    I must be be missing something.

    Search for File function
    Variable %FILEFOUND%
    Filename FMGMASTR.EXE
    Path to search: %DRIVE_LETTER_TO_TEST%\ (tried without \ also)
    Return List of all matches is...
  8. Replies
    6
    Views
    9,661

    Locating existing file

    I am trying to determine if a file exists anywhere on a particular drive. Ideally I need to know if this file is anywhere on the installation machine. Have looked at "If File/Folder" and "Search for...
Results 1 to 8 of 8