cab

Windows Mobile Compact Framework Build Error: CAB file … could not be created

眉间皱痕 提交于 2019-11-29 10:58:25
I get the following error when trying to build a .CAB in visual studio on my new PC. The source is identical. The Registry warnings are not present on the old PC either. Windows CE CAB Wizard Warning: Section [RegKeys] has no data Warning: Section [DefaultInstall] key "AddReg" - there are no section entries to process Error: CAB file "D:\Dev\...\MyProject.CAB" could not be created ERROR: The Windows CE CAB Wizard encountered an error. See the output window for more information. No other errors show in the build log for the cabwiz.exe build step. Any suggestions? Move the source code to C:

makecab - create a cab file from all the files in a folder

江枫思渺然 提交于 2019-11-28 20:29:06
问题 I have bunch of files in a directory. I tried following makecab but it does not include all the files in a folder into the cab file. makecab /d "C:\Users\crtorres\Documents\- SouthPacific Project 2014\- Projects\Sales Doc Center\New Region" test.cab The following works but the cab file only has the manifest file. makecab manifest.xml test.cab 回答1: I've finally created a script that can actually do this properly (with powershell) It doesn't use WSPBuilder as I'm often contracted out and it's

Windows Mobile Compact Framework Build Error: CAB file … could not be created

冷暖自知 提交于 2019-11-28 04:08:46
问题 I get the following error when trying to build a .CAB in visual studio on my new PC. The source is identical. The Registry warnings are not present on the old PC either. Windows CE CAB Wizard Warning: Section [RegKeys] has no data Warning: Section [DefaultInstall] key "AddReg" - there are no section entries to process Error: CAB file "D:\Dev\...\MyProject.CAB" could not be created ERROR: The Windows CE CAB Wizard encountered an error. See the output window for more information. No other

Deploy C# ActiveX in a CAB for Internet Explorer use

被刻印的时光 ゝ 提交于 2019-11-27 07:29:41
I am desperately trying to deploy an ActiveX for IE developed in C# as a CAB archive. I have read many resources (some of them from StackOverflow) and it appears a lot of people are having the same problems. I have tried 3 solutions: a) creating a CAB VS project, b) manually creating a CAB using CABARC with a COM registration in INF and c) manually creating a CAB with launching msiexec . None of them worked. I even tried d) creating a bootstrapper which launches msiexec to no avail (because some people suggested simply launching msiexec on Vista can't work). I am running Windows Vista but my

Deploy C# ActiveX in a CAB for Internet Explorer use

社会主义新天地 提交于 2019-11-26 17:39:25
问题 I am desperately trying to deploy an ActiveX for IE developed in C# as a CAB archive. I have read many resources (some of them from StackOverflow) and it appears a lot of people are having the same problems. I have tried 3 solutions: a) creating a CAB VS project, b) manually creating a CAB using CABARC with a COM registration in INF and c) manually creating a CAB with launching msiexec . None of them worked. I even tried d) creating a bootstrapper which launches msiexec to no avail (because