Tagged Questions

Advanced Installer is a setup authoring tool which is primarily used to creates Windows Installer MSI packages. It also includes features and dedicated tools designed for application deployment tasks.

learn more… | top users | synonyms

4
votes
3answers
463 views

Increment version number in advanced installer

I read a little of the help for my advanced installer 6.5.1 and couldn't find a way to change the version string except by hand.
3
votes
1answer
2k views

What are ProductCode & UpgradeCode & GUID? How to detect if certain application/library is already installed on the user machine?

I've already gone through: http://stackoverflow.com/questions/211192/check-if-the-application-is-already-installed ...
2
votes
2answers
78 views

Advanced installer Setup.exe - command line switch to uninstall package

Using Advanced installer, I've created a package resulting in an EXE (there are deployment features that couldnt be contained within a plain MSI file). Now, while Advanced Installer allows me to pass ...
2
votes
1answer
178 views

Installing .NET Framework

I'm currently updating our software installer and have a few questions about getting the .NET framework installed. What are the installer(s) (.exe or .msi) required to install .NET 2.0 SP2? What are ...
1
vote
1answer
77 views

I can I integrate Apache and Mysql in the application installer?

I have an Application made with java ,and it needs a Mysql database ,and Apache server,and I use Advanced Insaller to generate the installer. I want the installer to install Mysql and Apache ,and Run ...
1
vote
1answer
188 views

Creating a setup File using Advanced Installer and C#

This is the first time I am creating an installation. I need some help on this. I use the Publish option when creating my setup. When I finish installing, the setup installation path contains all ...
1
vote
1answer
38 views

how can i stop the installation of prerequisites to pop every time in advanced installer

am creating the deployment project (.MSI) for my .net windows project (vs 2010) using the advanced installer 8.x by adding some driver and 3rd party sdks and added them as prerequisite by choosing the ...
1
vote
1answer
322 views

Windows Error 2356

A client is having some problems installing my software on their machine. The exact error code they get is "The installer has encountered an unexpected error installing this package. This may indicate ...
1
vote
1answer
66 views

Place Advanced Installer feature files in app data?

My application uses extensions that must be placed in the the folder [AppDataFolder]\A\B\C... But Advanced Installer features do not allow me to put my files in a "system folder". I really need a ...