Search found 3 matches

by bradst
Fri Jun 13, 2014 4:30 pm
Forum: Technical questions
Topic: Box dll
Replies: 5
Views: 8996

Re: Box dll

Yes. That's correct. Ship just one exe (boxed with dll) and no dll registration and execute the application.
by bradst
Fri May 16, 2014 9:06 pm
Forum: Technical questions
Topic: Box dll
Replies: 5
Views: 8996

Re: Box dll

I have attached the exe and 2 dll's. So when i register the dll - the exe on its own or boxed exe works fine. When I unregister the dll's, the boxed exe and the original exe throws the error. Our idea is to create just one exe boxing the dll and no registration or shipping of the dlls and be able to...
by bradst
Tue May 13, 2014 10:40 am
Forum: Technical questions
Topic: Box dll
Replies: 5
Views: 8996

Box dll

Hi, I'm trying to get away from registering my dll when ever I deploy my new version of the application. So I used the Box dll feature and add my few critical dlls to it (with load on startup checked) and packed them into one monolithic exe. And then I unregistered my dll's on the deployment machine...