HI
 
How to deploy a file in GAC using WIX? This is what I am using but no luck L
 
<Directory Id="WindowsFolder">
        <Directory Id="AssemblyFolder"
 </Directory>
 
<DirectoryRef Id="AssemblyFolder">
      <Component Id="GACDeployment" Guid="E7173CAB-E43F-4A07-99F7-774EF9B761E9">
        <File Assembly=".net" KeyPath="yes" 
AssemblyApplication="Microsoft.Practices.ServiceLocation.dll"  
Id="Microsoft.Practices.ServiceLocation.dll" 
Name="Microsoft.Practices.ServiceLocation.dll" 
Source="UtilityFiles\Microsoft.Practices.ServiceLocation.dll"/>
      </Component>
    </DirectoryRef>
 
Regards
Anweshi


      
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to