I want to include a script that runs the MSI installers built by Wix into the 
output directory along with the .msi file.

I've tried using the two options below in the wixproj file, but neither of them 
worked (I've verified that the path to the script file is correct):

  <ItemGroup>
    <Content Include="..\install.ps1">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      <Link>install.ps1</Link>
    </Content>
  </ItemGroup>

  <ItemGroup>
    <OtherFIles Include="..\install.ps1">
      <Destination />
    </OtherFIles>
  </ItemGroup>

Is there any other way to achieve this?

Thanks,
Atul

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to