I figured it out!!

Posting the solution in case anyone else needs the same :-)


 <Property Id="INSTALLIISPROP"
Value="C:\Windows\System32\dism.exe"></Property>
      <CustomAction Id="InstallIISCA" Return="check"
Property="INSTALLIISPROP" Execute="deferred" HideTarget="yes" 
Impersonate="yes"
          ExeCommand="/Online /Enable-Feature /FeatureName:IIS-WebServerRole
.....(all remaining parameters) />
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-pkgmgr-to-install-IIS-7-tp5990722p5994092.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to