Hi,


I was trying to install a powershell snapping using wix. So I added
'xmlns:ps="http://schemas.microsoft.com/wix/PSExtension";' and wrote some
code like this,



<DirectoryRef Id="ASSEMBLY">

      <Component Id="myCompId" Guid="E1BCC12B-4EAC-49D1-B59C-790366F5EEE9">

        <File Name="Cmdlets.dll" KeyPath="yes" AssemblyApplication="
Cmdlets.dll" Assembly=".net" Source="$(var.Cmdlets.TargetPath)">

          <ps:SnapIn Id="MyPSSnapin">

          </ps:SnapIn>

        </File>

      </Component>

    </DirectoryRef>



But, When I install the msi, it doesn't install the snappin. Please advice
me on this.(I am using wix '3.0.4624.0' build.)



Thanks a lot,

Sandun
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to