| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Progressbar should be visible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If we have an error we want to hide the install button
until the error has been handled, however if the error
is for failing to automatically start the installer then
we can show the Install button.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It is easier to check if we have a verified installer path
to determine when we should stop displaying Cancel button.
|
|
|
|
|
|
Instead of in an array.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Use spawn to detach the process from the main process.
- Listen for when installer process exits or has an error and notify the render process accordingly.
|
|
|
|
|
|
|
|
The switch on the appUpgradeError is sufficient
|