On Mar 26, 1:32 pm, "Liz" <l...@tiredofspam.com> wrote:
> I was intending to use an XCOPY install for a VS2005 C# WinForms app but
> when I copied the files and ran the app on a clean machine it failed when
[quoted text clipped - 7 lines]
>
> TIA
<< CR needs merge modules, I do not know of any install setup (a la
dotnetframework.msi), you can create a setup project and install it
like that >>
Thanks, Ignacio ... sounds right; but one thing I noticed is that if you
want to do XCOPY you can create a setup and then use the Crystal MSI that
gets created in the publish directories and run it independently of your
XCOPY.
Ignacio Machin ( .NET/ C# MVP ) - 26 Mar 2008 20:09 GMT
> On Mar 26, 1:32 pm, "Liz" <l...@tiredofspam.com> wrote:
>
[quoted text clipped - 18 lines]
> gets created in the publish directories and run it independently of your
> XCOPY.
Hi,
I have never done it like that, when I have a solution that uses CR I
always create an MSI (at least for the first deployment).