user1120572
user1120572

Reputation: 801

How to install IIS7 on Windows 7, 32bit using WIX3.5 MSI setup

I am new to WIX and i am trying write a wix msi for install the IIS7 on windows 7 32bit pc.

is any one tried this, if yes please help on this, sample code also will help me lot , thanks

Upvotes: 0

Views: 467

Answers (1)

Christopher Painter
Christopher Painter

Reputation: 55571

You can use the Quiet Exeuction Custom Action in WiX to call DISM /LOCAL to install the Windows Features needed for IIS and/or ASP.NET.

Upvotes: 1

Related Questions