cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
psantimauro
Level 3

Unattended Install: Features Not Showing up on Modify

When running something like below
installerName.exe /w /s /v"ADDDEFAULT="feature1,feature2,subfeature1" /qn "

the install works perfectly. If I goto run a modify on the installer, the parent features are mark with the '!1' (I think its install on first use/Advertise), but none of the sub features are marked as install. They have a red X, even though they are installed.

If I omit the /qn the features show up, but so do the dialogs, which kind of defeats the purpuse.

Has anyone seen this? Is this a bug or could it be a custom action that causing this in the installer?

I am using a BasicMSI installer.
Labels (1)
0 Kudos
(4) Replies
cydz1985
Level 3

Did you try to set the feature as to "not advertised"?
0 Kudos
psantimauro
Level 3

Advertise is disabled for the features in the Project.
0 Kudos
cydz1985
Level 3

Try setting feature Advertised to "Disallow Advertise".
0 Kudos
psantimauro
Level 3

Ya they already are.
0 Kudos