I have a series of 12 individual projects developed under a single solution. Now I want to create a Setup Project for installation of these projects. I want to have single setup.exe as output which should install either 1 one of these 12 projects based on the user selection.Whenever user tries to install these by clicking setup.exe, he must be provided the option of selecting the project and then installation should proceed installing the corresponding exe.
Can I have Two basic Questions about Setup Project deploying -
1, After I put company's logo at startup installation, there was still text shown up "Welcome xxxx setup.." together with the logo, how to remove it and display company's logo only? Also, if using text display and the text is too long, how to return to next line?
2, If I setup more than once, I was told to remove the first one using Add/Remove program in Control Panel before setting up new program. How can I use a dialog like "Overwrite the existing program"?
I want to create personal folders during installation. I did the following steps:
Right click on your setup project -> View -> File System Right click on node "File system on
[Code]....
I know the above steps are correct and should work because i did it in the other application (solution) and worked fine. When i did same exact steps (of course i changed the folder name to be created), the application gets deployed but when i install, i don't get the Personal Folder under Documents? I wonder why did it work with my first solution and didn't work with the current one!
I've created a setup project for a VB.NET 2010 application that I've written. The application, and the installer both work fine on my development machine.The installer works fine on other machines, but when I run my application it immediately crashes and dies without telling me anything useful. I've tried it on Windows 7, Windows XP, and Windows Vista machines... and all had the same problem, so I think it's more of a package configuration issue than a machine-specific problem.Here's the most useful information that I was able to get out of it:
How can i add serial key at the time of installation when i install vb.net 2005 setup on any system like windows to proceeed installation you must enter the related serial key.
I have vb.net project (visual studio 2005) and ms-sqlexpress as database. i want to make file set up that contain vb.net exe file and other necessary files and installation of ms-sqlexpress.
I need to Install a MSI Package as a Prerequisite For an Installation Using Wix Setup...How Can I do it....? I first need to install this MSI package and only want to Continue the Set up,If this Installation Would be Successful...
I'm currently working on a project that populates a database with CAD document info from approx 20 engineers / draftsmen in an engineering office.I have the program functionality working on my computer. However, I would like to install this on the network and begin doing some addiitonal testing and debugging.
I'm unsure about the proper way to install the database and sql server express on the network. My program, which sends the info to the database, will be installed locally on each persons computer. Of course, the database file will be in a location on the network that everyone has access to.I'm assuming I should install the SQL Server Express on the network server as well. How do I setup the server for the SQL express?For example, when I installed it on my computer, the default server name was "Brian-HPSQLSERVER".How do I specify a new server name when installing the software?
how to create an Installation file in VB.Net. I create via Setup Project in Setup & Deployment . But how i add Shortcuts , Licence agreement, Serial no and Welcome notes.
I want to create a real setup project for my application so when someone want to download it he can run only setup, not default setup that provide me VB . How can I do that?
The 'DefaultLocation' for my application is set to '[ProgramFilesFolder]MyApp'. Now I would like the user to select what drive to install this application to. I know this is accomplished through the 'Installation Folder Selection' dialog, but I want the user to be able to select a drive only, not the entire path.
My question is how do I capture what drive the user selected from the 'Installation Folder Selection' dialog and use that drive letter to tack on to my 'DefaultLocation' variable?
I've just created a setup file for my application . Instead of using the click once process , I used the Create Install Free 4.14.5 program , in order to be able to specify some parameters that under click once I couldn't (like specifying installation folder etc) . The problem , however , is that now when I installed the application , an error message appears saying that the computer is missing the Visual Basic Power Packs 9.0 (which I indeed used in my application) . So , is there any way I can add it to my setup file ? That is in order to avoid making people manually downloading and installing it .
[ProgramFilesFolder][Manufacturer][ProductName][Version] is the Default. i Want to change the programfilesfolder to documents folder.
I already try this:
[DocumentsFolder][Manufacturer][ProductName] but it doesnt work. error in installing the product. ERRROR: "Could not access network location Polongo companyMC"
Iam changing the installation directory because when the application is installed in program files, my database can't add and edit record. having an error something like "operation must need an updateable query" because of that error i tried to install the appl in documents and there n error i'd encountered like when I install it to the program files folder.
The default installation of my setup project is as follows:
[ProgramFilesFolder][Manufacturer][ProductName]
The problem is PC in Europe don't have a "Program Files" folder, it's in a different language.When I remove [ProgramFilesFolder] from the setup program, the installation doesn't work. I would like to install the application in C:AppFolder,
In .Net Setup Wizard , While Installing Application Wizard shows ' Folder where to Install' but I want to show only Drive Letter like C, D etc Not to give option of folder
I've finally got a project compiled and tested and ready to roll out.I have discovered that the "Publish" option is not what it seems, and that we must create a separate "Setup Project" to carry out the task of installing the files.This is not the most intuitive process I've seen, and the online help on that subject is not easy to understand.I was hoping that someone could direct me to a tutorial or guide that would step me through the specific approach I need. Many of the other guides online are vague and address multiple scenarios and do not separate the approaches very well.I have the contents of my project in /bin/release. It runs nicely by iteself with no errors.Here's what I need:
1. To create a setup exe that I can distribute that will install my software, with all of the supporting (resource) files and folders. 2. I need the setup process to force the installer to "agree" to a EULA. 3. I'd would like to provide an image on the installation screen/popup. 4. I would like the software registered in the registry and rely on it being there in the registry. 5. I need it to default to program filesprojectname (it does by default)
I new to this Forum and relatively new to VB programming. I have read some really good posts here and thought I would ask about a perplexing problem I'm having. I createdindows Form application, built it and deployed it with no problems. However, when I added a small block of code, re-built the app and went to add the app to the Project Output Group in the file system editor the project was not in the Project drop down list. I closed the Setup project and deleted it from the project folder and checked my code and re-built the app and tried the Set Up project again with the same result
i've just completed a vb application and i 'm asked to write installation notes + system requirments to install and the requirments needed to run this application.
I have developed an application in VB.Net 2005 Express. This app was then transformed into a windows service using a template I found on this forum. I am able to install the service using InstallUtil.exe and I am very happy, BUT the powers that be me are asking for a more eligant method of installing / upgrading the service. All of my reading suggests I need to upgrade to VS 2008 Enterprise to achieve this goal. Before I lash out and reach for my credit card, can someone confirm the minimum requirement to achieve a pretty service installation.
I am trying to open a project in Visual Studio. I have VB.NET and C# installed. When I open the solution, it says
"The project file D:MyProjectsComboSample.csproj can not be be opened." "The project type is not supported by current installation"
What do I need to install? C# is already there.
ComboSample.csproj
Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComboBoxSample1", "ComboBoxSample1ComboBoxSample1.csproj", "{6A1F1EE5-4AED-40E0-9517-3EAC47442628}" EndProject
I have an excel-file that is being populated with certain information and is used as a base for a printing form...
I need to include that file in the installation and reference to it when populating the cells with some information. So, how do I include that file when installing the project?
( I tried already to change the 'Build Action' to 'Content' )
My company has an application that until now has been distributed as exe-file together with lots of dlls. I am about to make an installtion program for this application, but there is one big problem. The database can be both access and SQL, the user decides by what he/she writes in the connection string in the .config file. I know how to insert a custom action in the installtion program to enable to let the user chosse this during installtion, but I don't know how to include the database in the project, especially since it can be both access and SQL.
I am trying to publish a project. Via the publish wizard I have published the project. So I have:Project.applicationSetup.exeand a directory application files in which:Project.applicationProject.exe.deployProject.exe.manifest. When I start the setup it does it's thing (only one question: do you want to install ...etc) and 2 seconds later its done.
Problem: 1. I can't find the installation directory... (I can find the app in the 'add/remove programs' but not anywhere in program files or ..)
2. there are a few xml and mdb files I want to include in de project (or else the project does not work).
But because of (1) I don't know where to do so. Or beter yet, I would like to include these files in the installer.3. Why doesn't the installer ask me where I want to install?
I've downloaded the MSDN "101 VB Samples" from the MS site and I'm getting an error that reads "The project type is not supported by this installation". I can open the other files that I've tried (about a dozen in other folders), so I'm wondering if it is something specific with the VSTO files, or something about my VB setup.
I thought at first it was a problem with the path where the file is sitting, but even moving it from C:Documents and Settings[my name]My DocumentsMSDN to C: didn't work...Edit: I have also tried opening in notepad and converting the file to UTF-8, changing the File Association from MS Visual Studio version selector to devenv.exe, and running devenv /setup at the command prompt, all with no luck (all these ideas were found through Googling the error message....).
I have tried to find the sdk ('Windows Software Development Kit') mentioned in the 'GIF Encoder and Decoder Sample', but there are so many SDKs I can't find the one I need. I am using visual Studio 2005 Standard Edition on Windows XP. The language I program in is VB. Can someone point me to the right SDKs for the sample and OS and VS version?