o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Project Release Installer -

I was wondering, how can I design my own project installer... if a machine does not have the common .net files installed...

I need to know if I can import theses files into a .net project somehow... sounds odd and impossible...

if not, then I might just have to do a batch file to install these or something...

Any ideas or alternative to DESIGN a professional installer WITHOUT resolving to the .net package installer?

 

Project Release Installer -
I was wondering, how can I design my own project installer... if a machine does not have the common .net files installed... I need to know if I can import theses files into a .net project somehow... sounds odd and impossible... if not, then I might just have to do a batch file to


help badly needed!! installer problem... -
hey guys! i have a little problem with my installer... i tried using P&D wizard for my project. my project includes around 500 media files. the installer doesnt run smoothly (it hangs after some 10 mins of running). i tried packaging the same project, but not including the media


Add a MSI package to a new installer -
I created a installer for a project of mine but the project also requires MSXML 4.0 to be installed. I've added it (msxml.msi) to the files in the installer project but How do I get it to install itself without the user actually having to start it them selves? Thanks


[2008] What does the setup project (installer) do that I can't make in C++ -
Hey, I'm having problems with the installer with visual basic (setup project), I was wondering if I could just write my own in C++? I know enough to make a basic installer, and do what I want, I am just wondering, does it do anything special that I'm not aware of? My C++ insta


Wired Windows Installer problem -
I took over a VB.Net project. The previous person developed two installer for the VB.Net application. one I called "Local installer", which is supposed to install on PC, and another installer is called "portable installer" which is for installing the application on


[2008] Releasing Applications - User defined breakpoint error -
I'm trying to release our new .NET application using the latest .NET framework 3.5 SP1. I have set the active configuration to 'Release' and pointed this to build in a place our installer creator will pick it up. Problem I have is upon running the app on a different machine I recei


Visual Studio Installer - EVIL -
Help - I just tried to use the Visual Studio Installer to install my vb app to our network. However, now whenever I try to lauch my vb project in vb the installer comes up? I deleted the install package from my network and now it keeps trying to reinstall the network? I can't even t


create installer -
dear pple, i created a project and would now like to make it into a installer. my project uses activeX exe.. how can i make an installer so that i can install it on other computers? please help


[2008] Project Installer, removing previous installations -
I am wondering if anyone can help me, I want to make it so when I install my application using a project installer twice, the second time, it will uninstall the first for me, whereas the project installer, just simply says 'Another version of this application is on your computer, plea


[2005] No Release build -
OK, my understanding was that if I went into Project properties, Configuration, and changed the Configuration Type to Release then when I Build the project I'd get a .exe in bin\Release-but I'm not. The build output path changes to \bin\Release but the actual build still ends up in


Windows Installer pops up on Build -
I'm using VB.Net 2002 on a W2K machine. When I go to build a project in Release mode, the build starts but then the Windows Installer pops up and starts to configure VS.Net. It usually tries three times, although sometimes when I catch the Cancel button at the right time it only tries


Setting up windows installer in VB.NET -
For a project I am doing I am now using the installer, but it requires users to uninstall previous version by hand when run. I seem to not be able to find where to tell the installer to just go and install over the current installation.. Must be missing something here, but what..


