VS 2008 Includes Prerequisites In Installer Folder?

Aug 25, 2009

I have a problem here. I want to distribute .net framework and windows installer along with my app installation file. The questions:1. Is it legal? Windows installer, yes it is legal. I don't know about .net framework 3.52. Which folder do I have to put the files? I tried the publish, debug, and root folder of the application, none works. I select download from the same location of my application in clickonce.

View 3 Replies


ADVERTISEMENT

IDE :: Prerequisites Installed But Failed To Be Detected By MSI Installer

Aug 23, 2009

I am working on the msi installer built by VS(Setup and Deployment Project). I 've got everything else working like charm except the prerequisites of the project.

[Code]...

View 2 Replies

Using VB2005 To Create An Installer That Includes A Database?

Nov 5, 2009

i have this solution that i'm suppose to make an installer of, but because it calls a datebase and the database is not within the solution therefore it was not included in the installer.

and my installer cant work correctly. is there anyway i can go around doing it?

View 3 Replies

VS 2008 - Possible To Set Prerequisites For EXE File?

Aug 23, 2010

I have created a windows project that has one form which is like a wizard. Now what this wizard does is, it runs an msi file which is my main project setup as well as running the sql server 2005 express setup file. The project embeds sql express in it so I can pass parameters such as sa password etc. That's the reason I've done it this way. Now I need it to be so that when The user clicks my .exe file it detects if the .Net framework 3.5 is installed, and if not it installs it. Is it possible to set prerquisites for my .exe file. I don't want to put all this in a setup project because sql express doesn't support msi chaining.

View 9 Replies

Windows Installer Put Files In Wrong Folder

Mar 31, 2010

I am working the first time now with windows installer. I made an application consisting multiple programs and one of them needs a shortcut to the user startup folder. Therefore I selected in the Installers file editor the special folder 'Users startup folder' and put there the shortcut to the program.

But when I install the programs the shortcut is placed in the common startup folder and not in the users startup folder

View 1 Replies

Set Folder An Files Permissions Uning VB2005 Installer?

Jan 2, 2009

here is the poblem after installing the program only users can only use the program if they are logged as admin can use the progam. like writing to the database. i either need to find out how to change the users
to have write access during install or great a dll and add it to the install and as the program starts it checks the file and folder access of the users. if the access does not have write enabled then it runs the dll to fix it. not having any code posted i really do not have any idea how to do this. oh yes the short verision is if the program is install as an administritor only a user that have administritor access can write to the database.

View 1 Replies

How To Create Initial Installer And Upgrade Installer?

Aug 12, 2011

I'm currently developing an application for a POS Terminal using VB.net. Our project is approaching the last stage of development and I've been tasked to create 2 installers. 1 for Initial Installation, and the other for upgrade installation.

The project is composed of several elements. These are:

1. The application executable

2. Common DLLs that we developed

3. some resources (.resx and XML)

The requirement for the upgrade installer is that only those files with modification should be installed. (i.e. if only the xml or resx files are modified those are the only items that will be reinstalled, since the size of the upgrade installer is a consideration so we cannot reinstall everything).

I'm using Visual Studio 2005 for my deployment project but I'm a bit confused about how to set the properties of each file in such a way that during the upgrade, only the files that were modified would be updated and the rest of the files will not be removed since I'm setting RemovePreviousVersion property to True. I have a hunch that I need to do something with the custom action but I haven't been able to figure it out. The upgrade installer setup is almost the same as the initial installer except that all files are excluded.I tried to acquire a copy of Phil Wilson's book (The definitive guide to Windows Installer) but its not available in our local bookstore and it would take too long to order it.

Basically while tinkering with the settings/properties there are instances where the dll was not updated and there are also times when the application exe was removed.

I already verified that the Product code is the same for both installers and that I'm sure that the version number is being incremented for each upgrade.

If I will be redoing both installers from scratch, how should I go about it?

I'm also confused about the Condition property and the transitive property.

View 6 Replies

VB2010: Visual Studio Installer Add Other Installer?

Jul 19, 2011

Triying to use the built in Visual Studio 2010 to install a couple of files and after that is done to run another installer package (3rd Party Installation Wizard).

View 1 Replies

How Download Prerequisites From Following Location

Jul 10, 2009

i create a Setup for my application and I want to Download prerequisites (DotNetFX and WindowsInstaller3_1) from my site location.I choose Download prerequisites from the following location: url...On that location i put this folders: DotNetFX and WindowsInstaller3_1But when I install my application on a computer with no DotNetFX and WindowsInstaller3_1 it redirect me to the Microsoft site.

View 1 Replies

IDE :: Prerequisites Not Included After Build

Feb 12, 2009

