Unable to run Zip 2 Secure EXE (Free) Version 14.5.0 - chilkat

I am using free version of Zip 2 Secure EXE and I keep getting the following error. I had done this 2 years ago without an issue. Also the Version created by is stamped as 15.0.0. Is the current download for 14.5.0 or 15.0.0? Can I get older version of the Zip 2 Exe which was working?
I have very old version of Zip 2 Secure EXE which doesn't launch setup.exe if I allow user to select custom folder.

Found working version here
http://zip-2-secure-exe.software.informer.com/download/
looks like latest version is buggy for larger sizes.

Related

Installing or building boost - Windows cannot access specified device, path, or file

I am try to get working boost with version 1_75_0-msvc-14.2-32 from https://sourceforge.net/projects/boost/files/boost-binaries/1.75.0/ or build my own 1.75 boost version, but every time when I try to install it from link above, or try to open b2.exe to build my own version, I am getting error
Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.
The main problem is that I can not find any log file from witch I can know what is causing this problem, so does anyone know what I should do?
I was also trying to run some other versions of installer and found that boost_1_75_0-msvc-14.1-64 version install without any problems, but this version is usless for me because I need 32x version
The remaining 1.75 versions of installer that I tried and give me same error as above was - 11.0-32, 11.0-64, 14.1-32, 14.2-32
I found the solution, my antivirus was blocking some msvc files

I simply want to upload a new build to an existing version. Keep getting ERROR ITMS-90062

I am trying to understand why I keep getting this error.
ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [0.0.2] in the Info.plist file must contain a higher version than that of the previously approved version [3.11]. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring"
Although we are building our app using Ionic / Cordova, the actual app is built using Xcode.
In Xcode 11.5, it is clearly marked as:
- Version: 3.11
- Build: 0.0.1
and when I go to AppStore Connect -> Activity, the current version that is marked as "Ready for Sale" is:
- Version 3.11
- Build 0.0.1
To me, it should be a simple process. It I have a small fix, I want this to be Version 3.11, Build 0.0.2
'Version' is for major fixes/new features, and 'Build' is for minor fixes (typos, color changes, other aesthetics).
Yes, when I try to upload Version 3.11, Build 0.0.2 to the Appstore Connect, I get the ERROR ITMS-90062.
Any advice? I really don't know what I am doing wrong.
Derek
Resolved! The lightbulb went off :)
Each approved app must have a new, increasing Version Number.
We can upload multiple builds to App Store Connect (and TestFlight), each with an increasing Build Number, for any Version Number. Only when testing is complete, then we submit one of those Builds for approval..and hence a new version bump.

Installing iCloud on XP PC

I'm trying to install iCloud on my Windows XP Pro (SP3) PC. Officially it's supported only for Vista and later, but this hack is widely claimed to work:
Open iCloudSetup.exe file and unzip its files including
Navigate to and open the iCloud.msi with Orca.
In the left table select LaunchCondition. Then change in the right table “VersionNT> = 600” to “VersionNT> = 200” and Save.
Run modified iCloud.msi and install.
Run iCloud Control Panel, located in the Windows Control Panel, and set up as you want.
I tried that promising solution in vain. It seemed to successfully install iCloud, but whenever I try to run it I get
this obscure error
After much fruitless searching I've not found out how to proceed from there and would appreciate advice please.
That trick worked with only the firs versions of iCloud Panel, the v1.0.
For the v2.1 doing the trick the installer ran ok, but when trying to run the iCloud Panel it showed the error you're refering to.
I had some computers running with that older version without any problem.
Try downloading the v1.0 version here:
http://icloud-control-panel-for-windows.uptodown.com/descargar/22412
If you want to try the trick with the v2.1 you have the installer here:
http://icloud-control-panel-for-windows.uptodown.com/
Remember you need to extract the MSI from the exe to do the trick. After running the exe check the %TEMP% folder to get the MSI file.

How can I protect my source code when deploying on different computers

I have a program I just finish writing in CFML (.cfm files) for my client, but I don't want my client to see the source code. I will install the software on his computer. I tried using the compile.bat but when I install it on the other computer, it gives an error (java language...). What are my options?
#Bardware is correct: the target machine needs to have the same major version of Java as that which you compiled the code with, and probably for good measure the minor version should be the same or greater.
You can - of course - confront this from the other direction: find out what version of Java they have running, and compile to that version. However they will still need to be running at least the minimum Java version that is supported for the intended version of ColdFusion.
Also it's vital to note #Bardware's comment against the question itself:
cfcompile.bat calls findjava.bat. There a variable JAVACMD is set.
Coldfusion prefers the JAVA that resides within the CF installation
folder. That is an issue, since CF came with JAVA 7 but might be set
to run with JAVA 8 in the jvm.config. You might resolve the variables
from the command afterdeploycompdir and compile without using the bat
file.

Install additional version of WebStorm on same Mac machine

Few years ago I did buy WebStorm version 6.
Day ago I renew my License and get WebStrom version 10.
My question is can I install new WebStorm( v.10 ) on same MAC machine with (v.6 ) ? And don't break previous v.6 installation.
And also use both version for different projects.
Thanks, Herclia
I have done it with IntelliJ by renaming the existing app.
Also when you attempt to move the new one into Applications folder you will get a prompt "WebStorm already exists in this location." with the options to Keep Both, Stop or Replace. If you choose Keep Both the new one will have "copy" appended to the name.
A possible problem though is that when you open your project in the newer version it might get upgraded. Not sure if you will be able to open it in the older version.