Tagged Questions

0
votes
1answer
31 views

C#/.NET: Creating a CAB and adding files to it without an external library

I'm aware there is a similar question but the marked answer provides a link to an external library which requires several dependencies to be installed on the user's machine. I don't need extraction …
0
votes
1answer
22 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
77 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. …
2
votes
0answers
47 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 …
0
votes
3answers
41 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 …
0
votes
1answer
237 views

CAB installation failing on new Windows Mobile 6.5 devices

We use a CAB file through a webpage to deploy our mobile application to our customers. Now with the new Windows Mobile 6.5 devices, the cab file is downloaded as a .tsk file (when using the new …
0
votes
1answer
113 views

ActiveX not working properly with default security settings

I have written an ActiveX control in C# and have made it working using regasm command, and it works fine as long as the security level is set to low.. Then as a next step I have made a .cab installer …
0
votes
0answers
75 views

How to make .inf file for my .cab file ActiveX Installation

I have made an ActiveX controll (.dll) file.. I want to test it in my development enviornment.. I am signed it with the a test certificate I have created on my machine.. Now the next step is I want to …
0
votes
1answer
240 views

Reading from ServiceReferences.ClientConfig in WCF in Silverlight 3 in a dynamically loaded .xap file

I'm using Silverlight 3 Prism (CAB) with WCF When I call a WCF service in a Prism module, I get the same error: "Could not find default endpoint element that references contract 'IMyService' in the …
0
votes
1answer
36 views

Extract CAB files with PHP

Running PHP on IIS6, how can I open and extract the contents of a CAB-file? Is there any way of doing this witout using exec? I don't have permission to run stuff with exec.
1
vote
1answer
56 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 …
0
votes
1answer
80 views

Delete a registry value using a CAB installer

Is it possible to delete a registry key using a CAB installer that is generated using VS2005? The CAB is targeted at Windows CE 6. Edit: I did find this …
0
votes
0answers
23 views

Programmatically configure an EntLib CAB CacheManager

Currently I'm having to include a significant chunk of XML in the app.config to get the CAB CacheManager going and I'd rather hide the configuration away in my code. Is there any way to …
0
votes
1answer
90 views

SCSF: display view from another view against button click

hi. i am facing one problem in SCSF. I have two workspaces MdiWorkspace DeckWorkspace i have two views in a module Viewer (display in mdiworkspace) Property Viewer (in deckworkspace) in …
0
votes
2answers
160 views

Deploy system DLL inside CAB file

I’m looking for a way to deploy a system DLL within my ActiveX CAB file. CAB cannot update system file and whole installation fails. Perfectly, I would like to copy the DLL into ActiveX installation …

1 2 3 next
15 30 50 per page