Include A Separate Initialization File With Setup Package?
Feb 8, 2010
I have developed a windows forms desktop application using vb.net 2005. It is installed on client computers using a setup package.
One of the clients wants to redistribute the setup package to other users.
He wants to provide the users with an initialization file containing the database server name which they will be using, so that it is available when the application is installed. They are apparently incapable of physically typing in a server name themselves after installing the application.
Is there any way I can include a separate file with the setup package which the application can find after it has been installed?
View 6 Replies
ADVERTISEMENT
Jul 26, 2010
how I can include a file in a setup.exe package and have it copy/add that file into a specific folder/directory when the install is run?
I have a Crystal Report that is in the application's "Release" folder in the development environment. I need to have this .rpt file copied to a folder on the user's C: drive when the Setup.exe is run.
View 1 Replies
May 24, 2012
I have developed an application which includes CR to display reports. I just found out to run these report, CR runtime engine needs to be installed. I would like to know if possible to include the installation of CR Runtime Engine in the set up of my application? I have noticed the pre-requisite option in VS 2010. But how to add CR Runtime Engine installation to my set up?
View 2 Replies
Feb 26, 2011
I am wanting to use an application to package all my files together into a setup package. I have tried InstallShield 2011, but when i click on Visual Basic .net wizard, it tells me I do not have Visual Studio.NET installed on my system. I am currently using VB2010 Express How can I fix this... or is there a better application available for packaging?
View 2 Replies
Jan 8, 2011
I do one project in visual basic 2010.In visual basic 6 project can be make Package and deployment (setup file or install file) file using Package and deployment wizard.But in visual basic 2010 express edition does not have Package and deployment wizard.how to make Package and deployment (setup file or install file) file in visual basic 2010 project?
View 4 Replies
Feb 15, 2011
Anyways, i have coded a video downloaded and i want to include a converter as a separate exe file. But obviously people may have different file directories so a simple piece of code i have used won't work. This is what i have: Also where would i place the exe file?
View 3 Replies
Feb 26, 2009
i need to register the control in client machine at installation time.i craeted a bat file which has the following code regsvr32 s mscomm32.ocx.how to include bat file in setup project. and how to make it to run first when installation starts
View 2 Replies
Aug 31, 2010
How can I include a batch file or an .exe file in my setup, that runs after setup is complete?
View 2 Replies
Oct 8, 2008
I was just forced to switch from VB 6 to .Net. I have my program working but I can't figure out how to include the database that I'm writing to in the install package. I can get the program working by dropping it in but I have to deploy this to other locations and I'd like it to be easy for them.
View 39 Replies
Mar 19, 2010
I am trying to build a setup package for a VB 6 project. I get a "Path/file access error", what can i do to over come that
View 2 Replies
Jan 23, 2009
I finished an important project (Visual Studio 2008 Professional Edition) and now I have to deliver it with an appropriate installation program. My product is composed by a lot of projects and each of them generates an exe file with its images, help, xml , database etc. A main exe calls a sub exe for the work it has to do passing appropriate parameters. I think is not suitable to use a click-once feature and I have looked for the deployment wizard but I didn�t found a complete documentation and moreover some example step by step.where can I find that documentation, tutorial and example ? It�s possible to customize the forms generated by the wizard ?
View 8 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
Feb 12, 2012
best free setup and deployment package for VB.NET? Which is easiest to use?
View 2 Replies
Jun 5, 2009
Is it possible to create an uninstall option in the setup package?
View 1 Replies
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
Jun 12, 2009
I completed an application in vb.net and i'm using sql server 2005 as database engine.Now I want to create a software package for this application.But the problem is that how can I include the database within this package,I'm also using a crystal report viewer.ie, How can I install this application to a system that doesn't have sql server?.
View 1 Replies
Apr 8, 2009
I have created a windows application which Installs Multiple MSI's based on some condition. The project is created in Visual Studio 2008 with .Net framework 3.5; If this application runs in a machine which has atleast Dot Net 2.0 installs, it works fine. but the system without framework 2.0 throws an error "The application failed to initialize properly (0xc0000135)"
How can I stop my application from crashing. I tried giving a check in the Main(), but it is not even firing the Main(); Is there any way I can give a prerequisite, But not in the Publish, Coz i am using the output exe and not the clickonce output..
View 1 Replies
Jun 6, 2009
Is it possible to create an uninstall option in the setup package?
View 1 Replies
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
Apr 8, 2012
include sql enterprise in setup project?how to include sql enterprise when it's not appear in prerequisites of the setup projectand if it's not possible do i have install the full enterprise edition on the client machine?i use visual studio 2010 and sql enterprise 2008.i'm a database beginner and i always used to use sql express edition but now data base getting grow fast and the limitations of the sql express for 4gb make
View 1 Replies
Apr 7, 2010
My application requires access to be installed on the computer or at least the MS Access runtime. Is their a way to include that with the application to check for that component/resource or install it if it isn't? Or would it just be easier to include a link to tell the user where to get the runtime if the error happens? I am using Visual Studio 2008 and the windows form app is written in VB.net. I am currently using click once for the deployment.
View 1 Replies
Mar 11, 2009
VS 2008 SP1
I am deploying my application. As the .Net framework needs to be installed on the user's computer. Is it possible to pack the .Net framework into my executable setup.exe?
This will make my setup.exe big. However, the client doesn't mind.
View 1 Replies
Oct 20, 2011
Is there a way to make a setup package on VB 2010 that will check prerequisite addons on clients PC?
The setup will check if MS Access 2010 Engine and Crystal Reports Runtime 2010 is installed. If the installer detected its already installed it will just install the application.
If one or both prerequisite is not found the installer will install the addon automatically.
View 1 Replies
Jun 5, 2011
How can i create the project setup and include the database itself..
View 7 Replies
Sep 30, 2009
Recently I created one windows form application and also created setup project using VS2008.My application works with external software, which needs to be available on the PC.I want to bundle this external application installer in my installer, so that I can check if it is already installed and if not then install it and then install my application.I figured out how to work with pre-requisites that Setup project identifies such as .net framework?
View 1 Replies
Aug 21, 2009
how to i iinclude sql2000 database in vb.net desktop applications setup
View 2 Replies
Jun 15, 2011
I have an application written in VB.net using VS2010 that I am ready to deploy. The application uses an access (2003) database, the .net 4.0 framework and Crystal Reports. I have generated a setup project which works fine when deploying to systemsthat have the runtime for CR and Access and .net 4.0, but I will need to deploy this to systems that do not contain all of thes "pre-requisites", and may not have a
View 10 Replies
Aug 7, 2009
Setup and deploy for my project worked fine for a while allowing you to install my program and uninstall the old version, but now it installs two entries. I don't get it, before I got it do do that it would give an error that it needed to be uninstalled first. Now like I said I get two entries in the programs uninstall window. RemovePreviousVersions = true. I change the version number and update the product code. Even tried changing the upgrade code. I just don't get why it doesn't work anymore, and its really annoying! Also, is there a way that the setup file can just be one .exe rather then a setup file and a data file?
View 2 Replies
Mar 24, 2010
I am trying to run the application created in the example at [URL] The code errors at the line dtsDataReader = dtsCommand.ExecuteReader(CommandBehavior.Default)
the error is A requested parameter does not exist in the package. I have checked everything that i can think of in the package Also when I try to run the package using the dtexecui utility I two errors "Error: SSIS Error Code DTS_E_PRODUCTLEVELTOLOW.
[Code]...
View 1 Replies
May 13, 2009
I have a finished application that is ready to be delivered to my client, I am looking for an efficient way to add my database file (i.e. .mdb file) into the installer package, thats one thing..another thing is that how can I customise the installer package to always put that .mdb in the D: drive during installation..
View 3 Replies