cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AdminStudio Ques: Demo, Test app on VM, Package Details

jauluck
By Level 1 Flexeran
Level 1 Flexeran
  • Within the demo video it demonstrates a community repo which we do not have access to. Is there a list of community apps?
  • 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?
  • 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?
(1) Reply

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.)