Hi,

I want to install Internet Explorer Administration Kit (
http://www.microsoft.com/technet/prodtechnol/ie/ieak/default.mspx) with my
setup.

Anyone knows how to add it to pre-requisites (Visual Studio bootstrapper)? I
dont want to package it with my setup.

Other option is, I download it from my server while installing. But the
following does not work


<Property Id="IEAK" Value="http://localhost/GSR/ieak6.exe"; />
   <CustomAction Id="InstallIEAK" Property="IEAK" ExeCommand="/Q" />

  <InstallExecuteSequence>
     <LaunchConditions After="AppSearch" />
     <RemoveExistingProducts After="InstallFinalize" />

     <Custom Action="InstallIEAK" After="StartServices">1</Custom>



Any idea how to get around the prob??

- Nitin
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to