Reply to Thread

Post a reply to the thread: So My Exe is Manifested by the Installer .. What about the "look n feel" in testing?

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 12-14-2012, 09:49 AM
    StuAndrews

    Re: So My Exe is Manifested by the Installer .. What about the "look n feel" in testi

    Thanks Friedrich.

    If you're interested (I'm using SetupBuilder for the installer, of course!), I'm making a Game (in Clarion .. yowza) called Ballikin.

    http://ballikin.com/download

    It's 35 builds into the Alpha phase. So a fair way to go, but getting there!
  • 12-14-2012, 02:34 AM
    linder

    Re: So My Exe is Manifested by the Installer .. What about the "look n feel" in testi

    Thanks for the update

    BTW, Windows needs exclusive write access to the file to embed the manifest. So it's very well possible that it was "in-use" (locked) or a protection software product (anti-virus / ant-spyware) was busy monitoring it.

    Friedrich
  • 12-14-2012, 02:04 AM
    StuAndrews

    Re: So My Exe is Manifested by the Installer .. What about the "look n feel" in testi

    Blurg.

    Now it's working fine.

    It's "possible" that the game was open in the background when I tried to run the script .. Possibly, but I'll never admit to that!
  • 12-14-2012, 02:02 AM
    StuAndrews

    Re: So My Exe is Manifested by the Installer .. What about the "look n feel" in testi

    Hi Friedrich,

    Hmmm, I didn't have the "permanent" checkbox in, but even with that, I get the following error:

    error GEN1055: File not found or locked [@7]: C:\_work\Mine\ballikin\ballikin.exe

    * Attached screenshot.

    File is definitely there. Not sure what "locked" means, but I'm going to have a search of the forums now.
  • 12-13-2012, 11:39 PM
    linder

    Re: So My Exe is Manifested by the Installer .. What about the "look n feel" in testi

    Stu,

    The code I posted will manifest your .exe. It will also create a "dummy" setup.exe (that does nothing) as part of the generation process. But you can add a "#delete file(s)..." compiler directive and it will immediately remove the created setup.exe.

    I can post a demo project if you want.

    Friedrich
  • 12-13-2012, 09:31 PM
    StuAndrews

    Re: So My Exe is Manifested by the Installer .. What about the "look n feel" in testi

    Hi Friedrich,

    So this seems to create a whole folder + installer?

    Is there some way to MANIFEST the exe in my dev folder and be able to run it .. OR if Setupbuilder creates a new exe, for it to just be the MANIFESTED exe - not an install exe?
  • 12-08-2012, 03:32 AM
    StuAndrews

    Re: So My Exe is Manifested by the Installer .. What about the "look n feel" in testi

    Yes! Thank you Friedrich.

    Mostly, I'll be testing from Clarion (compiling with the big button that runs the exe).

    I wonder if clarion can be told to run something after compilation and before running?
  • 12-08-2012, 02:56 AM
    linder

    Re: So My Exe is Manifested by the Installer .. What about the "look n feel" in testi

    Stu,

    Just create a "dummy" script that does nothing more than manifesting your .exe and you are done ;-) Compile the "script" before you test your app.

    New Project... | Blank Script...

    Does this help?

    Friedrich
  • 12-07-2012, 09:07 PM
    StuAndrews

    So My Exe is Manifested by the Installer .. What about the "look n feel" in testing?

    Hi Folks,

    Apologies for the big long title.

    If your SetupBuilder installer is embedding the app manifest (Which is way cool), then what do you do about the "look n feel" of the app while testing?

    IE .. When I compile I get the old blocky look.

    It's no big deal, I can do demos etc from an installed version .. But just wondering if I'm missing something really simple (probably!).

    Thanks!

Posting Permissions

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