daniel.greil
Member
Hello everyone
My question is very simple, yet I have not been able to find the answer.
How can I find out what the newest installed Alibre version is on my computer?
Obviously, I, the user, know what the newest installed version of my Alibre is. My question is mainly how an automated script could reliably find out what the newest version is?
Is there some kind of registry entry? I looked inside HKEY_LOCAL_MACHINE\SOFTWARE\Alibre, Inc. and found nothing. Should I just read all the versions inside HKEY_LOCAL_MACHINE\SOFTWARE\Alibre, Inc. and calculate which has the biggest number?
This would allow me to create a setup script for my add-on, which usually lives within the path %programfiles%\Alibre Design <VersionNUM>\Program\Addons\CustomAddOn.
I apologize if this is the wrong threat/forum for this specific question.
My question is very simple, yet I have not been able to find the answer.
How can I find out what the newest installed Alibre version is on my computer?
Obviously, I, the user, know what the newest installed version of my Alibre is. My question is mainly how an automated script could reliably find out what the newest version is?
Is there some kind of registry entry? I looked inside HKEY_LOCAL_MACHINE\SOFTWARE\Alibre, Inc. and found nothing. Should I just read all the versions inside HKEY_LOCAL_MACHINE\SOFTWARE\Alibre, Inc. and calculate which has the biggest number?
This would allow me to create a setup script for my add-on, which usually lives within the path %programfiles%\Alibre Design <VersionNUM>\Program\Addons\CustomAddOn.
I apologize if this is the wrong threat/forum for this specific question.