I\'m trying to make the installer exe of a java project using it\'s build.xml from eclipse b开发者_开发知识库ut the build fails.
I\'m using the CPack NSIS generator to create an installer. However, each time I release a new version, o开发者_开发知识库ur users are running the new installer without uninstalling the old version (w
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Is there a in开发者_运维技巧tegrated Rollback-Action in any of the Installer-systems mentioned above? I know it\'s available in Windows Installer, but it seems to be missing in any other system I look
I have an installer, a compiled NSIS script and it first checks开发者_运维技巧 if another version of my application is running on the system. If another instance exists, then it first triggers the sil
I use NSIS to create installer . In my script !define MUI_FINISHPAGE_NOAUTOCLOSE so that user can see the installation file logs.
I have an NSIS installer that requires UAC elevation. When my setup.exe is executed through Chrome or IE, the UAC elevation dialog is displayed, but when the user confirms, Chrome comes back to the fr
Assuming that it is possible to compress a file from within an NSIS script, what is the best way to accomplish that and what would be the actual statement?
Hi I\'m command \"runas /env /user:administrator \"certutil -addstore root myrootca.cer\" When I use this command in command prompt it is asking for the administrator password but when integrating it
I have an Eclipse RCP application where I use NSIS to generate the exe file for Windows. This RCP application is running into memory issue when processing big files and it will just fatally shut down.