Print Page | Close Window

Multiple versions of Suite Pro

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=19503
Printed Date: 30 January 2025 at 8:28pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Multiple versions of Suite Pro
Posted By: Arnoutdv
Subject: Multiple versions of Suite Pro
Date Posted: 20 February 2012 at 3:35am
Currently all our tools are built using Suite Pro v13.0.0

I want to upgrade to the most recent version, but not all our products will be recompiled using the most recent version.
So I'd like to have both versions of Suite Pro on my development machine and use v13.0.0 for some projects and use the current version in other projects.

The same for client installations. They can receive a application which will require the recent version (of course with a new installer), but will also have applications requiring v13.0.0 on their machine.

The answer I got from the sales department was:
Quote No, the tech staff recommends using only one version because of possible file name errors.

But the path for a single OCX on my machine is:
C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v13.0.0\Bin\Codejock.SkinFramework.v13.0.0.ocx

Any experience with using multiple versions of SuitePro?


-------------
VB6 SP6, SuitePro 16.3.0 / 18.2.0, Win10/64



Replies:
Posted By: gibra
Date Posted: 22 February 2012 at 1:40pm
Yes, I work for more versions in the same machine.
 
Unfortunately, when you open a project that work with a previous version, vb6 ask each time tu update for new version.
In the projects that you don't want to update, open the project file (VBP) with notepad, and add this line:
 
NoControlUpgrade=1
 
at the position like you see below:
...
IconForm="frmMain"
Startup="Sub Main"
HelpFile=""
NoControlUpgrade=1
Title="Project1"
ExeName32="Project1.exe"
Command32=""
....
 
The project don't longer require to update.
 
 


-------------
gibra
CJ SuiteControl v: 13.x to 19.x
Windows 10 64bit
VS2019 - VB6.0 SP6
<a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8


Posted By: Arnoutdv
Date Posted: 23 February 2012 at 11:48am
I just bought the most recent version of SuitePro.
Thanks for the tip on unchecking "Upgrade ActiveX Controls"

Will first update all my projects and then install the new versions of SuitePro.


-------------
VB6 SP6, SuitePro 16.3.0 / 18.2.0, Win10/64



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net