K
kanepart2
So, I have a bunch of dll's. I want to create an MSI file in wix that
installs them into C:/Windows/Assembly, I have tried doing the
following but it doesnt work for installation of the files (ie.
replicating the drag and drop action)
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="WindowsFolder">
<Directory Id="AssemblyFolder">
<Component Id="InstallComponent" Guid="guild goes here">
<File Id='xxxx.dll' KeyPath="yes" Name='xxxx.dll'
LongName="xxxxxxxxx.dll" DiskId='1' src='C:/Xxxxxxxxxxxxxxxxxx.dll' /</Component>
</Directory>
</Directory>
</Directory>
installs them into C:/Windows/Assembly, I have tried doing the
following but it doesnt work for installation of the files (ie.
replicating the drag and drop action)
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="WindowsFolder">
<Directory Id="AssemblyFolder">
<Component Id="InstallComponent" Guid="guild goes here">
<File Id='xxxx.dll' KeyPath="yes" Name='xxxx.dll'
LongName="xxxxxxxxx.dll" DiskId='1' src='C:/Xxxxxxxxxxxxxxxxxx.dll' /</Component>
</Directory>
</Directory>
</Directory>