cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
udayonekiran
Level 2

How to select features in command line?

I have setup file created with Installshield.

I remember ADDLOCAL property, but it ignores the default selection if I pass any feature name to it.

So, thought to get the complete list from log file and pass it with deployment.

Tried creating log file using:

setup.exe /v"/L Desktop\install.log"

And did selection of features.

When I open the install.log, there is no entry for ADDLOCAL property

 

0 Kudos
(1) Reply
Revenera_Ian
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @udayonekiran,

Thank you for your post.

Please accept our apologies for the delayed response.

Could you please follow these steps to generate a verbose MSI install log?

1. In the Windows Registry Editor, create the following Windows Registry entries:

Path: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
Type: Reg_SZ
Value: Logging
Data: voicewarmupx

per the documentation at the following link:

https://docs.microsoft.com/en-us/troubleshoot/windows-client/application-management/enable-windows-installer-logging

2. Run your installer that reproduces the issue.
3. Reproduce the issue.
4. Zip up the MSI*****.LOG file in your %TEMP% folder, where ***** resolves to random letters and numbers.
5. Provide the ZIP file containing the verbose MSI install log in a private message.

I want to see if ADDLOCAL is captured in the new verbose MSI log, this time.

Please let us know if you have any questions or concerns. Thanks!

0 Kudos