Tagged Questions
The installaware tag has no wiki summary.
3
votes
13answers
4k views
InstallAware vs InstallShield vs Other
Which is better? Has anyone used both?
I would welcome any advice as we are trying to decide which one (or any other installer options) to purchase.
EDIT:
After looking into this I found that ...
1
vote
2answers
233 views
Specifying location of uninstall .msi in RemoveExistingProducts
I'm writing an installer using WiX 3.5 for the latest version of our software. The installer for previous versions was written using InstallAware 8. During install I want to remove the old versions ...
1
vote
2answers
724 views
Call a dll function from InstallAware or InstallShield
Does any body know how can i call a dll function from InstallShield or InstallAware.
1
vote
2answers
179 views
What's the difference between an EXE and a MSI installer?
I've created an installation package using Installaware and generated an EXE and a MSI. The EXE is 3.1MB and the MSI is only 265K. Why is there such a big difference in size?
1
vote
2answers
800 views
Use an installer to add .NET User Control to Visual Studio Toolbox
I am creating a .NET user control that I will be distributing using a commercial Installer. How do I automatically add the user control to the Visual Studio Toolbox when my installer runs ?
Thanks
0
votes
1answer
23 views
InstallAware Keep the original targetdir in update mode
I am using InstallAware to make a build and also to support web updates. In the installation process, for the first time, user is allowed to choose the destination folder. The system also supplies the ...
0
votes
1answer
155 views
Error 1324: Folder Path 'C:' contains invalid character Installaware 7.0 R2
I hate to ask the same question others have asked in Stackoverflow, but I still can't figure out why Installaware 7.0 R2 has this problem.
I need to build a installable CD for the previous version ...
0
votes
0answers
298 views
Remove registry key under S-1-5-18 using vbscript + Installaware
I have created a MSI/Install file in Installaware that runs the command:
Run Program c:\windows\system32\cscript.exe $SUPPORTDIR$\Test.vbs, startup in folder $SUPPORTDIR$ (WAIT, get result into ...
0
votes
2answers
107 views
InstallAware, Add a big SQL script problem
I am trying to create an installer using InstallAware.
I have a big database that i should create during installation.
I generated the script and while trying to add the script to the MS SQL Server ...
0
votes
2answers
199 views
InstallAware 9 problem with Paradox DB and Delphi 2009
My project is on Delphi 2009, Paradox DB and Google Maps. The code is OK and the time right now is to build the project. This is the first time to do it. As I know there are two programs to create the ...
0
votes
3answers
232 views
Uninstall error if original install DVD is not in drive
When trying to remove our application in Add/Remove Programs, the following error pops up, and the application fails to uninstall:
Error
'mFileBagIDE.dll' is not a valid short file name.
...
0
votes
3answers
801 views
Building Installation Disk for My Delphi 2010 Application
Can someone please give me a step by step on how to build an installation disk for my Delphi 2010 application?
I have tried both InstallAware Express Edition which comes with Delphi 2010 but keeps on ...
0
votes
3answers
663 views
InstallAware problem with Delphi 2010
I am trying to create an installation disk with InstallAware Express for my Delphi 2010 application. I have selected (checked)
CodeGear Database Express12
CodeGear Visual Component Library 12
for ...
0
votes
2answers
125 views
InstallAware database rollback
Does anyone know how to make InstallAware do a rollback of a database when the user clicks 'Cancel'? Unlike InstallShield I'm not seeing any way to specify when individual scripts run.
-1
votes
1answer
225 views
How to Deploy ASP.NET web application using InstallAware
I have a ASP.NET web application.
Now I want to create a installer using InstallAware so that my customers just click on the installer and it will be put on the web server as well as configure IIS for ...