(Making A Setup) Changing The Default Location Of Installation Path?

Jun 14, 2009

[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.

View 4 Replies


ADVERTISEMENT

C# - Program Installation - With The Default Location?

Feb 18, 2012

I'm a beginner. I recently developed an application in C#. Now I wanna develop its setup. I read a few articles online, followed them, found it very easy. I also changed the default location of application folder from C:Program Files to C:. My application folder is containing a few folders besides exe and dlls which I added manually.

Now here the problem starts, when I install the application and change the location say from c: to d:, my files (all files including exe and dll) are going to user's given location. But my folders (all folders in application folder) are going to c: (which is default location given while creating setup). But I want output files and that folders at same location

View 1 Replies

Changing The Path Installation After Publish

Feb 22, 2011

I would like to ask about publish project in Vb.I am using OneTouch in Vb After I have publish the project, all information (database, images, other files ) will be put in this C:Documents and Settings ewuserLocal SettingsApps2.0

[Code]....

View 6 Replies

Set Default Location Of Setup?

Jul 31, 2009

I need to set a string stored in registry as the default location of a setup file how to do in vb.net (visual studio 2008)

View 1 Replies

VS 2008 Deployment Installer - Change Default Installation Path?

May 4, 2011

I need help changing the default installation directory for a deployment package installer. The application's default directory is currently: [ProgramFiles][Manufacturer][ProductName].

What would I change this to, so that I can install the software directly on the root drive; Such as 'C:ManufacturerProductName'?

View 3 Replies

Changing Default Company Name In Setup Project?

May 22, 2009

I'm creating setup using VS2008 and I can able to create. The problem is the setup location is always c:program filesdefault company name.

I can rename that while installing. but, how can I change default company name while creating setup.

View 13 Replies

Winforms - Changing Default File Location For .net?

Aug 26, 2009

i would like to be able to set the change the default file location. for example if i do a filestream on a "file.txt", i want it to look by default in the desktop. is there somewhere in the settings of vb.net express 2008 where i can change this default location of working with files?

View 1 Replies

Changing Default Save And Open Location For Visual Basic 2010 Express?

Aug 16, 2011

We are testing the visual basic 2010 ee in one of the computing suites at a secondary high school. The installation was fine When we tried opening or saving a project it saves it into a default location i.e my documents. The problem withthis is pupils dont have access to c:. They their own drive on the network (h:) where they save their work. When i went and changed the settings in VB in tool > options.

View 3 Replies

Making A File That The User Doesn't Have Access To And Changing The Location Of The Configuration File?

Jun 25, 2011

on my program i have an activation in it and in order to activate the program you need to enter a code that is stored in the settings. so i was looking through my computer and i found the programs config file. and so I opened it and i found all of the codes for the activation. I need to find out how to make the file so the user doesn't have access to it and then how to move it to a more hidden place in the C: drive.

View 3 Replies

Setup Project - Run Only Setup, Not Default Setup

May 10, 2012

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?

View 4 Replies

Setup Not Working On Installation?

Aug 11, 2011

I have a vb.net application . I have added references of Ms Excel into the application.In my machine both vs and ms office are installed

Now I move my code to another machine where only vs was installed and not ms office . When I run the code from vs it works perfactly.

Now I make installer. I install it on my machine and it works

I also install it on another machine where ms office not installed and it does not work .

my question is why it is working when I am running from code and not when I am running from Installed shortcut ?

and should I need to install ms office also on the machine to run the application from Installation. ?

View 6 Replies

IDE - Customized Setup Project Installation Exe

Mar 3, 2009

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.

View 1 Replies

Setup Taking Too Much Time For Installation?

Aug 23, 2009

Setup taking toomuch time for installation

View 5 Replies

Add Serial Key On 2005 Setup At Installation Time?

May 14, 2009

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.

View 4 Replies

Create File Setup With Installation Of Sql Express?

Mar 9, 2010

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.

View 4 Replies

How To Check For Updates During Installation In .net Setup Project

Feb 25, 2011

I have a little prob guys. How can we set vb.net setup project will check for an update of its newer version first before proceeding in installation.

View 5 Replies

IDE :: Install A MSI Package As A Prerequisite For An Installation Using Wix Setup?

Aug 17, 2010

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...

View 2 Replies

Proper Setup / Installation Of Sql Server Express?

Feb 24, 2012

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?

View 1 Replies

Setup & Deployment - Create An Installation File?

Oct 28, 2009

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.

View 2 Replies

C# - Visual Studio Setup And Deployment Installation Folder

Nov 26, 2010

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?

[Code]...

View 2 Replies

VS 2008 : Adding The Power Packs 9.0 In The Installation Setup?

Sep 24, 2011

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 .

View 4 Replies

Control Installation Location Of Click Once Folders?

Sep 8, 2009

Is there any way to change the installion of a click once app to the program files location so that it will be availabe to all users? Right now it is burying the location of the files within the user folder.

View 2 Replies

2008 - Setup Project Startup Installation Text Shows Up

Feb 17, 2009

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"?

View 3 Replies

C# - Setup Project Does Not Create File System Folders During Installation

Aug 31, 2010

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!

View 1 Replies

Visual Studio - .NET 2010 Project Setup/Installation Package?

Feb 3, 2011

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:

[Code]...

View 1 Replies

Changing Config File After Installation?

Aug 12, 2009

I'm using app.config to store database connection strings.My question is. Is it possible to manual change configuration file on the user's computer after installing msi file. for example if I decide to change to the dev database vs live.

View 1 Replies

Changing The Lanuguage Of Installation Interface?

Apr 15, 2009

Is there any way to change the language of the installation interface of the software that I publish? I'm currently using Chinese(Traditional) version and I want to change the install file into English.

View 1 Replies

VS 2008 Setting The Installation Location Of A Published Application?

Jan 11, 2011

I have published a vb.net application and installed it on my PC. When I try to locate the installed application, I dont find the location where its been installed.

How to install a publish application on a specified location in C:Program FilesProject?

View 8 Replies

Create Windows Application Installation / Setup Select Component Window?

Jun 30, 2010

I am creating a windows application setup project using Visual studio 2008 setup project. This setup will have following steps[code]...

View 1 Replies

Deployment :: Remove [ProgramFilesFolder] From The Setup Program, The Installation Doesn't Work?

Jun 10, 2009

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,

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved