简体   繁体   English

蓝棱镜并排或安装多个版本(不同)的可能性/方法

[英]Possibility/Method of Side by Side or Installation of Multiple verisons(different) of Blue Prism

Following is the scenario that i am currently facing以下是我目前面临的情况

  • Blue Prism Databases蓝棱镜数据库
    • Local (SQLExpress)本地 (SQLExpress)
    • Database Server on Network网络上的数据库服务器

The Production code is on Database server and currently using Blue Prism Version 5. To learn about new features of Blue Prism Version 6.6, I want to use the local database.生产代码在数据库服务器上,目前使用的是 Blue Prism 版本 5。要了解 Blue Prism 版本 6.6 的新功能,我想使用本地数据库。

But AFAIK, Blue Prism doesn't support side-by-side installations of two different versions.但是 AFAIK,Blue Prism 不支持两个不同版本的并排安装。

The laptop I am using is company provided and I have to use the same for Version 6.6.我使用的笔记本电脑是公司提供的,我必须在 6.6 版中使用相同的笔记本电脑。

Is there any way to have side-by-side installations of different versions of Blue Prism on a single machine.有没有办法在一台机器上并行安装不同版本的 Blue Prism。

FYI, I cannot use any virtualization tool due to security policies.仅供参考,由于安全策略,我无法使用任何虚拟化工具。

Thanks in advance.提前致谢。

As you allude to, this behavior is likely unsupported by the Blue Prism Limited entity.正如您所提到的,这种行为可能不受 Blue Prism Limited 实体的支持。 If there's any unexpected or even destructive behaviors resulting from running two different Blue Prism versions side-by-side, it's likely Blue Prism will not be able to help you.如果同时运行两个不同的 Blue Prism 版本而导致任何意外甚至破坏性行为,则 Blue Prism 可能无法帮助您。

However, there are legitimate rationales for wanting to run two separate versions side by side - the steps you'll need to take will depend on exactly the scenario you're encountering.但是,想要并排运行两个单独的版本是有正当理由的——您需要采取的步骤将完全取决于您遇到的情况。


If you have an older version and need to install a newer version alongside:如果您有旧版本并且需要安装版本:

  1. Download the desired MSI installer from the Blue Prism Portal .Blue Prism Portal下载所需的 MSI 安装程序。
  2. Perform the installation normally, except when reaching the "Destination Folder" screen, choose an alternative installation location for the new version.正常执行安装,除非到达“目标文件夹”屏幕,请为新版本选择其他安装位置。

    Usually, when I do these side-by-side installations, I tack on the version number I'm installing to the end of the "Blue Prism Automate" folder's name (example below):通常,当我进行这些并行安装时,我会在“Blue Prism Automate”文件夹名称的末尾添加我要安装的版本号(如下示例):

    Blue Prism 设置 - 目标文件夹

  3. Complete the rest of the installation as usual.像往常一样完成其余的安装。 Once complete, you'll be able to run both versions of Blue Prism simultaneously.完成后,您将能够同时运行两个版本的 Blue Prism。


If you have a newer version and need to install an older version alongside, or the first method doesn't work (slightly more difficult):如果您有较新的版本并且需要同时安装较旧的版本,或者第一种方法不起作用(稍微困难一些):

  1. Download the desired version's MSI installer from the Blue Prism Portal .Blue Prism Portal下载所需版本的 MSI 安装程序。
  2. Acquire a copy of Microsoft's Orca utility ( more info ), which is available as part of the Windows SDK .获取 Microsoft 的 Orca 实用程序的副本(更多信息),它作为Windows SDK 的一部分提供。 You'll need to follow the instructions outlined in this SO answer very closely to get Orca installed.您需要非常密切地按照此 SO 答案中概述的说明安装 Orca。
  3. Open Orca and use it to open the Blue Prism MSI you downloaded in Step 1.打开 Orca 并使用它打开您在步骤 1 中下载的 Blue Prism MSI。
  4. Navigate to Tables > LaunchCondition and remove the NOT WIX_DOWNGRADE_DETECTED condition.导航到Tables > LaunchCondition并删除NOT WIX_DOWNGRADE_DETECTED条件。

  5. Launch the Blue Prism installer you just modified in Orca and run the installation process normally, except when reaching the "Destination Folder" screen, choose an alternative installation location for the older version.启动您刚刚在 Orca 中修改的 Blue Prism 安装程序并正常运行安装过程,除非在到达“目标文件夹”屏幕时,为旧版本选择其他安装位置。

    Usually, when I do these side-by-side installations, I tack on the version number I'm installing to the end of the "Blue Prism Automate" folder's name (example below):通常,当我进行这些并行安装时,我会在“Blue Prism Automate”文件夹名称的末尾添加我要安装的版本号(如下示例):

    Blue Prism 设置 - 目标文件夹阶段

  6. Complete the remainder of the setup process normally.正常完成其余的设置过程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 MySQL的并行安装 - Side by side installations of MySQL 将Visual Studio 2008与Visual Studio 2010并排安装(已安装) - installation visual studio 2008 side by side with visual studio 2010 (has been installed) 如何制作\\分发不需要在客户端安装SQL Server和其他依赖项的Windows窗体应用程序 - How can I make\distribute windows form application that doesn't require installation of SQL Server and other dependencies at client side Hadoop安装的不同方式 - Different ways of hadoop installation 使用WIX来安装同一IIS站点的并行版本 - Use WIX to install side by side versions of the same IIS site 在Cakephp旁边安装Wordpress - Installing Wordpress along side Cakephp Inno Setup - 一次安装中的多个软件版本 - Inno Setup - Multiple software versions in one installation CentOS7上安装Python3.10导致文件类型不同 - Python3.10 installation on CentOS7 results in a different file type 在Windows Server 2003 Enterprise Edition上并排安装SQL Server 2008 R2和MySQL是否安全? - Is it safe to install SQL Server 2008 R2 and MySQL side-by-side on Windows Server 2003 Enterprise Edition? C#安装 - 同时在多台计算机上安装软件 - C# Installation - Install software on multiple computers simultaneously
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM