Ticket #5337 (closed: fixed)
Windows installer silent mode is not so silent
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
Running the Mantid Windows installer in silent mode produces a dialog box that has to be clicked away. It says:
Mantid installer will try to run any existing uninstallers first. Please click OK and be patient, the installer will start soon
This is causing the system tests to fail at the moment as they are waiting on the box.
Change History
comment:2 Changed 8 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Owen Arnold
comment:3 Changed 8 years ago by Owen Arnold
I think this has now been fixed by updating the number of skips. Martyn let me know if you're still having problems with this.
comment:6 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
This is fine now as the system tests are not hanging on install.
comment:7 Changed 8 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
Note: See
TracTickets for help on using
tickets.
Fix bug with installer not being completely silent. Refs #5337
A couple of lines were added as an additional check but NSIS requires you to tell it how many lines to skip in an if statement so this needs updating too.