A
Alex Stevens
Hi,
I'm trying to find method by which we can deploy our windows forms
application at the client.
It is a windows form application, updating a SQL server database.
Simple.
I've looked at the Microsoft Application Updater Blocks and also the
www.gotdotnet.com .NET Application Updater. Neither of these seem to
overcome some simple tasks, and have glaring limitations that I can see, and
I would appreciate some guidance on these.
I have compiled my application using a setup & deployment project, and have
bundled crystal and all it's MSM.
My application uses some local assemblies in the copied to the bin folder,
and some assemblies from the GAC.
From what I can tell, the UAB provides a method to copy files to the client
when an update is available via ftp / http / UNC paths, and reads this from
a manifest.
So, using this how do I:
1.Create Shortcuts on the desktop?
2. Install / register Crystal reports from the MSM files?
3. Install any MSM files which are designed to included in deployment msi's?
4. Install files which get copied to the GAC?
I surely shouldn't have to pick apart the MSM files and install all the
components myself?
If you should install crystal reports in the initial install on the client,
what happens if I include crystal reporting in a later revision / version?
What should I do when the user logged in doesn't have administrative rights
(which is likely!!).
Is the application updater block, simply for providing x-copy functionality?
Would somebody be able to put me better in the picture?
Is there another product I should use to distribute my application, and have
it automatically update when a new version is available?
Thanks
Alex
I'm trying to find method by which we can deploy our windows forms
application at the client.
It is a windows form application, updating a SQL server database.
Simple.
I've looked at the Microsoft Application Updater Blocks and also the
www.gotdotnet.com .NET Application Updater. Neither of these seem to
overcome some simple tasks, and have glaring limitations that I can see, and
I would appreciate some guidance on these.
I have compiled my application using a setup & deployment project, and have
bundled crystal and all it's MSM.
My application uses some local assemblies in the copied to the bin folder,
and some assemblies from the GAC.
From what I can tell, the UAB provides a method to copy files to the client
when an update is available via ftp / http / UNC paths, and reads this from
a manifest.
So, using this how do I:
1.Create Shortcuts on the desktop?
2. Install / register Crystal reports from the MSM files?
3. Install any MSM files which are designed to included in deployment msi's?
4. Install files which get copied to the GAC?
I surely shouldn't have to pick apart the MSM files and install all the
components myself?
If you should install crystal reports in the initial install on the client,
what happens if I include crystal reporting in a later revision / version?
What should I do when the user logged in doesn't have administrative rights
(which is likely!!).
Is the application updater block, simply for providing x-copy functionality?
Would somebody be able to put me better in the picture?
Is there another product I should use to distribute my application, and have
it automatically update when a new version is available?
Thanks
Alex