VS 2008 Deployment/Setup Projects?
Nov 9, 2009
Maybe I'm just searching around for the wrong information, but are there any good tutorials on Deployment or setup projects? I can make the little auto wizard that VS2008 makes for you, but my app needs more custom options. For instance my app will set up SQLserver 2008 and create the tables in it, but I can't find any useful info about how to make a custom setup/msi app.
View 1 Replies
ADVERTISEMENT
Jun 30, 2005
Microsoft provide a plug-in for Visual Studio .NET 2003 that allows you to easily include the .NET Framework in your setup projects.
View 4 Replies
Jan 16, 2010
i want to make "Setup and Deployment Projects" but when i run setup on another machine it gets error because there is no sql datebase on this machine
View 5 Replies
Jun 9, 2010
I need to deploy an application that I have created. I have done this by creating a new setup and deployment project in VS 2008.
My question is- do I need to have these two separate projects or can I somehow combine them into one?
View 3 Replies
Jan 3, 2011
I have created an windows application in VB.NET 2008 ad want to create the setup but due to newer in VB.NET i could get expected result from the setup such as....
1.I want to deploy only those items which are highly needed.
2.I want to check the system requirement ie.version of framework,sql database,crystal report etc..
3.I want to set the automatic connection string to the databsase such wherever theaplication will be install it have to be run successfully.
View 1 Replies
Jan 14, 2008
I have VS 2008 VB project that I have created a Setup and Deployment project for.When the install starts, it give a message that .NET 3.5 is required and asks if the user wants to download.On the programs Advanced Compiler Settings, I have the Target Framework set to .NET 2.0, but the deployment still prompts to download .NET 3.5.
View 11 Replies
Feb 19, 2009
Just got a little quirk with VS2008 on 1 solution.When i press F5 to debug my solution builds the current project but then insists on building all my setup projects...
This only occurs on 1 of my solutions and it has 20 projects within it.
I've checked startup projects and it has no dependancies and is set to selected project.
EDIT: Right click and debug in new instance works fine
View 2 Replies
Nov 25, 2009
Is it possible to make a setup and deployment project in VB.net 2008, every site i have looked at on google says to just select it from the project list. It isnt in the project list for me to select.Are these types of projects not available in the express version?How can I make an installer, other than using one of the setup and deployment projects? (I know there is a publish button, but that doesn't make a proper installer and installs to the appdata folder which is not what i want it to do)
View 3 Replies
Aug 23, 2010
During the installation stage of VS programs, via setup and deployement, the end user is given an option to install to local settings or for all users. Where is this information saved?
View 8 Replies
Apr 2, 2009
add serial number requirement to Setup & deployment > setup wizard for VB.net application
View 16 Replies
Nov 3, 2009
i'm developing an application vb.net with mssql server as database. on my pc it works. but i don't know how to make it works on my customer's pc.anybody have some tutorial regarding the creation of a setup and deployment project with ms sql server.my first doubt is: how can i determinate the right connection string?
View 1 Replies
Dec 9, 2009
I am trying out the Visual Studio 2008 Standard Edition Setup and Deployment - Setup Wizard on a very simple VB 2008 app which includes a simple SQL Express dB. The build works fine and it installs on the target system ok. But when I go to run the application and add a new record for example, I get a "read-only" error indicating that the sql db is read-only. Yet none of the files in the folder are read-only. What is odd is that the folder that it was installed into "acts" like it is read only, yet it is not identified as such. If I move the .exe and db files out of that folder, (onto the desktop for example) it works just fine. Should I set up a post build event or something to make
View 6 Replies
May 7, 2012
Have built a project and associated it with a Setup&Deployment Project. The S&D project needs to contain 2 main folders (under User's Desktop) with various formats of files (xmls, txts, dlls) inside them and several subfolders. How can i copy/import these 2 folders and there sub-files/folders into my s&d project?
When adding them in the usual way, they are copied and defined a source path onto the current pc. You can understand what errors this might create when an another targeted pc does not contain those files to the exact location. Is there any way to copy them locally or somehow import them?
View 5 Replies
Sep 11, 2011
can sombody guide through the deployment of projects wriiten in vb.net i use visual studio 2008. i want it to be installable just like .msi files
View 3 Replies
Jan 22, 2008
I hv deployed my project using "Setup and Deployment" wizard. I hv installed MS VS.NET 2003 Bootstrapper Plugin -> A plug-in for creating deployment projects in Microsoft� Visual Studio� .NET 2003 that contain the .NET Framework version 1.1 and/or Microsoft Data Access Components (MDAC) version 2.7. still it is giving the error The setup requires .NET Framework 1.1.4322. Install the .NET Framework and run the setup again. The .NET Framework can be obtained from the web. Would u like to do this now?
[Code]...
View 1 Replies
Feb 8, 2010
Can I included several setup projects in the same vb solution such that when solution is built each setup creates its own setup package?
View 1 Replies
Mar 7, 2011
I have three Setup and Deployment problems that are making me even more crazy than I have been accused of currently being.#1 - My project(heavy on text file streamreaders) installs as it should on the target machine but I can only run it on said machine as administrator(works great)... I have tried changing the permissions on the installed project and that did not seem to work. Error - blah blah cannot access [filepath]? ([filepath] is correct and verified. Ideas? Can I set permissions in the install itself? How so?
#2 - #3 (Basically the same questions)I have directed Setup to install a Program Menu and Desktop Icon and it does so. The problem is that the icons are non functioning. I dont see where I can set an actual filepath for them in the Setup menus?A good tutorial on VB 2010 Setup and Deployment wouldnt hurt if anyone has a link.
View 1 Replies
Jan 31, 2011
how to setup my deployment project so that users can customize thier own settings in app.config? Which special folder in the File System browser should I add, Personal Data, Application Data, or Programs Menu? How do I add the app.config to the folder? What about the project output, should it also be in the same folder? If so, should the project output be taken out of the Application Folder, in other words, exist in one place? I tested my deployment and was shocked that the icon only opened on the test user's pc after installation. I have custom settings in the app.config file that have default values, but must be configurable for user specific settings.
View 3 Replies
Nov 17, 2010
cn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data source=C:solutionvs10 est estinDebugdb2.mdb;**Jet OLEDB:Database Password=secret**")
cn.Open()
''# codes
cn.Close()
I used V S 2010 The above is my code u can see that it is Ms Access DataBase(password protection)How i can create a setupb that can be easy to install other computer.
View 4 Replies
Oct 29, 2009
I have application developed in vb.net 2005 with sql server database and also used crystal report in it. I have make the setup files using deployment wizard. Now the problem is that when I install the setup files, it work on some pcs while didnt run on some others. Framework 2.0 is in its prerequisites which I install before running setup. When I try to see error message, it gives server time out.
View 5 Replies
Jun 21, 2010
My suggestion is how to use the setup/deployment project - and also how to add it/incorporate it into the project being built.
View 3 Replies
Aug 15, 2011
When i am running my application on my machine at that there is no problem but when i am running on diffrant machine at the time login failed is occurring
View 1 Replies
May 10, 2012
When setting up the user interface I can add a radio buttons dialog with 2 buttons. How do I use the response to determine whether to display the installation folder dialog and custom actions?
View 4 Replies
Apr 4, 2009
can i do something like this : -when i uninstall the program, mydb.mdb is not deleted and stay still. -when i reinstall the program again, the setup and deployment will check if mydb.mdb is already exist or not in the installation path, if mydb.mdb is already exist,then it would not be replaced(still using the old mydb.mdb). but when mydb.mdb is not exist in installation path, the setup will copy mydb.mdb into the installation path
View 12 Replies
Jan 8, 2010
What do you think is the best free setup and deployment package for VB.NET? Which is easiest to use?
View 4 Replies
Oct 2, 2010
ive just completed my app and i created a setup and deployment project.Complier forced me to exclude wmp.dll
i get this error for about a second before the app launches. Losing my splash screen because of it
I thinks it has to do with the .dll, but ive no clue how to fix
View 4 Replies
Feb 12, 2012
best free setup and deployment package for VB.NET? Which is easiest to use?
View 2 Replies
May 4, 2012
So I have a simple Outlook Add-in I've developed and that works, i.e. when I
build the project the add-in is available to Outlook and is loaded. Works great. And so to distribute the add-in here at work I want/need to create a setup deployment project, which I've added to my add-in solution. I followed the walk-though from here: [URL]
[Code]...
View 2 Replies
Jun 22, 2009
Am I crazy or is there no Setup and deployment for the standard edition?I have already ran the install template command with no luck so I have to wonder if it is included. It should be listed under Other project types, but it is empty.
I cannot use the application I build because I am using the MS Power tools shape control and I cannot find anyway to add it when I build my application and looking up info on the Power Tools there is a check box that you select in the setup and deployment which I don't have.
View 12 Replies
Jul 7, 2010
setup and deployment project walkthru? creating a setup and deployment project in Vs2008
View 7 Replies