Results 1 to 7 of 7

Thread: Is there any trick to adding manifest to Setupbbuilder

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Is there any trick to adding manifest to Setupbbuilder

    Hello All,

    I just added manifest to my app.

    Do I need to any setup in Setupbuilder or just add manifest to the file
    list.

    Tony

  2. #2

    Default Re: Is there any trick to adding manifest to Setupbbuilder

    > I just added manifest to my app.
    >
    > Do I need to any setup in Setupbuilder or just add manifest to the file
    > list.

    Tony,

    The method I use is to NOT add the manifest in Clarion.

    If you want to see how the app appears during development, put the properly
    named external manifest in the same folder as the app runs in after a
    compile.

    Then in the SetupBuilder script editor, let SetupBuilder apply the manifest
    for you (see attached screen shots)

    Put this in before the [ Create Folders ] script point.

    NOTE:

    If you are binding the app to a single processor, adding Armadillo
    protection and code signing the apps, you need to pay attention and do them
    in a specific order.

    See attached screen shots.


    Using SetupBuilder and an external manifest (during development) will give
    you the best of both worlds.

    You can see the app manifested during development (if you are on XP or
    Vista) and SetupBuilder will apply a proper manifest during the process of
    building the compiler.

    HTH,

    Charles

    --
    -------------------------------------------------------------------------------------------------------
    Charles Edmonds
    www.pagesnip.com - "Print and Save the Web, just the way you want it!"
    www.clarionproseries.com - "Serious imaging tools for Clarion Developers"
    www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
    and Forms!"
    www.lansrad.com - "Intelligent Solutions for Universal Problems"
    www.fotokiss.com - "World's Best Auction Photo Editor"
    -------------------------------------------------------------------------------------------------------
    Attached Images Attached Images   

  3. #3

    Default Re: Is there any trick to adding manifest to Setupbbuilder

    Thank you Charles,

    That clears up many questions for me.

    Thanks
    Tony

  4. #4

    Default Re: Is there any trick to adding manifest to Setupbbuilder

    Nice! This is how it would be nice to see examples in the doc (Friedrich!
    <g>)

    Peter

  5. #5

    Default Re: Is there any trick to adding manifest to Setupbbuilder

    Thanks for your clearifying screenshots.
    I wonder about I have misunderstood something - I do not know much about
    manifest details.
    I have understood, that the setupbuilder #Embed Vista Manifest does PRODUCE
    and embed a correct manifest.
    It seems from you, that I have to make the manifest myself.

    Whats the correct situation?

    Edvard Korsbęk

  6. #6

    Default Re: Is there any trick to adding manifest to Setupbbuilder

    Edvard,

    What Charles said is that you do NOT let Clarion (or whatever other
    language) compile a manifest into your executable. Why? Because
    SetupBuilder does it and embeds a Vista-aware manifest ;-)

    HTH,

    --
    Friedrich Linder
    Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    "point. click. ship" - that's SetupBuilder 6.7
    Create Windows Vista ready installations in minutes

    -- Official Comodo Code Signing and SSL Certificate Partner

  7. #7

    Default Re: Is there any trick to adding manifest to Setupbbuilder

    > What Charles said is that you do NOT let Clarion (or whatever other
    > language) compile a manifest into your executable. Why? Because
    > SetupBuilder does it and embeds a Vista-aware manifest ;-)

    Hi Edvard,

    Friedrich is right of course!

    The ONLY reason to use the "external" manifest is so that you can see what
    effect the added manifest has to your app after you do a compile in
    Clarion.

    Having the external manifest in the development folder will allow Windows
    to properly display the newly compiled app (without the manifest compiled
    into it).

    Then when you build your installer with SetupBuilder, and use the settings
    shown in the screen shots, your final EXE will have a proper manifest
    applied by SetupBuilder.

    Does that make sense?

    ;-)

    Charles




    --
    -------------------------------------------------------------------------------------------------------
    Charles Edmonds
    www.pagesnip.com - "Print and Save the Web, just the way you want it!"
    www.clarionproseries.com - "Serious imaging tools for Clarion Developers"
    www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
    and Forms!"
    www.lansrad.com - "Intelligent Solutions for Universal Problems"
    www.fotokiss.com - "World's Best Auction Photo Editor"
    -------------------------------------------------------------------------------------------------------

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
  •