PDA

View Full Version : How to manifest?



NewsArchive
10-07-2013, 01:23 AM
Hello Friedrich and all others,

as far as I recall, you once recommended to NOT use the option to add a
manifest inside Clarion.

Instead you recommended to let SetupBuilder do this during compile of the Installer EXE.

Is that still valid?

Thanks,
Wolfgang

NewsArchive
10-07-2013, 01:23 AM
> Hello Friedrich and all others,
>
> as far as I recall, you once recommended to NOT use the option to add a
> manifest inside Clarion.
>
> Instead you recommended to let SetupBuilder do this during compile of the Installer EXE.
>
> Is that still valid?

That is what we still do.

Having Friedrich do the manifest means that it is ALWAYS right since the
latest SetupBuilder is always in tune with the standards.


Just drop an external manifest file into your compile directory (so that
you get to see the effects of the manifest when you compile/run).

Then let SetupBuilder do all the heavy lifting for you!

:-)

Charles


--
-------------------------------------------------------------------------------------------------------
Charles Edmonds

cjeByteMeSpammers@lansrad.com (remove the "ByteMeSpammers" to email me)
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
10-07-2013, 07:49 AM
Hi Wolfgang,

> as far as I recall, you once recommended to NOT use the option to add a
> manifest inside Clarion.
>
> Instead you recommended to let SetupBuilder do this during compile of the
> Installer EXE.
>
> Is that still valid?

What Charles said :) And the upcoming SetupBuilder 8.1 lets you embed a
Windows 8.1 compatible manifest to make your own applications Win81-aware.

Friedrich