how to install my program and the sql server on customers PC ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nisreenalkhun
    New Member
    • Mar 2014
    • 2

    #1

    how to install my program and the sql server on customers PC ?

    how can i make the installation much easier when i install my program and the sql server and frame works on my customers pc?

    i'm looking for a software that make this procces easy so i can just put only one cd or dvd and it starts installing every this automatically, also if there is anything missing it displays me a message?

    any ideas please ?
  • mcupito
    Contributor
    • Aug 2013
    • 294

    #2
    http://msdn.microsoft.com/en-us/libr...(v=vs.80).ASPX

    See the MSDN link on 'ClickOnce Deployment.'

    In your project, if it's an executable, you can go to 'Publish'.

    From there, select the destination where you want to publish the program. Click on 'Prerequisites' if you need to include CLR Full or Client , SQL Server Express, etc.

    Comment

    Working...