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.
Should I Install DLLs with my program -
I just discovered the Inno Setup installer after having used the Package and Deplyment wizard for a while. The thing I am concerned about is DLLs.
The Package and Deployment Wizard packages the DLLs with the .CAB. I am not using any special ones, but I don't know if I can be sure th
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.
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
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
use of inno software (another task) -
how we use Inno Setup software to create a visual basic package or installer....
i have made a database/ado based project.
Including other installer into my Package -
Is possible including other installer into my package?, i mean for example, including MSAgent into my application package, in order that when install my app, could install de MSAgent at the same time......(or other app...)
Could Inno Setup do it???
thanks....
Inno Setup 4 - Randem Question -
I hope Randem reads this - - -
I have manually created as iss file and created a setup package from it. It created the usual installer exe file which installed on all the machines without a problem. The problems only began when I tried to download and then run the setup. Instead of
Visual FoxPro ODBC Driver -
I'm deploying with Inno Setup.
My app has a reference to Microsoft Remote Data Objects 2.0 (msrdo20.dll).
Im deploying this Dll, but its not enough, this Odbc Foxpro driver needs vfpodbc.dll.
About this vfpodbc.dll, Microsoft offers this installer..
Visual FoxPro ODBC Driver
Need installing assistance -
Ok, ive finished a little program ive been working on, and i need to package it into an installer of some kind. I am aware of P&D, Inno and VSI, but i am comfortable using Install Maker Pro by clickteam. Only problem is, i dont know how to copy the ocx file(s) on to the target user
Author's authenticity -
Hello, I have developed a program in VB6 and created a setup package using Inno. After that, I have zipped the installation package and uploaded it to my Web site.
The problem is, when someone downloads the file with Internet Explorer and tries to open it, he gets a standard IE wind
The best windows installer software that is free -
Hello,
I am looking for a windows installer software package. I already know about INNO, and NSIS. I was just wonder however, if there is better software like these?
Cyberflyz
Possible to make an installer for win2000 from win98 machine -
Is it possible to make a win 2000 installer using inno setup and inno script from a win 98 machine?
Thnx
Visual Studio Installer and general Discussion about MS installers -
Hi...I have tried to use Visual Studio installer. And I am saying 'trying'
because I am not sure about the results. I want to deploy an app that uses
DAO 3.6 and Jet 4. The problem is that VSI does NOT include the
Msjet***4.*** files into the installation package when PDW includes t
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
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
Free Package and Deployment Wizard to Inno Setup Script Converter - (Setup/Installer) -
********** will take a PDW Setup.lst or a VB Project (.vbp) file and convert it to a simple Inno Setup Script that can be compiled straight away with Inno Setup, with no modifications (if you like) or modify it to include other parameters. It gets you out the gate fast.
Like Inno Se
P&D Wizard Wizards needed. -
I am using the Package and Deployment Wizard to distribute my app. I have a folder that contains subfolders and files that I want to include in the package. I need this main folder with the subfolders/files installed in the app.path when installing the program. How do I do this? Is
WISE vs Inno Setup -
I have created a Inno Setup installation for my VB6 app which comprises of many 3rd party & custom controls.
Wondering if there are any benefits/disadvantages using Wise Packaging or Wise Installer as opposed to Inno Setup ??
Any thoughts?
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
My dll doesn't appear -
Hi guys, I've got an odd problem I'm hoping someone can make a suggestion on.
I have a dll that handles various registry functions. I didn't actually write it myself but took some existing code and wrapped it in a dll for ease of use. If I include the dll in an installation packag
Inno Setup 2 - The Best -
After finally completing an application, I launched Packaging & Deployment Wiz to set up package for Internet downloading. To my surprise (I've done this before many times without problems) the setup.exe (upon testing) was missing a temp directory - msftqws$[DLLSelfRegisterEx]. Upo
Inno Setup :: Problems in installation of Windows Service -
Hello!
I'm installing a Windows Service Application using Inno Setup. The windows service is an external IP address check service and that obviously needs to be registered as Service by installer itself. As Inno Setup does not provide direct support for installing Windows Service (i
regsv32 .. in inno -
How can i make inno / or package / deployment , work with DLL.
I have a DLL that needs to be registered. ive serached everywher!!
INNO Script help -
i have just started working with INNO script and before this i have no package deployent experince..its my first time...i have made an application in visual basic 6...i have tried to come around it but since i have not much knowledge its taking me hard...can any body help me in this...
Inno exe error -
Hello
I created an installer for my .NET app using Inno and everything went smooth. Clicking on the shortcut to launch the app gives me this error. I am new to .NET and would appreciate any help. I can see the Interop.DAO.dll in my solution explorer if that is any help.
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
Install SOAP & XML & MDAC with INNO -
Hi everyone,
it's my first post here. I need some help for deploy an app ussing INNO.
My App was developed with VB6 and use SOAP & XML Parser & MDAC 2.6
Is there any simple way to install this components ussing Inno Setup?
I use Windows Installer that comes with .NE
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
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
Inno Setup General Question -
I'm ready with my program. And I'm using Inno Setup to package it, but after packaging it the setup file gets to only 303KB, but my help file alone is arounf 1MB, Access database is 400KB...I know it is not packaging all the files...I know P&D does that, it shows all the dll's that
Multi-App Installer -
I have made a few apps and am looking to produce a setup file which will install all of them under one folder, but without having to have a central application which links them all together. I also have some OCX files which may be required.
Package and Deploy would work fine for one a
Installer advise -
I need to run an exe file created with visual basic 6, and that exe file needs that crystl32.ocx be registered in windows.
I eard about inno setup but how i register this file with inno?
Thanks in advance!
Question about Inno setup... -
I am using inno for the 1st time.
I would like to know if I am doing things right.
I have attached some pictures.
These are the ONLY sections with items in them.
Upon installation:
File copied.
OCXs, DLL's and ActiveX EXEs registered
Upon installation:
I would like all
[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
PDWizard overwriting database -
I'm using the Package and Deployment Wizard and I can't figure out how to stop the installer from overwriting an already existing file. I saw a couple posts below about a onlyifdoesntexist flag for Inno Setup but I don't think that applies to the PDWizard. Is there a similar solution?
Deployment FAQ -
Installers Package & Deployment Wizard (AddIn included with VB 5/6 Pro & Ent. versions)
Visual Studio Installer 1.1 (a newer Microsoft tool compatible with VB6)
Inno Setup
Nullsoft Scriptable Install System
Wise Installer
InstallAnyw
Creating a Package.... -
I want to thank everyone that help me in this issue...
SPECIAL THANKS TO Mc Brain that gave sites that help me a lot!!!
i was able to create my installation Package that works perfect!!!
i used P&DW but i found out that it has a major Bug!!! you see, if you try to install
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
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
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