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

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 application installer, so that I do not have to give the driver CD separately to the user.

How do I do this ?? Is it possible to run the Setup.exe application from visual installer ??

thanks
aa

 

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


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


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.


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


VB Installer and MDAC/DCOM -
Anyone: I am using Visual Basic Installer to create my installation package (.msi). However, I need to check 3 things and run some programs outside the installer before installing the main application. It goes as follows: 1) check for mdac version 2) install correct/newer versi


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.


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


VS Installer refreshing .cab -
Does anybody know how to refresh the .cab file generated by VS Installer 1.1? I have a text file that I would like to replace in the .cab file. I was originally using the Package & Deployment Wizard where I could just run the batch file located inside the Support folder and it


Creating an Installer -
Hi, I'm currently making a program in VB6 that I will eventually want to package into a single installer. The program will need the mulitmedia controls etc installed as well as an access database and folders of images and videos that are associated with it. So, how do I put all of t


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


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


Recommend an Installer... please -
Dear All, I need to distribute my application to my client; I don't want to use package & deploy of VB. I wish to use other installer setup programs like install shield...etc. My program developed by VB with the back-end SQL Server 7. The installer should do DLL registration


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


VB 6 Installer problem -
Dear forum, I created a program installer for a VB 6 project through P&D Wizard. By installing the package the following errors are deplayed: "C:\WINDOWS\SETUP.LST Invalid line in setup information file! Section: Setup1 Files @MDAC_TYP.EXE, $(AppPath),,,6.26.98 12:0


[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


MSI Installer -
Hi, Thanks for reading. Iam trying to create an Installer package(.MSI) for my VB application. The problem is I want that to be created at run-time. I downloaded the Visual Studio Installer and tried with that. It works fine if I use it and create an MSI. But I want it at run-time


Installing on Win95 (MDAC) -
I have made an application which I am distributing using an installer application (WiseInstaller). My vb application saves customer informations in a Access2000 DB (So I need DAO 3.6, and DAO 3.6 is included in MDAC 2.5, right?) Here's what my installer do: - Install MDAC 2.5 if r


ms installer -
I am trying to get the ms installer to load on my pc. I run windows 98 and vb6. The reason I am trying to use it, is because on a machine at work running 2000 NT. When trying to run setup, it says some files are out of date and to restart. It doesn't help. Someone said to use the


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


[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


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


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


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


How to include mdac_typ.exe into a package detail steps required -
I have developed a project in VB6 and MS Access 97 and created an installable using VS Installer 1.1 But... When I installed my setup made in VS Installer 1.1 on windows 98 machine it displayed message stating "The setup requires at least version 2.5 of Microsoft Data Ac


compiling apps in Win2000 for Win98 -
I quite regularly build applications that I distribute to many platforms. When I compile and build and installer package(Using Visual Installer 1.1) in Windows 2000 and then try to install and then run in Win98 it nevers works correctly. Are thier dll's that I need to add to my proj


Installing a font with Visual Installer -
I use Visual Studio Installer for my app. and i want the installer to install a font with the setup. How do i do that???


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.


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


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


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?


Which Installer Package to use -
Anyone having any idea of Wise Installer and GPInstall


Visual Studio Installer *resolved* -
Does anyone know how to update visual studio installer msm files? for example, with visual studio installer 1.1 (which was the latest version, and i think last) it has redistributables based on VS sp4. Is there a way to update them to SP5? Or should I just create a blank installer p


VS Installer, how to only copy files on target computer -
Hello, I want to distribute my APP package with vital files and several examples and pictures along. But Visual Studio Installer 1.1 seems to register each files member of the package in the registry, even the simpliest gif files (in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\


VB.Net Installer Nuisance - RemovePreviousVersion (Remove Previous Version) -
Posted For Search Purposes. FYI - The VB installer is whacked. In order to correctly install over a previously installed version of an application, the developer must Increment the Setup Version. The RemovePreviousVersion flag will only force the VB installer to uninstall the in


Installing Crystal Engine on end-user's computer -
Hey All, It sounds like I need to do some fancy stuff to get the Crystal Reports engine up and running on the end-user's computer. I've read a little bit about Merge Modules and such, but can anyone really fill me in as to what they do and how they work? Also, I don't want to us


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


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 ?


developing an installer for an application -
hi, i have made programs and installer packages using the package and deployment wizard... but this time i want to develop my own package and deployment... all i need to know is how the wizard works... or maybe how to do that... thax for helping


Application Keeps trying to reinstall -
I created a install package using VSI 1.1. Everything installs fine and the application installed works fine after install. However, when the user logoff and then logs on again, when they go to open the application it starts the installer again. While the installer in reinstalling, win


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