Trying to build a Microsoft install routine (MSI) with a crystal reports merge module (CrystalReports11_5_NET_2005.msm) in Visual Studio 2005. This is not a ClickOnce deployment just a regular setup.exe senario. The setup works great but insists on creating a whole slew of folders in the install directory that appear to be Web related..e.g.
CSS
html
images
js
prompting
Has anyone else come across this? Is there a way to prevent this from happening?
Thanks