Query to modify package
Hii There
,
I am working on the Anypoint Studio 7.20.0 package. I have deployed the package through Intune and SCCM using a script, and the application has successfully been installed on the test machine. The behavior of this application is that it extracts the entire ZIP file to the C drive and then moves it to the Program Files directory. Additionally, it creates a shortcut to AnypointStudio.exe on the desktop.
The problem is that after deployment through SCCM or Intune, the app installs successfully, and the shortcut is created on the desktop. However, when the end user clicks on the shortcut to open the application, a UAC (User Account Control) or firewall pop-up window appears, prompting the user to enter a password. Since the end user does not have admin privileges, they are unable to proceed.
I would like to resolve this issue by either modifying the script to prevent this prompt or configuring Defender or firewall settings through Intune to ensure that the pop-up does not appear on the user's end.
When I performing a manual installation, i.e., running the script, a Firewall or UAC pop-up appears. I am not sure how to remove this so that the end user does not encounter a UAC or admin credential pop-up whenever they open the shortcut. Also, I don’t want to suppress this using Task Scheduler, so please suggest another solution.
I am attaching the script and the application URL for your review. Please review it and help me resolve this issue. I would greatly appreciate your assistance.
Anypoint Studio 7.2.0 for Windows 64bin the URL is https://mule-studio.s3.amazonaws.com/7.2.0-GA/AnypointStudio-for-win-64bit-7.2.0-201807311324.zip
Java is required for Anypoint Studio, and I have deployed the Java 17 package separately.
Pop-up appear when click shortcut icon from desktop....
Anypoint.pdf _ here the script which i made.