Questions tagged [cab]

cab is the file extension for the Cabinet archive format used in Microsoft Windows.

297 questions
0
votes
0 answers

How can I add files to a cab-file from VBA, using cabinet.dll API calls?

Cabinet.dll provides a collection of functions to compress/extract files and manage CAB files. I'd like to use it with VBA. There are few examples online using these features in VBA. I want to add individual files to an existing CAB. That might be…
johny why
  • 2,047
  • 7
  • 27
  • 52
0
votes
1 answer

Composite UI Application for asp.net

Do we have Composite UI Application equivalent for asp.net MVC? Can SCSF be used with ASP.NET ?
Pushpendra
  • 820
  • 7
  • 11
0
votes
0 answers

QR Code size randomly changes when printed - CAB SQUIX 4 M - JScript programming language

I have a weird issue when printing QR Codes on CAB Squix 4M printer. Randomly happens that the QR Code size changes (will be bigger then normal). Snippet of the label : B 21.7,2.0,270,QRCODE,0.48;X-HM://0066F33LTBD61 The input is always the same…
LYR
  • 37
  • 1
  • 8
0
votes
1 answer

Icon doesn't show up in the CAB installer

I have added icon.ico file (custom made) in my VS project for smart device application. I also created a CAB installer project. The icon.ico is supposedly automatically appears as a shortcut icon, but it doesn't work for me. Do I have to add…
sarsnake
  • 26,667
  • 58
  • 180
  • 286
0
votes
1 answer

Include DirectX installation in my Plugin installation

I have a browser plugin written in FireBreath and have a msi package genearted. I packed the msi in a cab file in order to provide IE users automatic installation. However, my plugin use DirectX, so I would like to install DirectX along with my…
sara
  • 3,824
  • 9
  • 43
  • 71
0
votes
1 answer

Java extract .cab files

I want to extract files from a .cab file and save them. I could not find any useful information on other questions and on GitHub there is no documentation. For now I can iterate through all entries (2 text files) with CAB Parser but I cannot find a…
0x44656E6E79
  • 1,053
  • 3
  • 14
  • 21
0
votes
2 answers

Add a directory to a CAB project in Visual Studio 2008

We just recently converted our help file from the CHM format to HTML. Since our installer is Wix, rather than add each new file to the installer, I set up a build of a 7-Zip SFX file that takes every document in our Webhelp folder and packages it…
codewario
  • 19,553
  • 20
  • 90
  • 159
0
votes
1 answer

TFS2008 - packaging in MSI and cab file for installer project

I am using automated build and installer project to create msi file in TFS 2008. There I need to create a big folder structure having thousands of file and having size of hundreds of MB on user machine when user installs using MSI file. Using TFS…
vs.ren
  • 1
  • 1
0
votes
0 answers

How to unpack *.cab file via CMD?

I want to extract contents of a *.cab archive using CMD. Here's my code: EXPAND C:\Source\data1.cab -F:* D:\Destination As a result I get a copy of data1.cab in D:\Destination. What's wrong?
SagRU
  • 448
  • 4
  • 17
0
votes
1 answer

use devenv to build smart Smart Device CAB project with specified configuration

I have a Visual Studio 2008 solution with a Smart Device CAB project. I am working on automating the release process. I am using devenv to build the inf file that I use to build the CAB like this: C:\programming\acs_reader2>"C:\Program Files…
still_dreaming_1
  • 8,661
  • 6
  • 39
  • 56
0
votes
1 answer

Can I package and utilize a dll with an MFC ActiveX Control Object?

I've been able to create a signed CAB file for web deployment containing my control and dll, but my control seems unable to access classes and functions in my dll even though it is listed as a dependency in the CAB's inf file. For all my research,…
user645379
  • 21
  • 4
0
votes
3 answers

Creating cab files on CF 2.0

How to? what components do i need to have(platform builder?) ? Please be as clear as possible - I find that this subject is very hazy and most people just give you a very vague answer. I am running WInCE 5.0 with CF .net 2.0 Ultimately I need to…
sarsnake
  • 26,667
  • 58
  • 180
  • 286
0
votes
1 answer

Mobile application icon showing in low res instead of hi res

We developed an application for windows mobile 6.5 devices which has an icon which we created with IcoFX based on a hi res .PNG. It has all the icons from 256x256 with alpha transparency down to the lowest resolution and color depth possible. I…
Jeroen
  • 4,023
  • 2
  • 24
  • 40
0
votes
1 answer

CAB installer cannot copy System.dll, mscorlib.dll and mscorlib.tlb

When installing my application, using a CAB installer, it fails to copy System.dll, mscorlib.dll and mscorlib.tlb and then fails to install. I created a Windows Forms Application that I want to run in device running Windows CE 5.0. I followed the…
Breno Rios Ramos
  • 419
  • 1
  • 6
  • 13
0
votes
1 answer

What's the equivalent of MdiWindowListItem when using a DockPanelWorkspace?

We have a composite application with a DockPanelWorkspace as its main user interface area. Above this sits a MenuStrip with a window menu set as its MdiWindowListItem. Unfortunately, as I feared, the window menu isn't populated with the open…
Simon
  • 25,468
  • 44
  • 152
  • 266