R
Rob
I have an application written in C# 2003. The installation package for this
was done through .Net, and when it was installed on the target machine I see
it placed there not only the exe, but also the .cs and .resx files (from the
modules and forms used), as well as the .rpt files for the Crystal Reports
(v10) used by the application. My intention is to have the target directory
for the application only have the EXE file and run properly. I've seen
remarks about Installshield, when I tried that with a C# .Net install wizard
it did only install the exe, but erred out due to the missing .rpt (Crystal)
files. I've also seen something regarding an ILMerge utility, but am
unfamiliar with that.
With VB6 when you did an install, the exe would 'combine' any report files
into it. Is there any way to do this with .Net? So that the only thing
displaying in the installed directory is the exe file?
Thanks
was done through .Net, and when it was installed on the target machine I see
it placed there not only the exe, but also the .cs and .resx files (from the
modules and forms used), as well as the .rpt files for the Crystal Reports
(v10) used by the application. My intention is to have the target directory
for the application only have the EXE file and run properly. I've seen
remarks about Installshield, when I tried that with a C# .Net install wizard
it did only install the exe, but erred out due to the missing .rpt (Crystal)
files. I've also seen something regarding an ILMerge utility, but am
unfamiliar with that.
With VB6 when you did an install, the exe would 'combine' any report files
into it. Is there any way to do this with .Net? So that the only thing
displaying in the installed directory is the exe file?
Thanks