Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > setup and deployment probelm
 

setup and deployment probelm

i have1owc setupwhich is necessary for my project i want to create setup which include owc setup ...if the deployment pc have not owc then first install owc then my project setup



Ather
Ather.Abbas  Thursday, August 06, 2009 4:40 AM

Hi mAther.khan,

We need to add owc as a prerequisite to the setup.

If you want to publish via web, you can use ClickOnce.

This is a walk through:
http://msdn.microsoft.com/en-us/library/31kztyey(VS.80).aspx.

This link shows how to add a prerequisite:

http://msdn.microsoft.com/en-us/library/8st7th1x.aspx.

If you want to create a setup package, you can use Setup Project.

This is a walk through:
http://msdn.microsoft.com/en-us/library/ms242499(VS.80).aspx.

This link shows how to add a prerequisite:

http://msdn.microsoft.com/en-us/library/7eh4aaa5(VS.80).aspx.

Let me know if this helps.
Aland Li

Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Friday, August 07, 2009 9:36 AM
thanks for your reply. Basically when i go toProject property->Publish Pan -> prerequsitesMy required prerequisitesnot listed in the "Choose which prerequistes to install" here. i want toadd my prerequisites here -> "Choose which prerequistes to install"

thanks
Ather
Ather.Abbas  Wednesday, August 12, 2009 8:11 AM

You can use google to search for other answers

Custom Search

More Threads

• Bind data to the TreeView Control
• Question on using table adapter with existing stored proc
• Problem with DataGridView
• DataGrid view re-sorts after cell validating event.
• How to implement a search of a value into a specific column of a DataGridView control
• restricting Data Grid navigation
• Multiple radio buttons
• C#.net Datagridview
• How to Fetch Record from DataAdapter?
• DataGridView cell ReadOnly property not working