What are the procedures to include a DATABASE file along with this...????
Deploying a C# application (Visual Studio Setup Project) How to deploy a C# application using Visual Studio Setup Project.
#47 Guest_Saurabh*
Posted 11 February 2011 - 01:12 PM
#48 Guest_Guest*
Posted 21 February 2011 - 04:59 AM
Hi, Great tutorial!
In my project I have a folder (MyData) with some files, I'd like to get this folder into the deployed folder, after run the installation.
I tried to add data files from output project but not all of the files in MyData folder have been copied
Any suggestions?
In my project I have a folder (MyData) with some files, I'd like to get this folder into the deployed folder, after run the installation.
I tried to add data files from output project but not all of the files in MyData folder have been copied
Any suggestions?
#49
Posted 23 June 2011 - 11:53 PM
Great tutorial thanks a lot
it would be appreciated if some one can tell me how to include SQL Server to a setup project and how to attach my .mdf file to it before installing the main application
thnx
Adil
it would be appreciated if some one can tell me how to include SQL Server to a setup project and how to attach my .mdf file to it before installing the main application
thnx
Adil
#50
Posted 12 January 2012 - 09:54 AM
Thanks for the tutorial.
Edit: Never mind, ive figured out how to now.
Edit: Never mind, ive figured out how to now.
This post has been edited by scolty: 12 January 2012 - 10:01 AM
#51
Posted 19 January 2012 - 06:16 PM
riscy00, on 29 November 2009 - 01:27 PM, said:
This is very good presentation, I would like to ask how to
(a) Install application icon to replace the generic icon (the one that goes to explorer window and other that goes to window taskbar?
(
How to make it to create shortcuts?
© How to make it list program with in the program list of the start button (bottom LHS of the window explorer)
Much appericated.
(a) Install application icon to replace the generic icon (the one that goes to explorer window and other that goes to window taskbar?
(
© How to make it list program with in the program list of the start button (bottom LHS of the window explorer)
Much appericated.
A: You basically just change the icon on the thingy:

B:Right Click in Files View, Click the create new shourtcut.


C:You add it to the start menu section


#52
Posted 21 February 2012 - 10:56 AM
blogwhodle, on 19 January 2012 - 06:16 PM, said:
riscy00, on 29 November 2009 - 01:27 PM, said:
This is very good presentation, I would like to ask how to
(a) Install application icon to replace the generic icon (the one that goes to explorer window and other that goes to window taskbar?
(
How to make it to create shortcuts?
© How to make it list program with in the program list of the start button (bottom LHS of the window explorer)
Much appericated.
(a) Install application icon to replace the generic icon (the one that goes to explorer window and other that goes to window taskbar?
(
© How to make it list program with in the program list of the start button (bottom LHS of the window explorer)
Much appericated.
A: You basically just change the icon on the thingy:

B:Right Click in Files View, Click the create new shourtcut.


C:You add it to the start menu section


I also can't get the Start menu to display my newly installed program. I have tried many different things. I wasn't sure about what you are doing with the Appware folder in your response.
Shouldn't MS have made it a default to put the application in the Start menu?
Thanks for any help. I can produce screenshots from my app if required.
#53
Posted 21 February 2012 - 11:39 AM
You should have something like this in VS?? See red circle. Pretty sure thats where ur suppose to copy the file into. Sorry i cant be more help but dinner is getting cold.
This post has been edited by scolty: 21 February 2012 - 11:40 AM
|
|






MultiQuote


|