I use VsCode as my text editor, you can get it from the vsCode website or use your own text editor. Right Click on the Package Folder (0037_Autocad_2025 in this case) and select Open with Code or simply open vscode and navigate to the folder.Â
Update pack.ps1
The setup file needs to be added to the intune pack command. You will change Setup.exe in the first line to whatever the name of your setup file is. For this example the setup file is actually called setup.exe so I will leave it be.
Update the Deploy-Application.ps1 inside the PsADT folder
We are going to update 3 things in this file. The Variable declaration the install command, and the uninstall command. Fill out the relevant fields here for your application:
Next we need to update the install and uninstall commands. Locate the line that says <Perform Installation Tasks Here> then update the line to utilize the silent install command you figured out earlier.Â
Finally we want to update the uninstall command. If the installer comes with a silent uninstall command we can update this line to use that, otherwise we can use the MSI code of the software to uninstall it.Â
If you don’t have the MSI uninstall code just yet, we can get it in the next testing step. You will need to come back and put that in here.
00votes
Rating
Subscribe
Connect with
I allow to create an account
When you login first time using a Social Login button, we collect your account public profile information shared by Social Login provider, based on your privacy settings. We also get your email address to automatically create an account for you in our website. Once your account is created, you'll be logged-in to this account.
DisagreeAgree
I allow to create an account
When you login first time using a Social Login button, we collect your account public profile information shared by Social Login provider, based on your privacy settings. We also get your email address to automatically create an account for you in our website. Once your account is created, you'll be logged-in to this account.
Please note:
This action will also remove this member from your connections and send a report to the site admin.
Please allow a few minutes for this process to complete.