cab

Is it possible to display a modal window in SCSF application at the center of the screen

In SCSF application I would like to display a view as a modal window at the center of the screen. Is it possible to do that? WindowSmartPartInfo doesn't have any option for setting screen postion. Thanks. ...

Deploy a Desktop Shortcut to a Device running Windows CE 4.2 (VS2005)

I have an application written using VS2005 in C# targeting the Compact Framework 2.0 SP2. As part of the solution, I have CAB deploy project which deploys to the device without a problem. What I can't do is create a shortcut to my application on the devices desktop. I have spent several hours reading various bits of documentation (why i...

How to create the inf file for a smart device cab project from command line?

I am trying to get my continuous integration to create build the smart device cab project from within msbuild on the command line. Everything that I have found says to use the inf file (with cabwiz) created when you build the project from within visual studio. Is there a way to create the inf using the .vddproj file so that I can then us...

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 business logic has been duplicated throughout the module, both in the UI layer and the Service layer. I would like to pursue more Domain-...

IE downloads and installs CAB dialog popup upon every page refresh

I have a signed cab on an aspx page. I am seeing the following inconsistent behavior. Any insights would be highly appreciated. On some machines, the cab is downloaded and installed on every page refresh. On few of those machines, the IE "install cab" dialog pops up on every page refresh, while on the others it pops up only once. A...

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 browser control that would access the ASP.NET website using credentials established when the user logged into the WinForms client. My goal is...

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 letting me focus on my business instead of coding basic docking/login/etc code, I feel like I would be able to achieve the same level of fu...

WinCE CabWiz error: "inf contains DirIDs, which are not supported"

When building the windows mobile cab for our product, the windows CE CAB Wizard (CabWiz.exe) sometimes returns the error: Error: File c:\docume~1\build\locals~1\temp\wiz3340.inf contains DirIDs, which are not supported This error can occur when using more than 998 files, ~260 directories, or when a % sign is unescaped (with a...

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 only supports native code. ...

What's the equivalent of MdiWindowListItem when using a DockPanelWorkspace?

We have a composite application with a DockPanelWorkspace as its main user interface area. Above this sits a MenuStrip with a window menu set as its MdiWindowListItem. Unfortunately, as I feared, the window menu isn't populated with the open views. Is there an equivalent in CAB that will populate a menu with a list of the open views i...

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 after installation? Some things I read seem to indicate that this should be the default behavior. Thanks ...

Creating cab files on CF 2.0

How to? what components do i need to have(platform builder?) ? Please be as clear as possible - I find that this subject is very hazy and most people just give you a very vague answer. I am running WInCE 5.0 with CF .net 2.0 Ultimately I need to create a self-updating application but I am going to start with creating a cab installer...

.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 folder called Program Files on Hard Disk. Now, My Device memory resets itself each time the machine is rebooted. Unfortunately, VS 2008 wo...

Compact-Framework: Windows Installer Question

Hi all, I've finally finished my killer app and now I've got a bit of an issue. I've created my cab file (builds fine and installs perfectly/runs perfectly on the PDA device) and now I'm trying to create my windows installer. I've followed an MSDN article of how to create the installer (see here), however it seems to be missing some in...

Cab Replace ALL FILES vs Replace one file

when the user clicks on cab file to update the app, I would like them to have the option to NOT replace all the files each time. Even though there are 2 choice in the dialogue that comes up, YES and YES TO ALL will replace ALL the files. ...

Install CAB file from FireFox or command line

I have a CAB file that contains a few DLLs, and an OCX ActiveX control, an OSD describing the contents, and an INF for installing the DLLs and ActiveX control. These are coming from a 3rd party, so I can't control anything except how they are distributed to the client. They are being used within a Java applet, and they work cross brows...

Icon doesn't show up in the CAB installer

I have added icon.ico file (custom made) in my VS project for smart device application. I also created a CAB installer project. The icon.ico is supposedly automatically appears as a shortcut icon, but it doesn't work for me. Do I have to add icon.ico to my CAB installer project manually? ...

Shortcut icon inside a cab file

How do I place the shortcut icon in the cab file? Can anyone shed some light on this? I searched online and found no info about this at all, except a claim that the icon used in the smart device project is automatically pulled into a cab. Well, it isn't so. It got pulled in once and after that when i CHANGED the icon it still shows an ol...

Does Windows Installer XML support CE installation files?

I want to know if Wix supports the CE platform. ie based on a list of components to produce a cab file that can be installed on Win CE and/or Win Mobile ...

Switching Modules in Composite Application Block

Hi All, I am new to CAB framework. After going through the sample GPS application I understood how a single module is loaded and its view is displayed. I have a project in which I have 3 forms. Should I create a single module with three different Views for this or should I create three different modules for this. If I create three vie...