Search:

Type: Posts; User: PodHunter

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    5,577

    Re: Include one installation in another

    Thanks for your comprehsive answer!
  2. Replies
    6
    Views
    5,577

    Re: Include one installation in another

    About 23Mbyte
  3. Replies
    6
    Views
    5,577

    Include one installation in another

    Suppose that I have two products, A and B. Product B has its own SetupBuilder B installation. Product A has its own SetupBuilder A installation. Product B uses the services of Product A. So, I...
  4. Replies
    2
    Views
    118,360

    Re: Packaging Multiple DLLs Built by .NET

    Thanks!
  5. Replies
    2
    Views
    118,360

    Packaging Multiple DLLs Built by .NET

    My Viz Studio solution contains multiple projects. Viz Studio creates a DLL for each project. I would like to deliver a single DLL to my customer.
    Does SetupBuilder provide a way to merge several...
  6. Replies
    3
    Views
    4,542

    warning GEN1116

    Product: SetupBuilder Developer 2015
    Version: 8.5.4754

    After a recent update I see this warning during project compilation:

    Recursive compile (0:40): rt_vc2005redist_x86.sbi
    [--- VC2005 Ask...
  7. Replies
    4
    Views
    4,791

    Re: Install Folder not verified

    Thanks for your suggestion. The following seems to do what I want:

    ! Edit '3' to match the ID of your 'Select Install Folder' dialog
    If %_SB_DIALOGID% Equals "3" Then
    If...
  8. Replies
    4
    Views
    4,791

    Install Folder not verified

    I'm using the RC 8.5.4686.
    Because my DLL is deliverd to another author's folder (which must exist), you kindly added the No "Make new folder" option to the Select Install Folder dialog.
    However,...
  9. Re: Display 'New Folder' while browsing for Install Directory

    I just installed the RC. I can see and use the option. Thanks!
  10. Re: Display 'New Folder' while browsing for Install Directory

    I've updated to v8.1.4550 but don't see that option.
  11. Replies
    17
    Views
    14,275

    Registry Search with Wildcard?

    :) Success!

    Starts fast
    Runs fast with no visible memory leak
    Discovers all matched keys


    Will that new search algorithm be incorporated into the next SB update?
  12. Replies
    1
    Views
    3,962

    Validate Path

    What does the Handle String function Validate Path actually do? "Validate Path—Returns a copy of a file or folder Source String that has been validated"

    But I don't see any means by which it...
  13. Replies
    17
    Views
    14,275

    Re: Registry Search with Wildcard?

    It takes a while to start (~30 seconds), but after the Do you really want to run this exe? dialog it's very fast.
    Unfortunately, despite its speed, it doesn't find any keys at all :(
  14. Replies
    17
    Views
    14,275

    Re: Registry Search with Wildcard?

    My previous screenshot shows two similar keys.
  15. Replies
    17
    Views
    14,275

    Re: Registry Search with Wildcard?

    It uses a lot of memory too! Searching my Registry, with ~7,000 entries in HK CLASSES, I get memory warnings from Windows.

    Also, it reports only the first of two similar keys.
  16. Re: Display 'New Folder' while browsing for Install Directory

    Excellent!
  17. Replies
    17
    Views
    14,275

    Registry Search Example

    Thanks for the sample code. I don't think I could have come up with that :)
  18. Re: Display 'New Folder' while browsing for Install Directory

    I'd like to auto-select. However, I haven't yet figured out how to find the most recent version of third-party's app. It requires non-trivial Registry searches.

    Consequently, I ask user to...
  19. Re: Display 'New Folder' while browsing for Install Directory

    There may be several versions of third-party app. installed
    Each installation has a distinct name
  20. Replies
    17
    Views
    14,275

    Registry Search with Wildcard?

    Thanks! Here's a screenshot showing two Bentley.MicroStation.Application.{class ID} keys.

    http://www.la-solutions.co.uk/images/Bentley-Registry-Example.png
  21. Display 'New Folder' while browsing for Install Directory

    My app. DLL must be delivered to an existing sub-folder of a third-party's installation. When user is presented with the Select Install Folder dialog and elects to Change the location, they see a...
  22. Replies
    17
    Views
    14,275

    Registry Search with Wildcard?

    My DLL should be installed in a sub-directory of third-party vendor's folder. There may be several versions of vendor's product installed, and I need to find the most recent.
    Until recently, I...
  23. Replies
    6
    Views
    6,883

    Re: Register .NET as COM server

    Thanks! Doesn't the DLL require the /codebase switch?
  24. Replies
    6
    Views
    6,883

    Register .NET as COM server

    When one uses .NET to create a DLL that is a COM server, .NET creates a .TLB file of the same name. .NET doesn't integrate the TLB with the implementation file as it does when one builds an ATL COM...
  25. Replies
    6
    Views
    6,883

    Register .NET as COM server

    I have a .NET DLL and an associated TLB. The command line to register the DLL as a COM server is...
    %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\regasm /codebase DgnChronographer.dll...
Results 1 to 25 of 27
Page 1 of 2 1 2