Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
4k views

WiX— always overwrite the previous version

I have an installer of an application that needs to install over any existing version, regardless of version number. Instead, I've got an installer that constantly says that I need to go to ...
6
votes
5answers
415 views

Installer for java application

I would like to know what packages are out there that can be used to create installers to distribute applications. The target application is written in Java. The installer must be able to: be ...
0
votes
1answer
35 views

Apache automated installation

Is it possible to install Apache with a script/batch file?
0
votes
1answer
339 views

MSI installer not correctly uninstalling a product

I have a situation where a user can install an older version of my software for the 'current user', and then go ahead and upgrade to a newer version of my software for 'all users'. The product ...