PDA

View Full Version : Open release folder



NewsArchive
01-22-2013, 01:24 AM
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

NewsArchive
01-22-2013, 01:25 AM
This also happens on the Build > Open release folder menu.

--

Russ Eggen
RADFusion International, LLC

NewsArchive
01-22-2013, 01:25 AM
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

NewsArchive
01-22-2013, 01:26 AM
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

NewsArchive
01-22-2013, 01:26 AM
> 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"
-------------------------------------------------------------------------------------------------------

NewsArchive
01-22-2013, 09:12 AM
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

NewsArchive
01-22-2013, 09:12 AM
> 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

NewsArchive
01-22-2013, 09:13 AM
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

NewsArchive
01-22-2013, 09:13 AM
Very weird. The configuration looks okay.

Friedrich