PDA

View Full Version : How to add imagecfg.exe -u to exe's



NewsArchive
05-31-2013, 12:13 AM
How do I add imagecfg.exe -u to one or more exe in the distribution program

Thanks
Gary

NewsArchive
05-31-2013, 12:14 AM
> How do I add imagecfg.exe -u to one or more exe in the distribution program

In the script editor with the #run compiler directive (see attached
example).

Insert it before the [ Create Folders ] point and you should be good to go

:-)

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
05-31-2013, 12:15 AM
Thanks

Gary Hoffman

NewsArchive
06-04-2013, 08:03 AM
Hi Charles;

Is there anyway to do this for all exe,s in the distribution program. I
have hundred's of exe,s I am afraid of missing some and the time it will
take to get this done. A lot of typing means more errors.

Thanks

Gary Hoffman

NewsArchive
06-04-2013, 10:30 AM
Try copy and paste? That works for me and I just need to change what is
different (if anything). Certainly faster than from scratch.

--

Russ Eggen
RADFusion International, LLC

NewsArchive
06-05-2013, 01:54 AM
> Is there anyway to do this for all exe,s in the distribution program. I
> have hundred's of exe,s I am afraid of missing some and the time it will
> take to get this done. A lot of typing means more errors.

I think we have had this conversation before!
http://clarion-software.com/index.php?group=1&original=589312

Wildcards don't seem to work. But as Russ suggested, just copy/paste the
line in SetupBuilder ( CTRL+C CTRL+V, CTRL+V ... repeat as needed or select
a bunch of them and copy/paste the block. ).

Then edit just the name and try not to miss any<g>.

Fortunately you can see the code in the script editor.

Good luck!

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
06-11-2013, 07:35 AM
I just want to make sure I have this right. My #run command is in red.
Does this indicate I did something wrong or just notify me of something I
added.

When I compile I see 2 entries for Executing ....C:\distrib\imagecfg.exe
Which is where the imagecfg file is. Should it indicate the file name
ffireapp.exe. and fhomeapp.exe

should the 2 exe's show a new date. They do not.

I do not receive any error messages.

If the above is correct than this is easier than I thought.

Thanks

Gary

NewsArchive
06-20-2013, 12:45 AM
Hi Gary
As far as I know, red is normal for these entries in the script editor.
Just make sure you do this before embedding a manifest (which is before code signing)
Cheers
Dave Beggs

NewsArchive
06-20-2013, 10:32 AM
Thanks
David

Gary Hoffman