Skip to content

Commit 4c96be0

Browse files
committed
Added startPage call to open appman...
1 parent d8c6bbb commit 4c96be0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

External/Plugins/StartPage/Controls/StartPageWebBrowser.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@ public void ShowAbout()
206206
PluginBase.MainForm.CallCommand("About", null);
207207
}
208208

209+
/// <summary>
210+
/// Opens appman to install new software
211+
/// </summary>
212+
public void InstallSoftware()
213+
{
214+
PluginBase.MainForm.CallCommand("RunProcess", "$(Quote)$(AppDir)\\Tools\\appman\\AppMan.exe$(Quote);-locale=$(Locale)");
215+
}
216+
209217
/// <summary>
210218
/// Called from webpage to show New Project Dialog
211219
/// </summary>

0 commit comments

Comments
 (0)