K
kanepart2
Hey ,,
I was trying to add a dll to the GAC the following works as desired
<Component Id="Assemblies_GAC" Guid="D50D93D8-B5EF-46f4-
A304-869ADBA389F9" DiskId="1">
<File Id="foo_GAC.dll" KeyPath="yes" Assembly=".net"
ProcessorArchitecture="msil" Name="foo1.dll" LongName="xxxxxxxx.dll"
src="C:\GAC_Installer\xxxxxxxxx.dll" />
</Component>
what I require is for the source of the dll to default to the same
location as the MSI file. So ,, basically the src attribute of file
should require just the file name and the location of the file should
be assumed to be the same as the location of the MSI.
I have already tried src="xxxxxx.dll" and that doesnt work
any ideas?
thanks
I was trying to add a dll to the GAC the following works as desired
<Component Id="Assemblies_GAC" Guid="D50D93D8-B5EF-46f4-
A304-869ADBA389F9" DiskId="1">
<File Id="foo_GAC.dll" KeyPath="yes" Assembly=".net"
ProcessorArchitecture="msil" Name="foo1.dll" LongName="xxxxxxxx.dll"
src="C:\GAC_Installer\xxxxxxxxx.dll" />
</Component>
what I require is for the source of the dll to default to the same
location as the MSI file. So ,, basically the src attribute of file
should require just the file name and the location of the file should
be assumed to be the same as the location of the MSI.
I have already tried src="xxxxxx.dll" and that doesnt work
any ideas?
thanks