cab is the file extension for the Cabinet archive format used in Microsoft Windows.
Questions tagged [cab]
297 questions
0
votes
1 answer
Problem opening views
I sometimes get this error message when I'm trying to open a view and the only way I've been able to fix it is if I close and restart Visual Studio, Is anyone familiar with this problem. It's in a CAB project
Could not load file or assembly…

Domitius
- 475
- 6
- 17
0
votes
1 answer
Add Popuop menu tool in CAB Main Menu Extention site
I am developing application using CAB and i am using Infragistics CAB Extensibility kit.
I am facing one problem. i am unable to create Popup menu tool in Main menu. It shows me only Popup menu tool text and image and does not show Child button…

Mohsan
- 2,483
- 6
- 47
- 62
0
votes
0 answers
Can't open .cab file
I have a SharePoint Template that was created by a different developer I don't have the VS Solution for it. I downloaded it as .wsp file but I couldn't view it which made me change it to .cab I received the "can't open file" error. To solve it I…

AlwaysLearning
- 35
- 2
- 8
0
votes
2 answers
C# for Winmo6.5: How to export Cab?
Okay so let's say my application is ready and I need to export cab file so I can install it on my phone. How can I do that?

jM2.me
- 3,839
- 12
- 44
- 58
0
votes
2 answers
Compact framework application gets deleted when the battery dies
I am developing an application in C# .Net 3.5 Compact framework for a Handheld Computer which runs on Microsoft Windows CE 6.0.
I am able to create the installer and run the application, the hurdle what I am facing right now is, say the battery…
0
votes
1 answer
Installing addon for IE11 via Powershell/CMD
I am writing a Powershell script that sets up new computers at my workplace. One of the things I am trying to do is install an Internet Explorer 11 addon that normally installs when a user first visits a particular website. Upon first visit, a popup…

GFC_
- 11
- 1
- 5
0
votes
2 answers
How to extract a Win32 Cabinet Self-Extractor without executing the extracted file then
For a coursework, I have to analyse a malware.
It is a .EXE Win32 Cabinet Self-extractor file. (that's how windows see it, it actually start with 4D 5A 00 03 Hex).
When run, it extract all the files in a folder created, run the malware (batch/VBS…

Tosch
- 1
- 1
- 1
- 3
0
votes
1 answer
Webview, startActionMode() is not called
I need to have a customized text selection menu (CAB) in my Webview.
As this question is answered, I override startActionMode method, and it works fine
THE PROBLEM:
In some devices (two huawei devices as far as I tested) webview shows android…

Joe
- 341
- 2
- 11
0
votes
3 answers
How extract deployment files from MSI database
MSI database contains set of tables, and I can successfully enumerate File table, which has all deployable file' meta-deta. What I need to extract is the actual contents of those files. msiexec, lessmsi, 7-zip all can do it, but I couldn't find any…

Ajay
- 18,086
- 12
- 59
- 105
0
votes
2 answers
Adding an external CAB to an MSI with an internal one
I have a visual studio installer (vs2015) that installs an application. I want it to also install a set of configuration files, the contents of which vary by physical install location, that will be delivered as a cab file in the same directory as…

Traz Daczkowski
- 15
- 6
0
votes
1 answer
How to deploy an ActiveX control through JavaScript/jQuery DOM methods?
I have a page that needs to be able to invoke the installation of an ActiveX control through JavaScript. I have tried a few DOM-centric methods, but have not been able to get anywhere. If the ActiveX is already installed, I can get it to load, but I…

Taudris
- 1,413
- 1
- 15
- 23
0
votes
0 answers
How can I implement fare calculation in my cab-booking app? Not necessary, but for reference I am following simcoder from youtube
I have implemented the code from https://www.youtube.com/watch?v=lRl3W5V9Q4c&lc=z22gw1gxlm3iilimwacdp43au1edt1ner1qfnff0on1w03c010c.1510919366304981
Now I need to implement fare estimation and FINAL fare calculation.
I want to make a fully…

magnetoWasRight
- 1
- 3
0
votes
1 answer
CAB with UltraDockWorkspace
I am using CAB and SCSF for my application and i am using CAB Extensibility Kit from Infragistics
I followed this article. The sample has three projects. Shell form . common and SmartPartLib
Infragistics CAB Extensibility Kit
in SmartPartLib project…

Mohsan
- 2,483
- 6
- 47
- 62
0
votes
0 answers
Is there a way to compile a c# program that generates a .exe and .pdb into a .cab and .inf?
Here's the situation:
I'm working with Jenkins and I recieved a program made in C# with Visual Studio 2008. Now, I can compile it via commands with the msbuild command, but it generates the files that I said in the title up above, .exe and .pdb but…

Pol Alcarria
- 3
- 2
0
votes
1 answer
Compact Framework 2.0 for Mobile Device (Handheld)
I am trying to put an application developed in VB in VisualStudio 2008 on a Juniper Allegro2 device...
The problem is that nn my desktop I have Compact Framework 2.0 v2.0.50727 and I cannot find a .CAB file to install the 50727 version on the…

nyym
- 1
- 2