a clickonce issue

  • Thread starter Thread starter Tony Leung
  • Start date Start date
T

Tony Leung

I am deploying a Windows application in Visual studio 2005 and adding some
files to the
folder in the application folder (in http://localhot/mytest), how can I
also add these files to custom folder (client side) also?

Any suggestion?

Thanks a lot!
 
You can write your own program, add it to the prerequisites (use the
Bootstrapper Manifest Generator to add it to the VS prerequisite list) and
run it with the bootstrapper.

Or you can have your program put the files out there the first time it
runs.

Robin S.
 
Back
Top