What's new

Publishing Alibre powered software and Integrations in an open source way.

stepalibre

Alibre Super User
I am being as open and transparent as possible, sharing information as I learn. I believe in experimentation and understand how difficult it can be to get started. This is a public support ticket. I will post updates here. A support ticket will be created. Starting a company but this is all open source MIT licensed work. My Alibre code will be open source until I get banned from the forum. As I make progress this need to be resolved. This concerns both automated build and deployment. I assume you need Alibre installed and licensed on the system.

Can we publicly or privately publish a package with AlibreX.dll? This is for custom DLL NuGet package or .NET tools published to NuGet.


How about automated build machines? Azure DevOps? GitLab? I have a VM with AD, could it run in Azure? I know what other vendors allow, I'm asking if Alibre's licensing system will run on Azure. I'm aware VMs are not supported. The install will be the same process as a local VM, just in Azure.

With a wide range of types, I want to build/publish no install, xcopy-deploy, portable software. This will allow me to fully automate the process. Projects will be AI assisted and/or templated. I have multiple computers with AD installed and use macOS. I want easy deployment and testing setups to avoid installers, especially for simple tools. I'm sharing this publicly because I can't be the only user.

Here is an example, a CLI program: Portable or external programs that use AlibreX require it to be in the build directory.
1713324274134.png
1713323893113.png
1713324811741.png


How to deploy a portable application that require Alibre APIs? Is it possible to build registry free and/or portable addons? I have untested ideas.

alternatives:
- copy AlibreX.dll into the portable download folder - manually or with script
- use an installer
- current addon system

Not a software engineer, looking for simple solutions.
 
Last edited:

stepalibre

Alibre Super User
Problem: Build machine can't find AlibreX.dll.
Action build error [ Missing AlibreX.dll on build machine ] #2

Code:
  # Building the project using MSBuild
  # Assuming you're targeting the .NET Framework 4.8,
  # and the solution file is in the root directory.
  msbuild /p:Configuration=Release /p:TargetFrameworkVersion=v4.8 /p:RestorePackages=false
  shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
MSBuild version 17.9.8+b34f75857 for .NET Framework
Build started 4/17/2024 6:28:04 AM.

Project "D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.sln" on node 1 (default targets).
ValidateSolutionConfiguration:
  Building solution configuration "Release|Any CPU".
Project "D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.sln" (1) is building "D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj" (2) on node 1 (default targets).
PrepareForBuild:
  Creating directory "bin\Release\net481\".
  Creating directory "obj\Release\net481\".
ResolveAssemblyReferences:
  Primary reference "AlibreX".
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2389,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "AlibreX". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj]
          For SearchPath "{HintPathFromItem}".
          Considered "D:\Program Files\Alibre Design 27.0.1.27039\Program\AlibreX.dll", but it didn't exist.
          For SearchPath "{TargetFrameworkDirectory}".
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\AlibreX.winmd", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\AlibreX.dll", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\AlibreX.exe", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\Facades\AlibreX.winmd", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\Facades\AlibreX.dll", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\Facades\AlibreX.exe", but it didn't exist.
          For SearchPath "{RawFileName}".
          Considered treating "AlibreX" as a file name, but it didn't exist.
_GenerateSourceLinkFile:
  Updating Source Link file 'obj\Release\net481\CheckAlibreXPortableBinDirIsWorking.sourcelink.json'.
CoreCompile:
  C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;RELEASE;NETFRAMEWORK;NET48;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER;NET48_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Xml.Linq.dll" /debug- /debug:portable /filealign:512 /optimize+ /out:obj\Release\net481\CheckAlibreXPortableBinDirIsWorking.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /sourcelink:obj\Release\net481\CheckAlibreXPortableBinDirIsWorking.sourcelink.json /langversion:7.3 /analyzerconfig:obj\Release\net481\CheckAlibreXPortableBinDirIsWorking.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Release\net481\.NETFramework,Version=v4.8.AssemblyAttributes.cs" obj\Release\net481\CheckAlibreXPortableBinDirIsWorking.AssemblyInfo.cs /warnaserror+:NU1605
D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\Program.cs(3,7): error CS0246: The type or namespace name 'AlibreX' could not be found (are you missing a using directive or an assembly reference?) [D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj]
  CompilerServer: server - server processed compilation - 5b54da44-a50f-4566-bb33-02247ecfabf6
Done Building Project "D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj" (default targets) -- FAILED.
Done Building Project "D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.sln" (default targets) -- FAILED.

Build FAILED.

"D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.sln" (default target) (1) ->
"D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj" (default target) (2) ->
(ResolveAssemblyReferences target) ->
  C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2389,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "AlibreX". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj]


