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

[2005] Installer Question -

When I'm making an installer with the wonderfully crappy installer maker in VS for my VB program, I've noticed one thing suspicously missing. There doesn't seem to be a way to add an option onto the end of the installer to actually launch the program. You know like a checkbox that's checked by default that says "Launch ____ when finished". Anyone know if there's a way to add one of those?

 

[2005] Installer Question -
When I'm making an installer with the wonderfully crappy installer maker in VS for my VB program, I've noticed one thing suspicously missing. There doesn't seem to be a way to add an option onto the end of the installer to actually launch the program. You know like a checkbox that's


Installation Help !!! -
Guys, i'd finished my program and built an installer. When I am going to install it to other computer i thought all i need is SQL Server 2005 express and .Net Framework to be able to run it, however when SQL Server 2005 need SQL tools which is include in VB 2005 Express or VB 2005 Full


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


[2005] Database without seperat installer -
Hi, I am making a database application. The database data will be about 300 MB in total and the program will be spread by CD-ROM to offline computers. The people who will install this software do not know much about databases so I am trying to bundle everything into 1 installer t


Making an Installer - question -
I use VB.NET 2005. Can somebody give me a step-by-step procedure on how to make an installer? Thank you


sql 2005 deployment -
hi there, i am currently developing a vb6 client-server app.. and im using SQL express 2005 server... just want to confirm if i can include the SQL 2005 installer and it's prerequisite windows installer along with my installation cd?? thanks, alexis23


[2005] Using an installer other than ClickOnce -
Ok, I was told a long time ago, that VS Professional 2005 could 'create' my own installer, instead of using click once, does anyone know how to do this, I have had a look around...


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


Visual Installer question: Upgrading programs -
I have a visual studio Installer question. I have been reading the documentaton, and it says that by changing the product code, and leaving the upgrade code, the installer can be configured to upgrade existing applications. However, I haven't been able to get this to work. I am find


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


[2005] Launching my app when installer is finished -
I have VS 2005 Professional, and I would like my application to launch when it finishes installing, I am using the setup wizard project to create my installer, and I have tried adding custom actions to make it launch, but it does not work Can anyone tell me how I can do this?


[2005] Windows installer -- already there -
Searched and couldn't find an answer (as I always do). I was wondering if the windows installer is going to already be on a client computer? As in 2.0 on a 98 (SE?) machine or 3.0 on an XP (SP?) machine? I know it's a prerequisite to the net framework....which most users DON'T


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


[2005] Building my own installer for my program -
Ok, when I try to publish, it asks me a bunch of questions like 'Where' will it be installed from & so on, NONE of the options fit, I will have a site, you will download the 'Zip' file there, extract the installer, then install the options are: 'Install from a website', 'Ins


Visual Studio Installer question... -
Hi all: My question is: Can Visual Studio Installer create .exe setup files, or it only makes .msi, and if not, can this .msi files be executed in any machine or you got to have installed the Visual Studio Installer for those to run ? thx in advance...


calling sdk installer from main installer -
i created the installer 4 my application using inno setup installer .everything is alright except that i need to install a sdk (neevia pdf sdk from neevia.com).now what changes should make in the inno script so that the sdk installer is called silently while the main program is getting


[2008] How to create an SQL database -
Hi Guys, I've been tasked with making an application that is essentially just a front end to an SQL database. I can work with SQL through VB.NET fine, its not the actual reading/writing thats the problem for me... its the creation/installation of the database itself. Basically, w


Package & Deployment double question [URGENT] -
Hi, When i use the package and Deployment wizard to make an installer, the installer fails to work on Win2k. It says system files are older click OK to update them, after that it has to reboot, but when you start the installer after the reboot, the same thing happens over and over


best vb installer/setup program -
does anyone have any recommendations as to which Setup/Installer I should consider using. I'm looking for something compact like the Winamp installer or Microsoft Installer. nothing to big or flashy, I like the small installers.


Inno Installer Package -
Is it possible to create an installer that includes another installer? For example, have a single installer that installs my app and mysql server and mysql driver.


