May 20, 2022
10:35 AM
2 Kudos
Hello @asteele -
Thank you for your post and I'm sorry to hear you're having difficulties with your upgrade of Workflow Manager.
Just so you know, as of February 2022 there is a new version of Workflow Manager (version 20) that is available if you are under active maintenance. It should be available in our Product and License Center.
There is a help topic on upgrading a previous version of Workflow Manager to the latest version. Here are the instructions for that upgrade for the Workflow Manager 2020 Update 2 here.
If you are still having difficult, please reach out to our Technical Support team by opening a Case. More info that here.
... View more
May 20, 2022
09:04 AM
1 Kudo
Hello @jauluck -
Great questions, I'll restate them and provide my answers inline below:
Within the demo video [I viewed] it demonstrates a community repo which we do not have access to. Is there a list of community apps?
The community repo is called the Package Feed Module and it’s an optional, paid add-on for AdminStudio. You can see the current list of applications available and search by specific product or vendor here: https://www.flexera.com/adminstudio-pfm
Demo also show an option to test application on VM. Our setup is not able to complete this (I get error when attempted) and I am sure this was missed during initial setup. How and what is needed to get in place for the POC?
In order for AdminStudio to automatically spin up virtual machines for either automated Repackaging / App Virtualization conversion or for run-time testing of applications, the Automated Application Converter would need to be configured. More info here:
AdminStudio Release Notes, System Requirements -- Automated Application Converter
https://docs.flexera.com/adminstudio2021r2sp1/rn/Content/helplibrary/Automated_Application_Converter.htm
AdminStudio Product Help -- Getting Started With the Automated Application Converter
https://docs.flexera.com/adminstudio2021r2sp1/Content/helplibrary/Vam_GettingStarted.htm
The Automated Application Converter (AAC) is limited to spinning up 3 virtual machines within the AdminStudio evaluation. If you purchase AdminStudio Professional, you can spin up a single VM at once and with AdminStudio Enterprise edition, there is no limited on AdminStudio’s end for the number of currently running VMs (though you should consider what your hypervisor host machine can accommodate).
I noticed when importing .exe the package content and details that are required for deployment are not populated e.g. silent install/uninstall, detection method and various application details. Is this a limitation of AdminStudio?
It’s a limitation of what information can be extracted from an EXE installer, since EXE installers can differ greatly in how they operate as they could have been built with any number of different installation development tools (InstallShield, WiseScript, NSIS, etc.).
Detection methods and other application information are hard-to-downright not possible to read from EXE installers directly. Detection methods typically involve the main application executable(s) contained in the installer to use as determining of the application in question is present on the end point; particularly, it’s any executables that are installed that also have shortcuts that point back to them. This detection information can be easily obtained with an MSI package, as the entire installation sequence, logic, and contents are easily readable; EXE installers are essentially a “black box” and is not easily readable or extractable without running the installer itself, though some EXE installers do support an “administrative installation” which allows you to dump the contents of the installer payload out to a folder…but it depends on the EXE technology used! For EXE installers that are opaque, it requires executing the installer and letting it run to better understand what those primary application EXE files are and their path when installed on an end point. This researching of the contents via installer execution can be aided via the AdminStudio Repackager solution, where it can provide detailed insight into what gets installed on a machine using the original installer, even if creating an MSI installer from this captured output is not required/desired.
When any installer is imported into the Application Catalog database, AdminStudio performs an examination of installation technology used for that package. If the package is an MSI, then it’s a standard syntax that can easily be obtained. For EXE installers, they can differ from one to another. However, AdminStudio can recognize installers developed from the major installer vendors, then AdminStudio will provide the publicly known standard silent installation command-line arguments (and for uninstallation, where available) for the application installer. However, this may only be a starting point, as the EXE installer may need more parameters in order to pass the proper responses typically gathered during the user-interactive installation sequence, so the EXE installer has all of the information it needs to complete the installation.
Other EXE installers, like ones developed by the application vendor themselves, may not support silent arguments at all, forcing IT admins to look at other solutions including the Repackager tool included with AdminStudio to run the installation interactively once on a clean virtual machine image. In this process, the installer’s files, registry keys, etc. that is added to that clean machine is watched and captured. This information can then be used to turn the original, non-silent-supported EXE installer into a fully silent-capable MSI installer. More info on Repackaging here in the Product Documentation:
https://docs.flexera.com/adminstudio2021r2sp1/Content/helplibrary/ISRHelpLibraryMain.htm
(All links included in this post are for the current version of AdminStudio at the time of this posting. The latest version of AdminStudio documentation can be found here.)
... View more
Feb 25, 2022
10:25 AM
Hi @msagredou
If you have AdminStudio, the InstallShield solution is included as the Editor within the suite. When AdminStudio is updated, typically the latest version of InstallShield is included. You would not download and install InstallShield updates separately from the AdminStudio installer.
You should find legacy versions of AdminStudio that you had purchased in the past in the Product and License Center by clicking on AdminStudio in the Product List and then click on the Release Archive tab.
Do know that AdminStudio 2015 has been out of support since 28 Jul 2019. You may continue to use this product if you wish, but if there is an error or issues arise Flexera will not be able to provide assistance to you for this version.
... View more
Feb 25, 2022
10:17 AM
1 Kudo
Hi @cobb8774
You'll want to follow the instructions in the Product Documentation here:
Deactivating AdminStudio to Enable Activation on a Different Machine
If the previous machines are no longer accessible to perform the deactivation, then you will need to open a Case with our Technical Support team who can assist with this reassignment.
... View more
May 10, 2021
05:08 PM
1 Kudo
The Java dependency test AdminStudio provides is about finding apps that use old versions of Java, which introduce risk. As a result, the Java testing is under the Windows Desktop Risk Assessment testing in the overall suite of tests.
Within AdminStudio Professional or Enterprise (including the evaluation version):
1.) Within the Analyze tab, on the group of applications in question, click on the Summary / Detail View switcher to get the detail table view:
2.) The application in question would show as white-x-on-red-circle icon under the Risk Assessment column, this indicating an Error with this application in this category of tests:
3.) Click into this Error and you’ll see the Supportability Risks tab; scroll to the bottom to see the Risk Assessment > Windows Desktop Risk Assessment test. Click into this Error icon:
4.) You’ll be presented with the test(s) with the error message; click on the plus button to expand and get further details similar to these test results:
AdminStudio Enterprise provides a Reports tab that includes a Java Dependency report:
1.) Click on Reports > Dependencies > Java Runtime Dependency:
2.) You can drill into the test results on either pie chart and see applications that not only use unsupported versions of Java, but any version of Java including currently supported ones:
(All links were to the current version of AdminStudio at the time of this posting.)
... View more
Oct 19, 2020
10:30 AM
1 Kudo
There are two challenges to overcome with regard to this specific package, though is fairly common among many application installations:
Getting the installation to install and be completely configured while completely silent (no user interaction)
Getting the product to automatically activate after installation (no user interaction)
With a bit of research and added effort, I am fairly confident that AdminStudio could solve for Challenge #1.
However, Challenge #2 is completely in the realm of the software vendor. AdminStudio would be limited to only support what their license activation process supports; it could run a custom action after the installation is completed but that activation program would have to support silent running as well. If it does not, then there is no workaround that would provide this automation and this could not be 100% silently driven installation and activation.
... View more
Latest posts by moconnor-flex
Subject | Views | Posted |
---|---|---|
358 | May 20, 2022 10:35 AM | |
389 | May 20, 2022 09:04 AM | |
589 | Feb 25, 2022 10:25 AM | |
521 | Feb 25, 2022 10:17 AM | |
669 | May 10, 2021 05:08 PM | |
1974 | Oct 19, 2020 10:30 AM |
Activity Feed
- Got a Kudo for Re: AdminStudio Ques: Demo, Test app on VM, Package Details. May 23, 2022 01:54 AM
- Got a Kudo for Re: Workflow Manager Not viewing right/cant login with suams account. May 20, 2022 12:56 PM
- Got a Kudo for Re: Workflow Manager Not viewing right/cant login with suams account. May 20, 2022 12:23 PM
- Posted Re: Workflow Manager Not viewing right/cant login with suams account on AdminStudio Forum. May 20, 2022 10:35 AM
- Posted Re: AdminStudio Ques: Demo, Test app on VM, Package Details on AdminStudio Forum. May 20, 2022 09:04 AM
- Got a Kudo for Re: How to remove current Hosts registrations to free up license. Feb 27, 2022 05:26 AM
- Posted Re: InstallShield 2015 SP2 on AdminStudio Forum. Feb 25, 2022 10:25 AM
- Posted Re: How to remove current Hosts registrations to free up license on AdminStudio Forum. Feb 25, 2022 10:17 AM
- Got a Kudo for Re: AdminStudio and Java. May 11, 2021 01:22 AM
- Posted Re: AdminStudio and Java on AdminStudio Forum. May 10, 2021 05:08 PM
- Tagged Re: AdminStudio and Java on AdminStudio Forum. May 10, 2021 05:08 PM
- Tagged Re: AdminStudio and Java on AdminStudio Forum. May 10, 2021 05:08 PM
- Tagged Re: AdminStudio and Java on AdminStudio Forum. May 10, 2021 05:08 PM
- Got a Kudo for Re: Silent Install of Intelitek's RoboCell. Oct 22, 2020 09:10 AM
- Posted Re: Silent Install of Intelitek's RoboCell on AdminStudio Forum. Oct 19, 2020 10:30 AM