4
votes
4answers
353 views
What’s your opinion on MS CAB (Composite Application Block)?
I'm in the process of evaluating the use of CAB for a new .net 3.5 winform project
I plan to use the Infragistics toolset, which is known to be 'CAB compliant'
While CAB has the immediate upside of …
3
votes
3answers
671 views
Managed Extensibility Framework (MEF) vs. Composite UI Application Block (CAB)
We are currently looking at either using CAB or MEF for our next application. I didn't see any examples on codeplex of how event brokering is handled for sibling control communication, maybe I missed …
2
votes
0answers
28 views
Issue with .cab file (ActiveX) installation on Windows Vista and 7
I have made an ActiveX control and have made its .cab file for automatic installation on client machine using Internet Explorer.. It working fine of Windows XP, but on windows Vista and Windows 7 its …
1
vote
1answer
49 views
WinForms Dynamic Localization
We have CAB (Composite Application Block) based smart client winform application.
One of our software requirement is to replacing the text dynamically when the user change the language option …
1
vote
1answer
116 views
Constructor injection working… Property injection not so much
I am using Composite Application Block. I have a class that uses constructor injection (using the [ServiceDependency] attribute on the constructor parameter) and it's working. But when I try to …
1
vote
1answer
281 views
How to correctly uninstall a running Windows Mobile today screen plugin?
I'm creating a cab installer for a today screen plugin for windows mobile. When the user activates the today screen plugin it is loaded by the shell. When the user now uninstalls the plugin, a message …
1
vote
3answers
150 views
Which WinForms CompositeUI framework to choose???
Hi all,
my team is minutes before developing the head application for our company and we ran into roadblock in our design. my team develops WinForms application in C#, .NET 3.5.
The first thing we …
1
vote
1answer
192 views
.cab creator for WinCE CF 2.0
So I created a cab file in Visual Studio and it all was fine and dandy. i am using HP thin client with WinCE 4.0
One thing though, there is a folder called Program Files on My Device and there is a …
1
vote
3answers
799 views
How to make .cab file self-deleting on windows mobile app
I have my first Windows Mobile app ready for deployment (Windows Mobile 6). I have made my CABProject and made a .cab file that will install successfully. How can the .cab be made to delete itself …
1
vote
2answers
171 views
Managed code library to write/read cabinet (.cab) files
I am looking for a managed code library/API or samples that let me write and read cabinet (.cab) files. There is a CAB SDK here: http://support.microsoft.com/kb/310618 but the DLL that ships with it …
1
vote
2answers
133 views
Can I host an ASP.NET application in a CAB WinForms application?
I have a .NET 2.0 WinForms application that was developed using the Composite Application Block and Smart Client Software Factory.
I'm considering the development of a module that would contain a …
1
vote
1answer
154 views
What is the best practice for domain model re-use in composite applications?
We have a composite application built using the Composite UI Application Block (CAB)/Smart Client Software Factory (SCSF). To date, each module in our composite app has used its own set of DTO's, and …
0
votes
1answer
15 views
SCSF custom Dependency Injection
I'd like to enhance/mimic the dependency injection done by the object builder to include some custom properties
the standard way is
in mySmartPart.cs
[CreateNew]
MyPresenter ABC
{
....
}
…
0
votes
0answers
54 views
Manually Installing ActiveX component
I'm trying to view a surveillance camera system. The remote access is available through a website, and that website seems to need to download a CAB file full of goodies to let me view the cameras.
…
0
votes
3answers
33 views
Creating a CAB file on WinCE
Hello
I want to make a CAB file on a WinCE 5/6 device.
The idea is that someone would run a backup script that creates the CAB file, which can then be loaded back onto the device at any point …
