Uninstall an exe using NSIS command line parameters
Hi All,
I want to uninstall an exe silently using NSIS(Nullsoft Install System) using command line parameter.Is there an workaround for this
I want to uninstall an exe silently using NSIS(Nullsoft Install System) using command line parameter.Is there an workaround for this
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
anonymous_9363
15 years ago
Posted by:
Packaging123
15 years ago
Posted by:
dunnpy
15 years ago
Packaging123,
If you have had a read around the subject - which is what I've just spent 10 minutes doing - you may have discovered that if the '/S ' switch doesn't work for a silent uninstallation then it is due to a badly written installer (the installation package in this case from illiminable).
Nullsoft has the functionality to provide silent uninstallations, but it has to be included in the installer mechanism - which it obviously hasn't been for this installer.
Hope that makes sense, you will probably have to fashion an MSI to remove it silently and remove all program references - dirty I know [;)]
Dunnpy
If you have had a read around the subject - which is what I've just spent 10 minutes doing - you may have discovered that if the '
Nullsoft has the functionality to provide silent uninstallations, but it has to be included in the installer mechanism - which it obviously hasn't been for this installer.
Hope that makes sense, you will probably have to fashion an MSI to remove it silently and remove all program references - dirty I know [;)]
Dunnpy
Posted by:
Packaging123
15 years ago
Posted by:
dunnpy
15 years ago
Packaging123,
Just to reiterate what I said in my previous post:
The vendor has chosen to use the Nullsoft Scriptable Install System (NSIS) to create an installation file for the Ogg Codec pack.
When the vendor created this file it appears they did not include the mechanism for a silent uninstallation. The functionality is there in NSIS, but has to be configured - if it wasn't, then silent uninstallations will not work.
The ideal solution to your problem would be for you to contact the software vendor and request that they include in their installation file the silent uninstall mechansim.
Good luck with that one....
The other option would be to install using the NSIS and then fashion an MSI to perform the uninstall task only- which you can run silently - which would be a dirty way to do it.
The final option would be to repackage the whole lot into an MSI, thus gaining the silent install/uninstall functionality of an MSI.
I'm not an expert on this installer and I've never had to really look at NSIS installer files, I've just read around the subject for 10 minutes - as I'd mentioned in my previous post.
If you do this too when you come across an issue and then if you're still stuck, post on the board - detail what you've attempted and how far you've got with your own investigations. You will find you'll get more of a response and assistance when you do post.
Hope that's made it as clear as crystal for you - I can't make it any clearer....
Dunnpy
Just to reiterate what I said in my previous post:
The vendor has chosen to use the Nullsoft Scriptable Install System (NSIS) to create an installation file for the Ogg Codec pack.
When the vendor created this file it appears they did not include the mechanism for a silent uninstallation. The functionality is there in NSIS, but has to be configured - if it wasn't, then silent uninstallations will not work.
The ideal solution to your problem would be for you to contact the software vendor and request that they include in their installation file the silent uninstall mechansim.
Good luck with that one....
The other option would be to install using the NSIS and then fashion an MSI to perform the uninstall task only- which you can run silently - which would be a dirty way to do it.
The final option would be to repackage the whole lot into an MSI, thus gaining the silent install/uninstall functionality of an MSI.
I'm not an expert on this installer and I've never had to really look at NSIS installer files, I've just read around the subject for 10 minutes - as I'd mentioned in my previous post.
If you do this too when you come across an issue and then if you're still stuck, post on the board - detail what you've attempted and how far you've got with your own investigations. You will find you'll get more of a response and assistance when you do post.
Hope that's made it as clear as crystal for you - I can't make it any clearer....
Dunnpy
Posted by:
Packaging123
15 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.