I have a non-click once setup to install a windows service. I have added the prerequisites as specified (extract from doc below). But when I build the solution the prerequisites do not show up. I am choosing .net, mdac 28, crystal XI r2 and the option to download prerequisites from the same location as my application. The program dosen't look for them. What am I missing? I have another windows service that is setup identically and it drops the prerequisites in sub-directories off the.. elease folder and the setup installs them if necessary. To choose which prerequisites to install

[Code]....

View 1 Replies

VS 2008 Send An Object Instead Of Strings Which Includes Multiple Unsigned Integers And Strings

Aug 13, 2009

I am working on a UDP Client/Server, and currently i have them sending back and forth strings, which i convert to bytes, and then open the bytes to read. I want to now send an Object instead of those strings, which includes multiple unsigned integers and strings.

View 39 Replies

IDE :: Adding A Package To The Prerequisites List In VS2008 SP1

Aug 27, 2010

I am configuring VS2008 on a new machine. Everything looks good except for the Prerequisites list. On my other machine, I have "SQL Server Compact 3.5 SP1" listed, which is what I want to set my build to. However, on my new machine, I don't have this, and clicking the "Check Microsoft Update..." link does not present this as an option. how I might manually get this added to the list?

View 2 Replies

VS 2008 Best Installer To Use?

Mar 20, 2009

In the past I used VB6 to create my apps and used Wise Installer (v9) to create the install package. It was easy because it would read my VB app and automatically setup the file for me. All I had to do was add the numerous other associated files and I was done. Obviously that program is a bit outdated and does not (to my knowledge) have the same capability with a .NET project. Is there any installer out there that does have that capability and does not cost an arm and a leg?

View 10 Replies

IDE :: Microsoft Visual Studio 2010 Express Prerequisites X64?

Sep 22, 2011

When i try to install Visual Basic Express 2010 and Visual C++ Express 2010, I get this error:Setup could not install the following component:Microsoft Visual Studio 2010 Express Prerequisites x64

I'm on Windows Vista Things I've tried: Deleting contents of %temp% folder

[Code]...

View 1 Replies

Install Location For Prerequisites Has Not Been Set To 'component Vendor's Web Site'

Jun 6, 2010

I created a small project in VB using a SQLExpress db. So far everything has been fine. I need to take the little I've done to the customer for a look and feel approval.

When attempting to publish the project, I get the following errors:

"The install location for prerequisites has not been set to 'component vendor's web site' and the file...." You know the drill.

The two files are SQLEXPR32_x86_ENU.EXE and SQLEXPR_x64_ENU.EXE

I have downloaded the files and put them in the following directory:

CODE:

When that didn't work, I copied them to

CODE:

Same error

What's different about SqlExpress than other prerequisites?

View 2 Replies

VS 2008 Creating An Installer?

Jun 9, 2010

I am currently in the process of creating a simple installer to copy files that come with my program and move them into another directory (a game, which I modded, I decided to create an installer to make it easier for people to install). However, I am looking around and trying to find out if it's possible to compile the files into one .EXE instead of a .EXE and a folder containing the files. Whether VS 2008 can do this, I don't know. If it doesn't, is there another program which can compress it into a standalone .EXE?

View 8 Replies

VS 2008 Custumiz The Installer?

Aug 13, 2010

Is it possible to custumiz the Publish wizzar installer? Like add my own icon and skin it ?? Or maybe it's possible to make my own one??

View 4 Replies

Setup Error : The Install Location For Prerequisites Has Not Been Set To 'component Vendor's?

Jul 17, 2009

I am trying add the prerequisites with my setup i have set the prerequisites download location to the same whwere my application is and now i am getting this type of several errors.

Error 1 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35SP1dotNetFX20aspnet.msp' in item '.NET Framework 3.5 SP1' can not be located on disk. See Help for more information. D:SETUP PACSSystemPACS 1.1.1PACS 1.1.1PACS 1.1.1.vdproj PACS 1.1.1

I had did some search on web but they all say to make change in Product.xml file but they did not say any thing about what to change. The prerequisites i am trying to add are.

windows installer 3.1

.net frame work 3.5

SQL server express

setup build fails every time when i try to do this.

View 1 Replies

Make A Custom Installer [VB 2008]?

May 4, 2010

I want to make my own custom installer without those other stuff. I want the installer to how I made it.I got the layout, directory picker and everything but how can I get the files I want them to install into the program and they click a button so they install to the location.

View 2 Replies

VS 2008 Which Files To Include In Installer?

Sep 8, 2010

I am using a seperate installer for my program and in the Release folder I have several files. I was wondering based on this list, which ones I need to include. Here are the extensions of all the files:

[Code]...

View 1 Replies

Creating A Windows Installer CD - Initiate The Windows Installer And Have Failed?

