cab

Install CAB file from FireFox or command line

风格不统一 提交于 2019-12-22 00:08:09
问题 I have a CAB file that contains a few DLLs, and an OCX ActiveX control, an OSD describing the contents, and an INF for installing the DLLs and ActiveX control. These are coming from a 3rd party, so I can't control anything except how they are distributed to the client. They are being used within a Java applet, and they work cross browser, but only IE seems to support actually installing the CAB file. The installation is being done via: <OBJECT classid="clsid:actual-class-id-here" NAME="name"

What is the difference between Media and MediaTemplate in WIX?

最后都变了- 提交于 2019-12-21 07:16:45
问题 Is there are manual cabinet file's preparing VS automatic cabinet file's creation during building wix project? Or may be this is something else ? 回答1: MediaTemplate replaced Media and is available starting in WiX 3.8. Take a read at: WiX and cabinetry Basically the Media element took a lot of code to describe what to do when you had more then 1 CAB file. The MediaTemplate element is syntactical sugar that reduces this to one line. Many smaller installers with just 1 CAB won't care one way or

How to create the inf file for a smart device cab project from command line?

青春壹個敷衍的年華 提交于 2019-12-21 04:30:21
问题 I am trying to get my continuous integration to create build the smart device cab project from within msbuild on the command line. Everything that I have found says to use the inf file (with cabwiz) created when you build the project from within visual studio. Is there a way to create the inf using the .vddproj file so that I can then use it with cabwiz.exe? 回答1: Your best bet is either to run devenv.exe (or devenv.com) from the msbuild task, or to steal the INF that Visual Studio generates

Extract CAB files with PHP

﹥>﹥吖頭↗ 提交于 2019-12-20 03:13:25
问题 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. 回答1: Without external tools like cabextract this won't work. PHP has no functions for this. 回答2: This is unfortunately too long as a comment. I wrote a PHP based cab-archive reader a long time ago. Seeing how there is still interest, I put the sources online with the caveat that the project is not pretty, rather limited

Issue with .cab file (ActiveX) installation on Windows Vista and 7

无人久伴 提交于 2019-12-20 02:12:59
问题 I have made an ActiveX control and have made its .cab file for automatic installation on client machine using Internet Explorer.. It working fine of Windows XP, but on windows Vista and Windows 7 its installation is blocked by UAC (User account control), and when I disable it, all things works fine... I have signed my .cab file with a certificate for development enviornment... What is the way to over come this problem.. I don't want to tell users to disable their UAC module... 回答1: Most

Cannot find Region in RegionManager (using PRISM)

戏子无情 提交于 2019-12-20 01:38:14
问题 I'm writing an application in Prism. I have a user control and contains two <ContentControl> controls. These both have Regions assigned to them. The usercontrol is being hosted in a Window that is being shown using ShowDialog() . I'm adding the one of my views to a region using view discovery and the other I want to inject the view into its region. The view discovery works fine. However when I try and reference the other region to inject the view I get the exception: KeyNotFoundException The

Where can I get the cabarc utility?

◇◆丶佛笑我妖孽 提交于 2019-12-18 11:04:09
问题 I'm trying to compile a program which uses cabarc.exe , but I don't have cabarc.exe . The problem is that the Microsoft Cabinet SDK is no longer available so I can't get it from there either. Where can I get this file? P.S. I'm looking for a download from a trusted source such as microsoft.com 回答1: It appears that the cabarc.exe utility has been replaced with makecab.exe , which comes with Windows [source] . It should be located in: C:\WINDOWS\system32 The cabarc documentation can be found

Deploy a Desktop Shortcut to a Device running Windows CE 4.2 (VS2005)

怎甘沉沦 提交于 2019-12-18 10:57:22
问题 I have an application written using VS2005 in C# targeting the Compact Framework 2.0 SP2. As part of the solution, I have CAB deploy project which deploys to the device without a problem. What I can't do is create a shortcut to my application on the devices desktop. I have spent several hours reading various bits of documentation (why is the search at the MSDN site so bad?), followed the instructions but no joy. What I've done is: Add the "Windows Folder" node to the File System Created a

ActiveX, installation doesn't work

风流意气都作罢 提交于 2019-12-17 07:51:44
问题 I want to create and deploy an ActiveX plugin, somethign really small. I just want to display a message box. I've created a library project for it and compile it to a DLL. The plugin works when I register the dll via command line ( regasm ) on one machine. So I now need to create an installer, put it inside a CAB file and sign it. I've installed Visual Studio 2008 to use Setup Project project (but I can use the InstallShield from 2010+ if anyone can explain how to do it). I add my dll to the

ActiveX, installation doesn't work

微笑、不失礼 提交于 2019-12-17 07:51:19
问题 I want to create and deploy an ActiveX plugin, somethign really small. I just want to display a message box. I've created a library project for it and compile it to a DLL. The plugin works when I register the dll via command line ( regasm ) on one machine. So I now need to create an installer, put it inside a CAB file and sign it. I've installed Visual Studio 2008 to use Setup Project project (but I can use the InstallShield from 2010+ if anyone can explain how to do it). I add my dll to the