"D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.sln" (default target) (1) ->
"D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj" (default target) (2) ->
(CoreCompile target) ->
  D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\Program.cs(3,7): error CS0246: The type or namespace name 'AlibreX' could not be found (are you missing a using directive or an assembly reference?) [D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj]

    1 Warning(s)
    1 Error(s)

Time Elapsed 00:00:16.80
Error: Process completed with exit code 1.
 
Last edited:

stepalibre

Alibre Super User
Sorry for all the editing, I'm getting feedback and is cleaning things up. There are character limits in posts.

To clarify the company I'm creating is completely separate the repos are MIT. GitHub is where I build open source stuff, mostly in messing private repos.
 
Last edited:

NateLiquidGravity

Alibre Super User
Packing the AlibreX.dll is unnecessary if the requirement is that Alibre is installed and correctly licensed. You just need to check the registry for which versions are installed and target the install folder found in the registry for that version.
Definitely not as easy as when Alibre had only allowed only a single version installed at a time but I like being able to install multiple versions. Though they could still make it easier for finding the user's preferred installed version by storing a registry key for that in a stationary location.
 

stepalibre

Alibre Super User
That's not portable. I have the code to do registry key handling for the addons and programs. What you describe is also the way to call AlibreX.dll from scripts. That is for addon development where your code is being ran from inside the Alibre process Or from .NET/COM somehow.
Alibre is installed and correctly licensed
This also apply to build machines on GitHub/Azure servers.

multiple versions
Great point. Another reason to have a portable program. To avoid those issues: https://github.com/Testbed-for-Alibre-Design/CheckAlibreXPortableBinDirIsWorking/issues/1
For the build machine workflows I can have it setup for each new release, that's the goal. Include .NET8+ and .NET481 setups too.

Update:
Supporting only V27:29 for now this simplifies a lot
Portable CLI and GUI applications - Include scripts to copy the DLLs
No package publishing
Waiting for PDM / M-Files comparison
I want remote builds to be the default
 
Last edited:

stepalibre

Alibre Super User
It is portable, you don't need to write to the registry - just read from it what Alibre Design already wrote to it.
I read/write the registry for AD addons and other programs that require it. With a wide array of use cases and some third software require registry use. Registry keys add overhead. The automated build process will be setup for V27.29 with path "installed-drive-letter:\Program Files\Alibre Design 27.0.1.27039\Program\AlibreX.dll".

For now, portable apps and addons will be built for V27.29. Workflows can be made for any version. I tested this locally, not in GitHub Actions.

Working with your script:
1713414824027.png
 

stepalibre

Alibre Super User
I have ~331 programs. They vary from:
What-if programs
AlibreX and AlibreScript API tests
DLL reflection for API information
Import/export tools
Feature generation, insight
General data viewing/checking/conversion
Import/export any data to other formats

Programs for general testing and use of the API. Benchmarking/testing create/delete/update/regen for a given task. Input/output can be chained together. The list continues to grow. These programs are duplicated for any purpose, but currently not easy to use build and share in an automated open source way. Registry use should be avoided for portable applications where the application and program data is stored in the portable application root or sub folder. Making a self contained program that could run from and be backup safely with cloud storage OneDrive/Dropbox/iCloud Drive/Google Drive. I often use my Desktop or Downloads folders for testing and my NAS or cloud storge for simple programs. Only on SSDs.

Here are a few examples with AI cleanup tasks applied (untested). I haven't reviewed the changes. My workflow will send tasks to a bot process that works locally not yet tested on GitHub Actions.
Too much to post here. Some I've posted somewhere previously:

 
Last edited:

stepalibre

Alibre Super User
Everything works locally. While waiting for a response from support, I'll get a self-hosted runner set up.


The question is: Can AD run on a cloud server in headless mode for build task purposes? AD hosted in the cloud with GUI support is different. I understand how to set this up as a company on private hardware. If it can't then I'll build a machine with a self-hosted runner.

DeployMaster is the installer I use in the build pipeline.
 
Last edited:

stepalibre

Alibre Super User
Packing the AlibreX.dll is unnecessary if the requirement is that Alibre is installed and correctly licensed. You just need to check the registry for which versions are installed and target the install folder found in the registry for that version.
Definitely not as easy as when Alibre had only allowed only a single version installed at a time but I like being able to install multiple versions. Though they could still make it easier for finding the user's preferred installed version by storing a registry key for that in a stationary location.
Not many versions to deal with. I wonder how many users are on v25/26. This is not really an important issue, I'll focus on v27 until PDM and v28 are stable. The paths will be hard coded and the registry can be read when necessary. The code will be there for all users Adam3D, Pro and Exp, maintenance or not.

 

