I need some clarification on the directory structure in *.wxs files. As far as i know it install the files in the directory that we have specified in the directory element. Does it have any other use?
If it does describe the directory structure where the product will be installed, than what will happen if the user has a browse option in the installer.
what will i have to do if i don't want any directory structure in my .msm file?
<Directory Id='TARGETDIR' Name='SourceDir'>
<Directory Id='MyModuleDirectory' Name='.'>
<Component Id='MyModuleComponent' Guid='87654321-4321-4321-4321-110987654321'>
<File Id='readme2' Name='readme2.txt' src='readme2.txt' />
</Component>
</Directory>
</Directory>
</Module>
</Wix>