More status info in installer
This commit is contained in:
parent
5f3a6b2235
commit
1e0a405ef3
|
@ -240,6 +240,7 @@ namespace MediaBrowser.Installer
|
|||
}
|
||||
|
||||
// Create shortcut
|
||||
lblStatus.Text = "Creating Shortcuts...";
|
||||
var fullPath = Path.Combine(RootPath, "System", TargetExe);
|
||||
try
|
||||
{
|
||||
|
@ -254,6 +255,7 @@ namespace MediaBrowser.Installer
|
|||
// Install Pismo
|
||||
if (InstallPismo)
|
||||
{
|
||||
lblStatus.Text = "Installing ISO Support...";
|
||||
try
|
||||
{
|
||||
PismoInstall();
|
||||
|
@ -269,6 +271,7 @@ namespace MediaBrowser.Installer
|
|||
Directory.Delete(Path.Combine(RootPath, "Pismo"), true);
|
||||
|
||||
// And run
|
||||
lblStatus.Text = string.Format("Starting {0}...", FriendlyName);
|
||||
try
|
||||
{
|
||||
Process.Start(fullPath);
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<PublisherName>Media Browser Team</PublisherName>
|
||||
<SuiteName>Media Browser</SuiteName>
|
||||
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
||||
<ApplicationRevision>44</ApplicationRevision>
|
||||
<ApplicationRevision>46</ApplicationRevision>
|
||||
<ApplicationVersion>0.1.1.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
|
|
Loading…
Reference in New Issue
Block a user