Silent install

Asked by nolme

Hi,

I didn't see a silent install switch for 1.4 version under Windows. Is this intentionnal ?
(I've already a previous installation but I need to force install throw command line event if the same version is installed).

Thanks,

Vincent

Question information

Language:
English Edit question
Status:
Answered
For:
BleachBit Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Andrew Ziem (ahziem1) said :
#1

The installer options have not recently changed

BleachBit uses the NSIS installer, so you can use the standard NSIS options
http://nsis.sourceforge.net/Docs/Chapter3.html

Try /S for silent install

Revision history for this message
nolme (vincent-duvernet) said :
#2

Hi,

I've done some tests.

the /S works only if no previous version is installed.

Vincent

Revision history for this message
Andrew Ziem (ahziem1) said :
#3

Have you tried uninstall.exe /S ? You can script this in a batch file with something like

if exist "c:\program files(x86\bleachbit\uninstall.exe" "c:\program files(x86\bleachbit\uninstall.exe" /S

Revision history for this message
nolme (vincent-duvernet) said :
#4

It should be a solution but it will assume BleachBit previous installation path is known.
Or we must read in the registry to get installation path and then read the Uninstall string.

The /S parameter should be transfered from installer to uninstaller to avoid this problem no ?

Revision history for this message
Andrew Ziem (ahziem1) said :
#5

BleachBit 1.5.2 beta fixes this. Please test
http://bleachbit.sourceforge.net/news/bleachbit-152-beta

Can you help with this problem?

Provide an answer of your own, or ask nolme for more information if necessary.

To post a message you must log in.