added --silent and register values in windows registry keys
This commit is contained in:
parent
48473f98c5
commit
ca57775f8f
7 changed files with 402 additions and 165 deletions
|
@ -109,6 +109,13 @@ func (inst *Installer) doFinalInstall() {
|
|||
return
|
||||
}
|
||||
|
||||
// Register the app in Windows (i.e. create registry entries)
|
||||
spm.UpdateProgress(0, "Registering app...")
|
||||
if err := spm.RegisterApp(); err != nil {
|
||||
inst.LastError = err
|
||||
return
|
||||
}
|
||||
|
||||
spm.UpdateProgress(100, "Installation complete!")
|
||||
}()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue