0
votes
0answers
38 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 …
0
votes
1answer
34 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 ma …
0
votes
1answer
65 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 …
0
votes
0answers
12 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 ne …
0
votes
1answer
43 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 http://forum.xda-develop …
1
vote
1answer
35 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 la …
0
votes
1answer
17 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
1answer
57 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 deckw …
0
votes
2answers
116 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 Ac …
0
votes
2answers
194 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 th …
0
votes
1answer
109 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 v …
0
votes
1answer
102 views
How do I put a shortcut on the Programs menu on Windows Mobile in the installer cab?
Where do I put the shortcut icon for my mobile application in the Installer project for a Windows Mobile project so that when the cab is installed the icon will show on the Program …
0
votes
2answers
538 views
extract cab file and execute the exe file(inside the cab file) automatically
Hi! I have a cab file(w/ an executable file inside) embedded on my webpage. When the user access the page the cab file will be automatically extracted and the executable file insid …
0
votes
3answers
125 views
How to prevent Windows (Mobile) installer from overwriting registry key values
Hi!
I'm wrapping up a Windows Mobile (6.1) app I've written and everything goes fine and dandy, but I've got one nasty problem: My app needs a few registry keys for settings and I …
3
votes
3answers
530 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 communica …
