cab

Adding cabinet file to msi programatically with DTF (wix)

混江龙づ霸主 提交于 2019-12-11 20:33:37
问题 Introduction to the Task at hand: can be skipped if impatient The company I work for is not a software company, but focus on mechanical and thermodynamic engineering problems. To help solve their system design challenges, they have developed a software for calculating the system impact of replacing individual components. The software is quite old, written in FORTRAN and has evolved over a period of 30 years, which means that we cannot quickly re-write it or update it. As you may imagine the

Delete a registry value using a CAB installer

大憨熊 提交于 2019-12-11 19:59:41
问题 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-developers.com/showthread.php?t=415990, but I was hoping to find a way to do it using VS2005 or VS2008 and in an easier way. (I did not even start to try the instructions on that post) 回答1: Yes.. you can.. But u need to mention the proper registry value.. see this link for more info.. 来源: https://stackoverflow.com/questions

Webview, startActionMode() is not called

心已入冬 提交于 2019-12-11 15:05:49
问题 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 default menu, and startActionMode method is not called at all. I override other methods and the only method which gets called when I select some text is showContextMenu() . I considered using a JS solution for this case, but I prefer to solve the issue

Contextual ActionBar hides when I click on hardware backbutton and the keyboard is out

久未见 提交于 2019-12-11 11:16:48
问题 I am using the Contextual ActionBar for editing and when I have the keyboard shown and I want to hide it by pressing the hardware back button, it hides the keyboard but it also cancels the contextual actionbar and I really can´t find a way how to keep it on. Anyone? 回答1: You should try to override the Back Key hardware, and handle the expected behaviour with a boolean as follows: // boolean isVisible to retrieve the state of the SoftKeyboard private boolean isVisible = false; // isVisible

Is there a “ZIP project” in Visual Studio? [closed]

纵然是瞬间 提交于 2019-12-10 17:35:37
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . In Visual Studio there are several "Setup and Deployment" projects, one of these is " CAB Project ". But I actually want a simple "ZIP

ActiveX not working properly with default security settings

随声附和 提交于 2019-12-10 11:48:20
问题 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 made a .cab installer (ICD - Internet component downloader), and have signed my .cab file and ActiveX .dll file with a test certificate. when I hit the html page from my browser the installation parts works fine with default security settings of IE, but at the end it seems that nothing is installed and a red cross is

editing pre-existing cab files/installer files

浪子不回头ぞ 提交于 2019-12-10 10:10:02
问题 I'm currently trying to make a download/install file for a CD, and I've never done this or written any type of coding before so I'm somewhat at a loss. When we last created an installer package (I wasnt employed yet) we used InstalShield, but that was decades ago, and we cant aford the 500$+ price to get it again. Currently I'm trying to work off the old download package we have. There is the Windows Installer Package (made by InstalShield) called CD Cat v6.msi, and then another file called

Extract .cab file in C#

社会主义新天地 提交于 2019-12-06 11:40:32
问题 I am developing a c# application and I a need to extract a cab file. I couldn't find a library that does that in C# ) I cannot use Microsoft.Deployment.Compression.Cab.dll because of a licensing issue. I found this code, but the problem is that when I use it I am able to find and extract only the first file in the cabinet. OutputFileClose is called only if OutputFileOpen returns something either then IntPtr.Zero. but if OutputFileClose is calles, then the enumeration is stopped. So for this

Managed Extensibility Framework (MEF) vs. Composite UI Application Block (CAB)

不羁岁月 提交于 2019-12-06 02:49:10
问题 We are currently looking at either using CAB or MEF for our next application. I didn't see any examples on codeplex of how event brokering is handled for sibling control communication, maybe I missed it. How does inter-control communication work in MEF? Also, we are planning on using Infragistics which has provided additional components for the CAB framework. How well will Infragistics controls integrate into MEF? Overall, is MEF worth pursuing for a decently large, 15,000 hours of strictly

editing pre-existing cab files/installer files

十年热恋 提交于 2019-12-05 20:02:50
I'm currently trying to make a download/install file for a CD, and I've never done this or written any type of coding before so I'm somewhat at a loss. When we last created an installer package (I wasnt employed yet) we used InstalShield, but that was decades ago, and we cant aford the 500$+ price to get it again. Currently I'm trying to work off the old download package we have. There is the Windows Installer Package (made by InstalShield) called CD Cat v6.msi, and then another file called CDcatv6.exe (wich launches a window for the customer to browse options) and then a file called Data.cab