[2008] "Installer Class" template missing...:o( -
Hi, In 2003 and 2005 I could add an Installer Class to my project by right clicking project...Add New Item, then selecting "Installer Class" from one of the templates. I can also do this via VS 2008 Windows App... However...when creating a VS 2008 Web Project and click


Package & Deployment Wizard Problem -
I have a folder with my project and EXE \Project In the folder I have an images folder \Project\images When I use the package installer - and then install the application, all files in the \images folder get installed to the \Project folder. I can't see a way to fix th


Crystal Report 4.6 and Installer -
Hello I am using VB 6.0, Crystal Report 4.6 (that comes in CD 3 of VS), MS Access 2000 (that comes in MS Office 2000). For DB connectivity of Access to Cryst. Repo. I have created System DSN. In VB Project Menu - Components Crystal Report Control 4.6 is selected. I want to mak


Cryst. Repo. and VS Installer Please help -
Hello I am using VB 6.0, Crystal Report 4.6 (that comes in CD 3 of VS), MS Access 2000 (that comes in MS Office 2000). For DB connectivity of Access to Cryst. Repo. I have created System DSN. In VB Project Menu - Components Crystal Report Control 4.6 is selected. I want to


VB, Cryst. Repo. and VS Installer -
Hello I am using VB 6.0, Crystal Report 4.6 (that comes in CD 3 of VS), MS Access 2000 (that comes in MS Office 2000). For DB connectivity of Access to Cryst. Repo. I have created System DSN. In VB Project Menu - Components Crystal Report Control 4.6 is selected. I want to


[2005] Where do you set the release config file -
Hi all Super urgent! I upgraded my project from vs2003 to vs2005. In 2003, I had the project setup to build with app.config when in debug mode, but to use release.config when in release mode. Now that the project is in vs2005, it seams that this functionality is no more. Where


[2005] Starting application after an install using a Setup Project -
Hi, I have created my project, with an installer (a setup project), now I have previously launched my application after being installed, by passing the install directory to a .DLL (an Installer Class), that worked but the problem with it was my application started under the SYSTEM user


Get Visual Installer to UPGRADE an app -
OK. I have a project with say 5 DLL's and one EXE. I create a setup package using MS Visual Installer. I install the package and it works fine. Now lets say I change one of the DLLs. I repackage my project using the Visual Installer. When I come to install it on a PC with


SQL Server connection problem on release -
I have made an installer for my web projecct. This is to be installed on a server, however the server does not have sql server installed on it. The sql server i'm connecting to in my project is a remote server. My web project cannot connect to this server though from where it was in


Issue with Visual Studio 2008 Web Setup Project -
Hi i have a web project in VS 2003, which has an installer class added. the web setup project has a custom action and the code in the installer class gets executed during install. if a domain admin is running the msi package then the code in the installer class gets executed under t


[2005] windows installer with finished project -
I am using professional version. I now finish the project and then publish it. There are installer helper in the new file project and give out setup.exe and Setup1.msi。 But I dun know what should I add. How can u do it


How to add a .mdb file into the installer -
Hi! I just need to know this: I have a project wich uses a database.mdb file. When I make the installer using the VB package wizzard, I realise that it does not includes the database... How can I include that file and use the installer to install it? Of course, I can do manual copy


[02/03] Can anyone recommend a third party installer -
I'm currently using the inbuilt installer project to package up my projects. The problem is, it creates 3 files instead of one. For XP I only need the .MSI file, but for Vista I need to have all 3 files and run the setup.exe file (no idea why). I've been asked to change my installa


[2005] What goes into an Installer -
Apparently I need to create an install program for my application. I've never done this before and have NO idea what it entails. Do I create a new Project outside my app? Do I add a Project to my existing app? What even goes into an installer app? Please help!!!! Tha


Installing another installer from a installer package.. -
Hi, I am using Visual Installer to make installation packages for my VB applications. One of my applications uses a serial to USB converter, this converter comes with a CD that contains the installer for the drivers. Now I would like combine the driver installer with my VB ap


Deployment - Release build -
I read something about creating a release build when deploying your app. Can anyone elaborate on this? I copied the below from the help files. I know you can create a deployment project without doing this, but what are the advantages and disadvantages? Thanks! To generate a rel


Installer Question -
So when I choose the option Installer with "Windows Installer Loader" in the project properties it spits out two exes in the compile folder: If I understand correctly, my Win9x users only need the InstmMsiA.exe and my NT users only need InstMsiW.exe Is my thinking right


Task Window for Visual Studio Installer -
I am trying to figure out how to debug the tasks in the task window. I have some tasks regarding different versions of msm files when I create a new project. I am not sure how to fix that. I also would like to know what specific steps I need to follow in order to build the insta


Does Installer Class have access to File System -
Ok, I have a project, which has an Installer Class. I made this project a primary output for my VS.NET setup program, so it can run the code in my Installer class during the "Install" phase. From the Installer Class code, can I access the files I've put in the "File S


How do I add files linked to my program in Visual Studio Installer -
Hey Everyone I'm using Visual Studio Installer 1.1 to package my VB Project..I have two databases which the Installer is not able to put in App.Path...I'm adding the .mdb files manually but it Installer still not able to put it where they belong...so I keep getting an error while Logg


Recommend an Installer -
Hi I'm looking for a quality but cheap installer, one that will read vbp project files (like P&D Wiz) but also with ability to create registry entries, desktop icons, startmenu items etc etc. BTW - don't suggest The Visual Basic Windows Installer from MS, I don't like it


Release Setup Project / Setup -
Hello, 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


MSSQL 2000 - release a lock immediately -
i want to make an installer that create the Database if not exists.. this can be done if i create another program that run the script and run it when first install in Setup Project then install the main program but instead of doing so i want to make it in my main program but the pr


exe distribution -
Quote: If you want to distribute your app, you should use Release configuration in your solution, and Rebuild all solutions in order to make shure all exe and dll are been created using the release configuration. after seeing this i had clicked on


Microsoft Installer vs. SetUp Package Deploy Wizard: How to edit forms in Installer. -
I'm using Installer to put together an installation program for an application. I know in the Setup/Package/Deploy Wizard there was a SetUp.vbp that allowed you to actually change the look of the forms and all that but I cannot find a similar project in Microsoft Installation.


VS Installer - Urgent Help Pls. !!! -
Hello I have created a vb project containing few Crystal Reports. And created Installer of this project. Specifications are OS : Win 98, VB 6.0, Cryst. Repo. : 4.6 When I tried to install this project on another PC (Win 98) it is giving following error Error 1904 : Fail


Installer Program -
How do I deploy a Visual Studio.Net application? I know of the way using the Setup Project. Is there another way using Install Shield or some type of installer? I am just curious. Thank You


2005 Deployment including zip file -
We have a client who is asking if it's possible to have the installer unzip a zip file to a folder in the target path that's created by the installer. The zip file will always have the same name and will be located in the same folder as the MSI file. Is this possible? What's g