0
votes
1answer
16 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
57 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
34 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
189 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 …
2
votes
0answers
29 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
1answer
94 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
1answer
195 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
0answers
62 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
75 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 …
1
vote
1answer
50 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
81 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
1answer
31 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.
0
votes
2answers
143 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 …
0
votes
2answers
235 views
Install .cab file outside of IE
Our company’s computers are locked down so users cannot install anything. Now, we have just bought a service that requires the download and install of a cab file.
When I go to the web page with this …
0
votes
1answer
157 views
Debug Installation Of ActiveX Control in Internet Explorer…
I have an ActiveX control that runs on a website, where the old version installed fine. Of course it runs and installs perfectly on the development computer. The new version is versioned with a new …
