Reply to Thread

Post a reply to the thread: questions about self-registration and repacking an application

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)

  • 10-11-2016, 06:42 PM
    lmodern1878

    Re: questions about self-registration and repacking an application

    Thanks. I'll try that when I revisit that project in a couple days
  • 10-05-2016, 03:43 AM
    linder

    Re: questions about self-registration and repacking an application

    Yes, I understand.

    What you can do for a 32-bit DLL is to add the file to the project, open the file properties, go to the Advanced tab and click the button beside the "Register as OCX/DLL/EXE/TLB" checkbox. This can check if the DLL supports self-registration.

    Friedrich
  • 10-04-2016, 04:05 AM
    lmodern1878

    Re: questions about self-registration and repacking an application

    the original application is no longer supported and the vendor I'm sure the vendor is not going to be too happy with me poking into these kinds of things about their IP. The only reason I'm repacking this is because I've put a few improvements to it from a vendor who was not the original developer. getting the information is kind of "sticky" for lack of a better term.
  • 10-04-2016, 03:53 AM
    linder

    Re: questions about self-registration and repacking an application

    Hello,

    the vendor of the application or component has to document which files need to be self-registered. And not all files that support self-registration are self-registered by the setup. Sometimes the application itself handles it. So you have to know upfront what files need to be self-registered. It's not a good idea to let the setup call into all kind of 32- and 64-bit EXEs and DLLs to try to start the self-registration process. And for 64-bit self-reg components, you have to switch into 64-bit mode to execute the self-registration process.

    Does this help?

    Friedrich
  • 10-04-2016, 02:36 AM
    lmodern1878

    questions about self-registration and repacking an application

    Hello:

    I have grabbed the files I need (for repackaging) and I'm unsure which files are needing to be self-registered, is there a way to en masse enable self registration when supported by the file?

    Note: I did enable "automatically enable self-registration" in setup builder preferences. , however this setting was made after this project was created and started. the original program was created with Clarion 5.5h; is there any additional settings that need to be set to make sure my repackaged setup works as expected?

Posting Permissions

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