<!--This is how i get the user in put from customized UI-->
<Control Id="IISVirtualDirectoryPortEdit" Type="Edit" Height="15"
Width="220" X="142" Y="446" Property="IISPORT" />

<!--  I am using the value in following 2 places -->

  <iis:WebSite Id='DefaultWebSite' Description='Default Web Site'
Directory='IISDIR'>
      <iis:WebAddress Id="AllUnassigned" Port="[IISPORT]" />
    </iis:WebSite>


  <RegistryKey Root="HKLM"    Key="SOFTWARE\OAKSystem\OM">
          <RegistryValue Name="IISPORT" Type="string" Value="[IISPORT]"/>
   </RegistryKey>

The [IISPORT] values from UI is not getting if the underlying msi version is
3.1.  Please advice :)

Thanks
-- 
View this message in context: 
http://n2.nabble.com/Wix-uninstall-problem-tp4590726p4699590.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to