Search found 5 matches

Go to advanced search

by tcallahan
Fri Aug 05, 2022 5:48 pm
Forum: Common Problems
Topic: Prereq Post Install not passing Command Line Properly
Replies: 4
Views: 1609
 
Jump to post

Re: Prereq Post Install not passing Command Line Properly

Worth noting, /NORESTART is a default allowed option for msiexec

https://docs.microsoft.com/en-us/window ... ne-options
by tcallahan
Fri Aug 05, 2022 3:40 pm
Forum: Common Problems
Topic: Prereq Post Install not passing Command Line Properly
Replies: 4
Views: 1609
 
Jump to post

Re: Prereq Post Install not passing Command Line Properly

The /NORESTART is supported by the MSI, and all of this works without any issues when running it manually using MSIEXEC. It also works if I setup a Custom Action, to make sure the Parameters I'm passing are working correctly. The issue seems to be that when using a Post-Install PreRequisite, it's ig...
by tcallahan
Thu Aug 04, 2022 4:44 pm
Forum: Common Problems
Topic: Prereq Post Install not passing Command Line Properly
Replies: 4
Views: 1609
 
Jump to post

Prereq Post Install not passing Command Line Properly

I have an AIP where I have setup a Post Install Prerequisite that pulls down an MSI file from a URL, and then is supposed to run that MSI. The download and execution work without any issues, but trying to pass parameters into the msiexec process doesn't seem to work. I have the "Install Command...
by tcallahan
Wed Aug 19, 2020 2:45 pm
Forum: Building Installers
Topic: Required Install Parameters/Properties
Replies: 1
Views: 1370
 
Jump to post

Required Install Parameters/Properties

Is there a way to enforce a check that a Parameter/Property was defined on the commandline at install time, and if the parameter/property is not found, to immediately exit? This would be for a silent mode install. ie. install.exe MYPROP=test (and if you ran without MYPROP=test the installer would ex...
by tcallahan
Sat Aug 01, 2020 1:03 am
Forum: Common Problems
Topic: PIDKEY not working in /qn or /qb modes
Replies: 1
Views: 1064
 
Jump to post

PIDKEY not working in /qn or /qb modes

We have an installer that uses a Serial Number server side validation process. During an interactive install, we can enter the Name, Organization, and Serial Number, and the install process works without any issues. When doing a silent install, either with /qb or /qn, the PIDKEY is seen inside the i...

Go to advanced search