cab is the file extension for the Cabinet archive format used in Microsoft Windows.
Questions tagged [cab]
297 questions
0
votes
1 answer
How to repackage xml into cab?
I am trying to implement a list item reordering feature in sharepoint 2010 using this tutorial
http://sharepointjim.wordpress.com/2012/05/10/how-to-enable-list-item-re-order-in-any-sharepoint-2010-custom-list/
but I am stuck on this step:
Repackage…

omega
- 40,311
- 81
- 251
- 474
0
votes
1 answer
Adding files to Installshield cabinet
I am trying to add a file (licence information) to a several Installshield installers, to save storing the files seperately.
I have downloaded InstallShield 2012 trial, but don't have the project files.
Is this possible (no matter how hard the steps…

user66001
- 774
- 1
- 13
- 36
0
votes
1 answer
CAB file extraction into different path depending on WinCE ver
I've tired many ways to create the CAB file for install to different path depending on an operation system in that Handheld device. I known a little that we can fix the condition to make a selective path in the file "setup.xml" but i've no any idea…

Stoper
- 41
- 5
0
votes
1 answer
How to create .cab file from .exe file to install from web page?
I have .exe file to install an activeX control.
And now I want to create a .cab file to install that activeX control from web page.
How can I do that?
For ex an expected result: when I visit the web page and it prompts to me to install and I click…

manh.phi
- 111
- 3
- 7
0
votes
1 answer
extract cab file and execute the exe file(inside the cab file) automatically
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 inside should be executed as well. Is this possible? My hunch is that this…

junmats
- 1,894
- 2
- 23
- 36
0
votes
1 answer
c# SmartDevice Cab Installer with .net runtime installer included
I need to be able to create an install in vs2008 that will install my app and setup .net cf on the smartdevice, because my app requires it.
Is this possible. If so, how can be it be accomplished.
Chris

Chris Norris
- 161
- 1
- 3
- 14
0
votes
1 answer
same componentGUID for two different entries in the Component Table of msi database
I am working with the packaging of certain assemblies into an msi package. while doing this I have an requirement that I need to put the some assemblies into the local file system as well as in the GAC of the target machine. As we know the…

dev
- 191
- 1
- 4
- 14
-1
votes
1 answer
Windows RSAT Features On Demand offline installation through DISM not working
Afternoon,
I am currently trying to install RSAT DNS Tools and Volume Activation Tools through DISM using PowerShell on a computer without internet. My environment is widely off the internet and thus not able to do this the normal way. I have the…

Fitzgery
- 558
- 5
- 14
-1
votes
1 answer
how to force Terminal to make reset after installing my cab?
how to force Terminal to make reset after installing my cab ?
i made C# program and cab for WinCE
thanks in advance

Gali
- 14,511
- 28
- 80
- 105
-1
votes
1 answer
Unzip cab files in a folder, only certain filetypes and rename
I am trying to solve a unzipping a lot of cab files problem and I managed to create a frankenstein script below from different scripts that does what i need but I am having a lot of problems figuring out the very last step and I need a lil nudge to…

drLecter
- 197
- 3
- 18
-1
votes
1 answer
Access .cab file from CRM 2011 HTML webresource
I have created one .cab file which contains a C# dll and I need to use that as ActiveX control in MSCRM2011 webresource. So, where shall I keep this .cab file, so that it should be accessible in CRM HTML webresource to create ActiveX control?

Charan Raju C R
- 758
- 5
- 21
- 43
-3
votes
1 answer
how to install a c#.net com dll with cab file
how to install a c#.net com dll with cab file.
I am having a .net com dll(active x) , how to install this by using cab files.

Sun
- 29
- 7