Results 1 to 9 of 9

Thread: Open release folder

  1. #1

    Default Open release folder

    Friedrich,

    I want to open the release folder and pressing the button for that runs
    the program in test mode. Tried it two times in a row.

    Version: 7.7.3805
    --

    Russ Eggen
    RADFusion International, LLC

  2. #2

    Default Re: Open release folder

    This also happens on the Build > Open release folder menu.

    --

    Russ Eggen
    RADFusion International, LLC

  3. #3

    Default Re: Open release folder

    Russ,

    >> I want to open the release folder and pressing the button for that runs
    >> the program in test mode. Tried it two times in a row.
    >>
    >> Version: 7.7.3805

    Hmm, the source code for that button did not change for 10 years and it does
    not have any command to execute the setup. It only opens the folder. I am
    using the button at least 300 times per day and it works as expected here.

    Friedrich

  4. #4

    Default Re: Open release folder

    Russ,

    >
    > This also happens on the Build > Open release folder menu.
    >

    I can't reproduce this here and have never ever received a similar report
    :-( I am using the open release folder feature 300+ times per day. So
    perhaps it's a very specific IDE configuration setting that causes this on
    your machine?!

    Friedrich

  5. #5

    Default Re: Open release folder

    > I can't reproduce this here and have never ever received a similar report
    > :-( I am using the open release folder feature 300+ times per day. So
    > perhaps it's a very specific IDE configuration setting that causes this on
    > your machine?!

    It's karma - coming full circle since Russ never has problem with his copy
    of C8.

    :-)

    Charles


    --
    -------------------------------------------------------------------------------------------------------
    Charles Edmonds
    www.clarionproseries.com - ProScan, ProImage, ProPath and other Clarion
    developer tools!
    www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
    www.setupcast.com - "A revolutionary new publishing system for software
    developers - enhanced for SetupBuilder users!"
    www.pagesnip.com - "Print and Save the Web, just the way you want it!"
    www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
    and Forms - Now with PNG support!
    www.lansrad.com - "Intelligent Solutions for Universal Problems"
    www.fotokiss.com - "World's Best Auction Photo Editor"
    -------------------------------------------------------------------------------------------------------

  6. #6

    Default Re: Open release folder

    Really weird! It only behaves this way for one project. Tried another
    project and it works as expected. Now how did I manage that? ;-)

    --

    Russ Eggen
    RADFusion International, LLC

  7. #7

    Default Re: Open release folder

    > Really weird! It only behaves this way for one project. Tried another
    > project and it works as expected. Now how did I manage that? ;-)

    Hmmmmm :-) To be frank, I have no idea <g>

    It does not make any sense to me. There must be a very specific thing in
    that project that causes this. The "Open Release Folder" function calls
    ShellExecute with the "explore" verb to open the folder specified in the
    "Output Directoty [OUTPUTDIR]" (Project Properties). Does this OUTPUTDIR
    information resolves to the executable name?

    If you add the following ("#msg..." compiler directive) to the end of your
    script, does it display the correct output folder path?

    #msg "[OUTPUTDIR]"

    Friedrich

  8. #8

    Default Re: Open release folder

    That resolves to C:\Users\Russ\Documents\SetupBuilder
    Projects\ThinGFZ\ThinGFZ

    And the installer is ThinGFZ.exe. So the whole thing is
    C:\Users\Russ\Documents\SetupBuilder Projects\ThinGFZ\ThinGFZ\ThinGFZ.exe

    I need to speak to the head of the department of redundancy department.

    --

    Russ Eggen
    RADFusion International, LLC

  9. #9

    Default Re: Open release folder

    Very weird. The configuration looks okay.

    Friedrich

Thread Information

Users Browsing this Thread

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

Posting Permissions

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