May 29, 2011

I have written a program in Visual Basic 10 and all is well. I have published it and have been burning the result to a cd and installed it on various computers, however it is the click once app, which has been fine till now. What I need to do now is to have the program install the .exe file and associated files (non click once app) to a specific drive on a computer or network computer. I have searched the net for instructions on how to initiate the windows installer and have failed. is there a program that you can select the source files then point to the installation folder tell it to go and an installation package gets made that I can burn to disk.

View 3 Replies

.MSI (Installer File For MS Visual Studio 2008 (.Net)?

Mar 23, 2010

I have a MS Visual Studio .NET project created. I also went through the basic steps to add a setup project which created both an .MSI and a setup.exe file under the "Release" folder within the Debug folder. When I ran the setup.exe it installed the website on my http:localhost/Program/default.aspx which is fine and all..

My only problem is that the website does not have some of the customized icons that should be displayed, some of the other files are also missing such as "filename.txt" found in the main directory of my program used for specific calculations. I guess my two questions are:How do I add "All" the files inside my project to the .MSI?? The Website works fine, but its missing some files.

My second question, what if I "Remove" the program? Will it delete all directories, even files manually added to some folders AFTER the installation? For example: Lets say that my website contains a folder called "Data" which gathers data for specific purposes. The "Data" folder is often changed to replace outdated "Data", so when I need to make an update to the program the "Data" should not be removed, my 'client' should be able to just Add/Remove the program to update the program but all the other files should remain unchanged.

View 1 Replies

VS 2008 Windows Installer Project Version Req?

Apr 5, 2009

I've decided to go with a Windows Installer (Setup Project) in VS Prof, rather than ClickOnce,I've added this project to my main project, and have right clicked and selected 'View -> Launch Conditions', it requires the .netframework 3.5.21022...

But I've created the installer project for .NET 2.0 framework, is this going to stop someone from installing the project without .NET framework 3/3.5?EDIT: I've found under the properties of that installer project, that .NET framework 3.5 and Windows Installer 3.1 was selected as a prerequisite, unchecked those, and checked .NET Framework 2.0, however the version under the launch condition .NET Framework is still 3.5, it should be 2.0

View 1 Replies

Where To Download Free Installer Of 2008 Version

Jan 15, 2011

where can i download free installer of vb.net 2008 version? rili need it now,.

View 1 Replies

Create Msi Installer For My Designed Project In Program 2008?

Dec 26, 2009

How can i create msi installer for my designed project in vb 2008

View 8 Replies

Include External Installer In The VS 2008 Setup Project?

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

VS 2008 - Path For ClickOnce Installer Changed During Install

Oct 9, 2009

I have a ClickOnce app that has been working fine for a couple months, until a day or two back some internal politics borked the server. The result of this was that the path for ClickOnce during install changed just slightly at one intermediate level. It used to have /is/ in the path, and the is has changed to something else. I changed everything I could find, including recreating the whole target directory in IIS on the server. However, when I publish, though the link is correct, installation is failing. The log shows that, after checking and installing some prerequisites, the installation is attempting to go back to that /is/ path to find the app for installation.

Can anybody suggest where that invalid path is located? I have gone through every property I can find in Project|Properties, and they are correct. I have looked in App.config, and that is correct. Where else should I be looking?

View 7 Replies

VS 2008 - Startup Object As SID.Installer.BootStrap.Program

Aug 18, 2010

I downloaded this project which is in c sharp: [url] that guys sets his startup object as SID.Installer.BootStrap.Program. I created a windows forms application in vb wanting to do what he did. Probelm is I don't get my program class as a startup. Mine has dropdowns for startup form which I can only set as Form1.

View 3 Replies

VS 2008 NET Installer Project - Shortcut Keeps Reinstalling Everytime

Jul 9, 2010

I have Visual Studio 2008 and am using an installer project as part of the same solution that creates an installer for that exe.

[Code]...

View 8 Replies

VS 2008 Performing A Minor Update With Windows Installer 3.5

Mar 27, 2009

I am using the windows installer which comes with VS 2008 to deploy my software. My initial deployment went well and I have several happy customers now. Unfortunately, one of my users found a bug. I have been able to locate and repair the issue- a simple math error in one of my forms. Now I need to deploy the repair to my existing customers without causing them too much headache in the update or, worse yet, inadvertantly deleting their stored database files.I know I can have them back up their existing db file, reinstall thenew app, and replace the new db files with their backup versions- but what a pain in the neck that will be, and it really won't look too professional, either.Does anyone know how to produce a patch to replace only the form that was repaired? Or, can I somehow exclude installing the new database files in the patch? I know the solution revolves around the Upgrade Code and Product Code, but I'm not putting the information together in my head very well.

View 6 Replies







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