Jun 20, 2022
01:34 PM
Mike O'Connor's answers:
The warning message indicates that they don’t have the Windows 10 SDK installed, which is used for some UWP/AppX and signing of some virtual application formats. As it doesn’t prevent them from repackaging applications using the AAC, it can safely be ignored.
As for what ports for AdminStudio to interface with VMware ESXi/vSphere, I would consult the port requirements page for the vSphere Client here:
https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.upgrade.doc/GUID-5071C86E-FF1E-4E54-A424-A20917401160.html
AdminStudio AAC also communicates directly with the Guest Agent that’s installed on the running VM used for repackaging. It will need the SMB ports open for communication; the preparation package included with AdminStudio should disable the firewall on the Guest VM. This information is included in the AdminStudio help documentation here:
https://docs.flexera.com/adminstudio2022/Content/helplibrary/Vam_PrepareVirtualMachines.htm
... View more
Jan 26, 2022
12:39 PM
1 Kudo
Yes, MSIX packages install in the user context so this is an inherent benefit of the format, so this is a possible solution to address this use case.
... 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
May 07, 2021
10:54 AM
AdminStudio supports importing several installation package formats, including .EXE and .MSI, into its Application Catalog. For complex installers, AdminStudio will show the breakout of multiple MSI installers contained within that package. In general, you can import the output from the Autodesk utility if it falls into one of the formats that is supported.
Typically importing an application package into the Application Catalog is done for testing, customization (including wrapping, creating transforms, and repackaging), and publishing to a distribution system.
Since Autodesk has provided a utility to prepare their complex installation, it's recommended to use their tool to prepare the application and follow their instructions for publishing to a distribution system. They've made their installer complex and they have provided the solution to deploy that complex software, so that's the best and fastest way to go.
For the >95% applications out there that have no utility to prepare their installers, then AdminStudio is your "multi-tool pocketknife" solution!
(All links provided go to product documentation for the current AdminStudio version at the time of this reply.)
... 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
Sep 24, 2020
01:34 PM
1 Kudo
Please refer to the below article for detailed explanation on how to set up connection between AdminStudio and Microsoft Intune:
https://community.flexera.com/t5/AdminStudio-Blog/Setting-up-connection-between-AdminStudio-and-Microsoft-Intune/ba-p/163603
Thanks
... View more
Jul 09, 2020
04:52 PM
1 Kudo
The first application errors appears to be related to a character set that's not supported without enabling UTF-8 encoding on the MSI in the InstallShield Editor.
Don’t build the MSI option in Repackager, only build the Editor (.ISM) project file
Open that Editor project with the InstallShield Editor
Go to:
MEDIA > Releases
Click on the release (likely Release1)
Click on Build tab
Select Build UTF-8 Database, change it to Yes
The second error for the first application is likely related to this first error.
There is a limit to how long the file path in MSIs can be, at 260 characters (see more info here); this appears to be related to the second application error message. The path should be modified, if possible, to a shorter length.
... View more
Mar 27, 2020
09:41 AM
If you have several InstallScript-based packages that you want to move to MSI, the Repackager in AdminStudio would allow you to migrate them to this format.
You run each of your InstallScript EXE installers on a clean virtual machine and the Repackager captures the result of that installer (including the files and folders it put down, the registry keys and entries it created, shortcuts, and INI file changes). You can automate the spin up of VMs and copying files in and out of them through the use of the Automated Application Converter:
https://docs.flexera.com/adminstudio2019r2sp1/adminstudio.htm#helplibrary/Vam_RootTopic.htm
We don't typically recommend the use of InstallScript after this repackaging process, as an InstallScript MSI adds complexity back into the package MSI that we removed when Repackaging was done.
Our recommendation would be to keep it as a Basic MSI installer utilizing all of the MSI standard actions. Using the InstallShield Editor included with AdminStudio, you can augment these Standard actions with build-in Custom Actions to perform other takes not available with the MSI format (e.g. create and write to XML and Text files, connect to a SQL database, install a website to IIS, etc.). A list of these Custom Actions that InstallShield can optionally include are found here:
https://docs.flexera.com/installshield25helplib/installshield25helplib.htm#helplibrary/Ref-ISCustomActions.htm
If you also need to do pre/post-installation tasks outside of the MSI, I'd suggest you look at the wrapping functionality in AdminStudio Professional/Enterprise:
https://docs.flexera.com/adminstudio2019r2sp1/adminstudio.htm#helplibrary/Wrap_MSI_EXE_Packages_Using_the_Wrap_Package_Wizard.htm
Most users don't know InstallScript and while its very powerful, there is an upfront learning curve. However, its ultimately up to you to decide what's best for your environment.
(These are the latest links at the time of this post; please check https://docs.flexera.com/ for the current product documentation)
... View more
Latest posts by SonnyLee
Subject | Views | Posted |
---|---|---|
307 | Jun 20, 2022 01:34 PM | |
311 | Jun 20, 2022 01:33 PM | |
533 | Jan 19, 2022 03:50 PM | |
696 | May 10, 2021 02:59 PM | |
1084 | May 07, 2021 10:20 AM | |
2069 | Oct 15, 2020 08:43 AM | |
2093 | Oct 14, 2020 01:04 PM | |
2114 | Oct 14, 2020 09:51 AM | |
1033 | Sep 22, 2020 10:54 AM | |
1348 | Mar 27, 2020 09:13 AM |
Activity Feed
- Posted Re: AdminStudio Questions on AdminStudio Forum. Jun 20, 2022 01:34 PM
- Posted AdminStudio Questions on AdminStudio Forum. Jun 20, 2022 01:33 PM
- Kudoed AdminStudio 2022 is Here! for kmantagi. May 26, 2022 03:25 PM
- Kudoed Re: MSIX Question for AdminStudio for bkelly. Jan 26, 2022 03:00 PM
- Posted MSIX Question for AdminStudio on AdminStudio Forum. Jan 19, 2022 03:50 PM
- Kudoed AdminStudio Feature Update for Log4j Detection for kmantagi. Dec 27, 2021 09:04 AM
- Kudoed Flexera’s response to Apache Log4j vulnerabilities CVE-2021-4104, CVE-2021-45046, CVE-2021-45105 and CVE-2021-44228 for dosborn. Dec 17, 2021 07:34 AM
- Posted AdminStudio and Java on AdminStudio Forum. May 10, 2021 02:59 PM
- Posted Autodesk AutoCAD on AdminStudio Forum. May 07, 2021 10:20 AM
- Kudoed MSIX App Attach Support in AdminStudio 2021 for bkelly. Apr 22, 2021 01:50 PM
- Kudoed Introducing AdminStudio 2021 for bkelly. Apr 22, 2021 01:39 PM
- Kudoed Package Feed Module Enhancements are Here! for bkelly. Apr 22, 2021 08:46 AM
- Kudoed AdminStudio Instructor-led Training for KPBussey. Nov 11, 2020 08:51 AM
- Kudoed Re: Silent Install of Intelitek's RoboCell for moconnor-flex. Oct 22, 2020 09:10 AM
- Posted Re: Silent Install of Intelitek's RoboCell on AdminStudio Forum. Oct 15, 2020 08:43 AM
- Tagged Re: Silent Install of Intelitek's RoboCell on AdminStudio Forum. Oct 15, 2020 08:43 AM
- Posted Re: Silent Install of Intelitek's RoboCell on AdminStudio Forum. Oct 14, 2020 01:04 PM
- Tagged Re: Silent Install of Intelitek's RoboCell on AdminStudio Forum. Oct 14, 2020 01:04 PM
- Posted Silent Install of Intelitek's RoboCell on AdminStudio Forum. Oct 14, 2020 09:51 AM
- Tagged Silent Install of Intelitek's RoboCell on AdminStudio Forum. Oct 14, 2020 09:51 AM