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 and paste of the file, but I would like the installer to do it automatically.
By the way, can you recommend me a better package?
I hope you can understand my english.
Thanks!
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
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
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
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
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 ?
Automated Downloads For Installer -
I am making an installer which is similar to the KaZaA installer. I want the installer file to be small so that people can download that fast if necessary and then in one stage of the installation it automates a download of software . . . Could someone give me an example of what it mi
VB and Nullsoft installer -
I use NSiS for my applications, and I recently got a report that Outlook 2003 (happened on win XP) crashes when the installer is run. The crash is like standard windows crash, and it reports that the error is in mscomct2.ocx. But the thing is that neither my app nor my installer use or
DirectX 8.0 and VB 6.0 (Urgent) -
Hello to all Forum Members!
I'm very new to DirectX programming in VB. I have a very basic doubt. I have developed a Sound Recording program using DX 8.0 and now I want to build an Installer for the same. I'm not sure which files I should include in installer to consider the Install
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
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
Visual Studio Installer says my exe file invalid -
Hi, I'm trying to use Visual Studio Installer 1.1 to build my VB app.
When I run the build, in the Task List it keeps on saying...
The file 'PhoneBookExpress.exe' is invalid
it also has a red underline in the Name section.
I compiled the PhoneBookExpress.exe file within VB (b
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.
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.
Visual Studio Installer (Vs6) -
Hi,
i am having some trouble with the Visual Studio installer. I have an Application(vb6) with a Database and Several other files i packed into a MSI installer which works really good. I tested it on several XP,2k, Vista Machines sofar and its runs pretty smooth everywhere always pr
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?
sp6 seems to break VSI 1.1 -
Hi
I have a long standing VB6 project that used to work with Visual Studio Installer 1.1. I have recently installed VB6 SP6 (I know where have I been for 2 years). My VSI installer now won't let me build the installation MSI. Message I recieve upon trying to build the VSI soluti
.ini file and visual studio installer -
I want to deploy an application with visual studio installer and I need to create a .ini file.
In this .ini file I have to use the installation folder of the application set in the installer by the user.
How possible is it, if is?
installer files -
if my programme needs to access a certain file, which is location in the Bin directory perhaps, how do i get the installer, when i publish my app, to move the file which needs to be accessed.
Visual Basic Installer -
We are using the visual basic installer to create installer modules for our applications (a setup.exe loads the msi file etc.). When a new version is released, the user runs the setup.exe file and the newest version is installed on their PC. The problem is that the old version still sh
MSIExec problem -
Over the last two days I noticed whenever I start VB6, I have the Windows Installer box running, trying to install another software that's nothing to do with VB6. I got pissed and went to the registry to rename the software's name in a few places. Now the installer does pop up but do
How do I pack .MSM files also -
Hi,
My app is made in vb6 and uses Microsoft provided .MSM files for additional features. Doing a web search, I found that I need to make MSI files of these and can use visual studio installer. However when I download those 2 setup files(to install visual studio installer) , and try t
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
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
Visual Studio installer - please help -
hello,
I need to create a setup program and I install visual studio installer.
I have couple of files and not all files go in one location in the target system for example, file A go to the installation destination user picks. File B needs to goto the latest jre version user has.
Compiling EXE, DLL -
Hey i have a question.
I have a DLL file and an EXE (my programme). Now I would like to compile them together so i can create an installer. So basically I want an installer to install my xe and dll with only 1 file.
Thanks in advance
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
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
[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
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
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
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..
visual studio installer help -
i have develoepd a vb6 application and i am using crystal report. i need to create an installer n i have tried everything but cannot create the successfully installs it on a client machine. I have read the .chm files too but since i have no experience in this area, i am unable to creat
[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
creating setup - .net framework -
when i created a program and transfere it to another computer without vb.net using a installer file, it will ask me to install .net framework. is there a way to add .netframework into the installer file? i heard it is possible but how?
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
Installer stub heaven -
I'm trying to write an installer stub for my VB programs since QB 4.5 compiles to a real EXE albeit a 16-bit one. Here's what I need to do (I think) after the user extracts the contents of a ZIP file as if they downloaded a setup from my site.
1. Get the windows\system dir
2. See i
Installer Wizard helP! -
is there anyway to make a installer? I've created a program that had fixed Database Path... e.g C:/Folder/Database/data1.mdb ... I don't want the users to mis input the file.. because when it happen.. 100% an error will occur...
can you help me create a Installer Wizard, that will
InstallShield 12 help -installing a file if a condition -
I need my installer to install a file (.txt) in a path if a Registry condition is true if it is false then do not install this file.
I need a piece of the script for my installer that will do this.
Thanks,
Cybersandokan
SMS Installer -
Hy, I´m making a installer o products using SMS Installer, someone can help me, i have one trouble.
Thx