Search found 3 matches

Go to advanced search

by anotheraiuser
Wed Jul 10, 2024 8:16 am
Forum: Common Problems
Topic: Running different .msi package and triggering the maintenance mode
Replies: 1
Views: 6352
 
Jump to post

Running different .msi package and triggering the maintenance mode

So assume I have installed a product having a product code as "xyz".

When I run the same .msi package again, I get the Maintenance Mode dialogue which gives me the option to either Modify, Repair or Remove the product.

Now when I use a another .msi package having the same product code "xyz", I get ...
by anotheraiuser
Wed Jul 10, 2024 8:05 am
Forum: Building Installers
Topic: Adding custom text to the Verbose log
Replies: 3
Views: 12370
 
Jump to post

Re: Adding custom text to the Verbose log

Thanks for the quick reply Catalin, the documentation was indeed helpful.

For anyone having to do the same:

You first have to import the "Session Object" and then use the Session.Message method to insert the record in the verbose log.

The links are:

https://learn.microsoft.com/en-us/windows ...
by anotheraiuser
Thu Jul 04, 2024 10:19 am
Forum: Building Installers
Topic: Adding custom text to the Verbose log
Replies: 3
Views: 12370
 
Jump to post

Adding custom text to the Verbose log

So, I have enabled the verbose logging through the GUI and was wondering if there was a way to add a execution results to the log from a JavaScript file.

Right now I have accessed the properties inside the JavaScript and wanted to write a its result in the log. Like we have Write-Output for ...

Go to advanced search