0
votes
3answers
22 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 …
0
votes
1answer
88 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
58 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
131 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
34 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
60 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
39 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
70 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
1answer
23 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
128 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
208 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
136 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
2answers
614 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
1answer
112 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
3answers
134 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 …
