Welcome to TechNet Blogs Sign in | Join | Help

How to run an installer without installing the product

To run an installer without actually installing the product set the value of EXECUTEMODE property to "None" in the command line:

MsiExec /I MyProduct.msi EXECUTEMODE=None

That will let you to test-run your installer without actually updating the target system. 

Remember:  Well behaving custom action will honor the value of this public property.

 

Published Saturday, March 08, 2008 5:57 PM by Alex Shevchuk
Filed under: , ,

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

Saturday, March 08, 2008 9:18 PM by Kris

# re: How to run an installer without installing the product

Thanks. Very timely. I am just building my first installshield-msi project and I will use it to test it out.

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker