|
|
@ -240,6 +240,7 @@ namespace MediaBrowser.Installer
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Create shortcut
|
|
|
|
// Create shortcut
|
|
|
|
|
|
|
|
lblStatus.Text = "Creating Shortcuts...";
|
|
|
|
var fullPath = Path.Combine(RootPath, "System", TargetExe);
|
|
|
|
var fullPath = Path.Combine(RootPath, "System", TargetExe);
|
|
|
|
try
|
|
|
|
try
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -254,6 +255,7 @@ namespace MediaBrowser.Installer
|
|
|
|
// Install Pismo
|
|
|
|
// Install Pismo
|
|
|
|
if (InstallPismo)
|
|
|
|
if (InstallPismo)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
lblStatus.Text = "Installing ISO Support...";
|
|
|
|
try
|
|
|
|
try
|
|
|
|
{
|
|
|
|
{
|
|
|
|
PismoInstall();
|
|
|
|
PismoInstall();
|
|
|
@ -269,6 +271,7 @@ namespace MediaBrowser.Installer
|
|
|
|
Directory.Delete(Path.Combine(RootPath, "Pismo"), true);
|
|
|
|
Directory.Delete(Path.Combine(RootPath, "Pismo"), true);
|
|
|
|
|
|
|
|
|
|
|
|
// And run
|
|
|
|
// And run
|
|
|
|
|
|
|
|
lblStatus.Text = string.Format("Starting {0}...", FriendlyName);
|
|
|
|
try
|
|
|
|
try
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Process.Start(fullPath);
|
|
|
|
Process.Start(fullPath);
|
|
|
|