Better Installer -
Is there a way to make an installer IN VB? In a way you can design? PDW is really basic and kinda dumb. Is there a better installer that i dont have to spend $$ on. I if i wantd to could i make an installer in vb? Is it possible?


Create new instance of SQL Server 2005 using VB .Net -
Hi Guys, Just wanna ask if you can help me with my problem... I need to create an installer for my application. One is for Application Installer and the other is the Database Installer. How can I create a new SQL Server 2005 instance that can be use only for my application using


problems running program under 2000 professional -
Hi. I have been developing a package at campus for a while now and I just completed it and wanted to try and install it on a lan network to test it out fully. The lan is set up using win2000 prof and uses novell logins. The program runs perfectly under the administrator account, but


How to make installer -
Guys, I'm new in VB.Net developement. I use Visual Studio 2005 and I tried to create a simple project. How to make installer (someting like Package and Deployment in VB6), in Visual Studio 2005 for VB.net? Thank you.


General question regarding Installers -
Hello ! I want to distribute a shareware application. I have made the application package with Visual Studio Installer and it is a .msi file. Is it ok to distribute this file as it is (in .msi version) ? Or do i have to compress it again with zip etc. Does it have to be an .exe ?


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


[2005] Custom Deployment -
I'm new to VB and this is my first Installer/UnInstaller. Thanks in advance for any help. My app is built and working properly. It sits in memory waiting for the proper hotkey to call it. My installer is mostly done; using the Windows Installer. I have four things that need to b


Installer & win 98 -
Hello all, I develloped a small application that references msado25 and also uses MS Datagrid Control 6.0. After creating the msi using intaller 1.1. Everything works fine on win 2000 & xp but I run into problems on win 98. The installer tells me MSADO2.5 or Higher ne


Another Deployement related question -
i used Nullsoft installer to make the setup of my project from VB, it worked fine. then i used VB Application deployement wizard, and to my astonish it add some ".dll" and ".ocx" files to "setup.exe" as well, which NullSoft installer doesn't. I want to


[2005] Deploying question -
if I make a windows installer of my application, will be the database file .mdb will be bundle with that? thanks


Installer -
I'm going crazy trying to find a good installer that won't cost me a fortune. Does anyone have any suggestions on what installer to use that will do Reg keys and other advanced settings. I've tried GKSetup, can't get it to work right. TIA, XinMan


Runtime Error 429 (another post, soz) but could you pls look - also binary compat -
Hey, Right, I've a question, I used a different installer - inno3d, rather than the ms p&dw thingy that comes with Vb. When I added my ActiveX dll to the installer if must not of registered it, because the end users get a 429 error. So my question is: if the dll is compil


[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


[2005] Icons and Publishing -
Hi im planning to add icons on my buttons.. now my concern is when i publish / make installer of the program will the icons also come with the installer? even if i install them on a different computer? thanks


VB installer-Howto remove old version of appn,if any,n start installing the new one -
Title :- VB installer - How to remove the old version of application, if any, and start installing the new one automatically? Hi all, I am using the VB 6.0 and creating an installer package for the same. I want the installer to remove the previously installed application an


Puzzling question on Matching up dates and accounting for double entries -
Hi there, I have two worksheets in one excel file. The First Worksheet is a complete worksheet, and the second is to update the first. First Sheet: 01/01/2005 .....more data..... 02/01/2005 03/01/2005 04/01/2005 05/01/2005 06/01/2005 07/01/2005 08/01/2005 09/01/2005 10/


[2005] Software Installation Package Security... -
Ok, I have a setup package I made with vs2005, but I want to make it to where a person can use that installer twice, and after that it won't install anymore. How would I go about doing this? A friend said to try and make the installer store a mac address, and that way it would


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


Windows Installer Question -
I use the Microsoft Windows Installer 1.1 to generate a instalation pack of my aplication but i need, before the instalation, run a VB program that loads the table definition in the database. There are any option to run this program automaticaly in the instalation pack whith the win


VB.net newbie question installer -
what speciffic name of an installer to get me start programming vb.net? please help me. ..is this free or what? help