Search:

Type: Posts; User: klmag

Search: Search took 0.00 seconds.

  1. .NET Framework 4.6 prerequiste issues, feature request, and .NET 4.5 script update

    I based my .sbi off of rt_dotnetframework46_x86_x64.sbi and essentially does the same exact thing, except it will download from the internet if a connection is available and there is no local...
  2. Replies
    3
    Views
    6,307

    Re: Batch Register .DLLs

    Implemented and tested perfectly with Handle File Listing. Great documentation in the .chm!

    Thanks!
  3. Replies
    3
    Views
    6,307

    Batch Register .DLLs

    I have a folder with 130 .DLLs and I'm trying to register all of them with a simple call to command line but it isn't working due to the syntax, and I'm surprised I couldn't find this question...
  4. Re: Best practice for removing an installed, registered DLL

    I figured it out! Because v2 (update from v1) marked the file as shared DLL as well as in v1, the count was incremented to 2. If I manually increment the count to 3, and uninstall the application,...
  5. Feature to "Cancel" when changing script editor tab

    I had my project open in the script editor.

    One day has passed.

    I log back on to my application and go to change to an .sbi tab in the script editor. I'm prompted with a popup saying there...
  6. Re: Best practice for removing an installed, registered DLL

    Sorry for the confusion.

    I thought calling regsvr32 -u decrements the reference count but I just found out it doesn't!

    Either way, my files are still being deleted on uninstall even went...
  7. Re: Best practice for removing an installed, registered DLL

    I think I went over file size limit. Here:

    http://i.imgur.com/bfdWfA9.jpg
  8. Re: Best practice for removing an installed, registered DLL

    I must be doing something wrong. Please see attachment.

    I am installing my COM dlls in %COMMONFILESIDIR%\MyCompany\Location\.

    When I "regsvr32 -u" manually the count decrements by one, so its...
  9. Re: Best practice for removing an installed, registered DLL

    That seemed to have worked great.

    What I did notice is that if the reference count in the SharedDll key is >1, and I uninstall the application--remember Register as Shared File and Remove on...
  10. Replies
    0
    Views
    2,761

    Built-in Changelog Feature Request

    I found myself wanting to record the changes I've been making to my project in the event someone takes over the project, or just to remind myself. For instance, in v1 I have demo.dll installed, in...
  11. Re: Best practice for removing an installed, registered DLL

    I installed my application on x64 Win 8 machine. After the .DLLs (32-bit application) are registered as shared, they show up in:
    ...
  12. Re: Best practice for removing an installed, registered DLL

    Great information!

    I was going to suggest a feature request after I asked the question, which would automate everything because, why not, right?!

    It sounds like it should go pretty smoothly; if...
  13. Re: Best practice for removing an installed, registered DLL

    Thanks for the response!

    1. How do I properly undo the "Register as Shared File" manually?
    2. To unregister, is it a simple "regsvr32 /s /u [file path]?"
    3. Do I need to check if a file exists...
  14. Best practice for removing an installed, registered DLL

    I have DLLs that were installed with version 1.0.0 of my application. I enabled these Installation/Uninstallation Properties:

    Register as Shared File
    Register as OCX/DLL/EXE/TLB
    Remove on...
  15. Replies
    5
    Views
    10,071

    Re: SB8.1 not registering .DLLs

    Project should be waiting in the inbox :)
  16. Replies
    5
    Views
    10,071

    SB8.1 not registering .DLLs

    I have about ~50 .DLLs + 2 COM Interop DLLs, which were created from tlb, and the 2 DLLs that were used to created the tlb's. I'm making the switch from InstallShield to SB8.1.

    In...
Results 1 to 16 of 16