M
moondaddy
I have a .net 2.0 project that I want to use click once deployment, however,
some of the files that need to get updated from time to time are very big
and fat and I need to zip them or compress them in order to deploy them to
the client. In my .net 1.1 version I custom built the client login form to
automatically check for updates and install them on the client. I would zip
this fat file in advance and put it on the server ready for deployment. My
client utility would download all updates including this zipped file and
then it would unzip it on the client. Zipped it was about 5 mb which wasn't
too bad to download, but unzipped would be about 30 mb and would be
unacceptable to force all clients to download this from time to time. Is
there a way to have ClickOnce automatically execute code custom code on the
client once the deployment is complete? Is so, then this custom code could
do the unzipping for me. Or is there another solution for this? Can
clickone to the compressing and uncompressing automatically for me?
Thanks.
some of the files that need to get updated from time to time are very big
and fat and I need to zip them or compress them in order to deploy them to
the client. In my .net 1.1 version I custom built the client login form to
automatically check for updates and install them on the client. I would zip
this fat file in advance and put it on the server ready for deployment. My
client utility would download all updates including this zipped file and
then it would unzip it on the client. Zipped it was about 5 mb which wasn't
too bad to download, but unzipped would be about 30 mb and would be
unacceptable to force all clients to download this from time to time. Is
there a way to have ClickOnce automatically execute code custom code on the
client once the deployment is complete? Is so, then this custom code could
do the unzipping for me. Or is there another solution for this? Can
clickone to the compressing and uncompressing automatically for me?
Thanks.