stepalibre

Alibre Super User
How about automated build machines? Azure DevOps? GitLab? I have a VM with AD, could it run in Azure? I know what other vendors allow, I'm asking if Alibre's licensing system will run on Azure. I'm aware VMs are not supported. The install will be the same process as a local VM, just in Azure.
The question is: Can AD run on a cloud server in headless mode for build task purposes? AD hosted in the cloud with GUI support is different. I understand how to set this up as a company on private hardware. If it can't then I'll build a machine with a self-hosted runner.
Yes.
Can we publicly or privately publish a package with AlibreX.dll? This is for custom DLL NuGet package or .NET tools published to NuGet.
No.
Problem: Build machine can't find AlibreX.dll.
Action build error [ Missing AlibreX.dll on build machine ] #2

Code:
  # Building the project using MSBuild
  # Assuming you're targeting the .NET Framework 4.8,
  # and the solution file is in the root directory.
  msbuild /p:Configuration=Release /p:TargetFrameworkVersion=v4.8 /p:RestorePackages=false
  shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
MSBuild version 17.9.8+b34f75857 for .NET Framework
Build started 4/17/2024 6:28:04 AM.

Project "D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.sln" on node 1 (default targets).
ValidateSolutionConfiguration:
  Building solution configuration "Release|Any CPU".
Project "D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.sln" (1) is building "D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj" (2) on node 1 (default targets).
PrepareForBuild:
  Creating directory "bin\Release\net481\".
  Creating directory "obj\Release\net481\".
ResolveAssemblyReferences:
  Primary reference "AlibreX".
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2389,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "AlibreX". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj]
          For SearchPath "{HintPathFromItem}".
          Considered "D:\Program Files\Alibre Design 27.0.1.27039\Program\AlibreX.dll", but it didn't exist.
          For SearchPath "{TargetFrameworkDirectory}".
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\AlibreX.winmd", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\AlibreX.dll", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\AlibreX.exe", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\Facades\AlibreX.winmd", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\Facades\AlibreX.dll", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\Facades\AlibreX.exe", but it didn't exist.
          For SearchPath "{RawFileName}".
          Considered treating "AlibreX" as a file name, but it didn't exist.
_GenerateSourceLinkFile:
  Updating Source Link file 'obj\Release\net481\CheckAlibreXPortableBinDirIsWorking.sourcelink.json'.
CoreCompile:
  C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;RELEASE;NETFRAMEWORK;NET48;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER;NET48_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Xml.Linq.dll" /debug- /debug:portable /filealign:512 /optimize+ /out:obj\Release\net481\CheckAlibreXPortableBinDirIsWorking.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /sourcelink:obj\Release\net481\CheckAlibreXPortableBinDirIsWorking.sourcelink.json /langversion:7.3 /analyzerconfig:obj\Release\net481\CheckAlibreXPortableBinDirIsWorking.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Release\net481\.NETFramework,Version=v4.8.AssemblyAttributes.cs" obj\Release\net481\CheckAlibreXPortableBinDirIsWorking.AssemblyInfo.cs /warnaserror+:NU1605
D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\Program.cs(3,7): error CS0246: The type or namespace name 'AlibreX' could not be found (are you missing a using directive or an assembly reference?) [D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj]
  CompilerServer: server - server processed compilation - 5b54da44-a50f-4566-bb33-02247ecfabf6
Done Building Project "D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj" (default targets) -- FAILED.
Done Building Project "D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.sln" (default targets) -- FAILED.

Build FAILED.

"D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.sln" (default target) (1) ->
"D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj" (default target) (2) ->
(ResolveAssemblyReferences target) ->
  C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2389,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "AlibreX". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj]


"D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.sln" (default target) (1) ->
"D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj" (default target) (2) ->
(CoreCompile target) ->
  D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\Program.cs(3,7): error CS0246: The type or namespace name 'AlibreX' could not be found (are you missing a using directive or an assembly reference?) [D:\a\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking\CheckAlibreXPortableBinDirIsWorking.csproj]

    1 Warning(s)
    1 Error(s)

Time Elapsed 00:00:16.80
Error: Process completed with exit code 1.
AD needs to be installed on the build machine to pass.
How to deploy a portable application that require Alibre APIs? Is it possible to build registry free and/or portable addons? I have untested ideas.

alternatives:
- copy AlibreX.dll into the portable download folder - manually or with script
- use an installer
- current addon system
I've identified the various options and possiblities.

Thanks, David. I always appreciate the accuracy you emphasize. The attentiveness from support is great. Just don't ban me from the forum.
 
Top