Deployment with Visual Studio 2008

  • From: "Donald Marang" <donald.marang@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Wed, 24 Mar 2010 19:36:02 -0400

I have an alpha version of my QuickOCR application ready to post to a personal 
website.  It was written in Visual Basic .Net using Visual Studio 2008.  It is 
meant to be a quick and dirty method to efficiently OCR screen snapshots and 
files.  Currently it relies on the Microsoft Office Document Imageing (MODI) 
tools in Office 2003 and 2007.  It does more than I expected, like MODI 
officially only supports MDI and some TIFF files.  In practice, it handles many 
others.  

I would appreciate feedback and I have a few design and deployment questions.  
The source is at:
http://mysite.verizon.net/marangs/QuickOCR.html

There is an "QuickOCREnhancements.rtf" file that lists the known deficiencies 
and expresses my future ideas for this application.  

I have not figured out the strange Publish options in Visual Studio.  It 
clearly provides for deployment from a CD or an IIS web server.  The most 
common deployment, a single executable setup file copied or downloaded from 
anywhere is not so clear.  Could someone give me some pointers or direction?  

I have not created Windows applications in over a decade.  What are the 
advantages to having the application installed and involved in the registry 
fiasco vs just a stand-alone application?  Is it possible to have a simple 
Windows application with a Graphical User Interface which does not require 
installation?  How is this done?  Is the executable in the Debug directory 
useable elsewhere on my computer?  Can it be distributed to other computers?  I 
assume at the least, .Net 3.5 must be installed on their computer.  Would this 
be different if the application had no interface, just command line options?  

I have a design layout question as well, but perhaps that should be a separate 
message.  

Don Marang

Other related posts: