diff --git a/src/apps/installer/InstallerWindow.cpp b/src/apps/installer/InstallerWindow.cpp index a87940c7d1..841dc6dec1 100644 --- a/src/apps/installer/InstallerWindow.cpp +++ b/src/apps/installer/InstallerWindow.cpp @@ -331,7 +331,7 @@ InstallerWindow::ShowBottom() void InstallerWindow::LaunchDriveSetup() { - if (true || be_roster->Launch(DRIVESETUP_SIG) != B_OK) { + if (be_roster->Launch(DRIVESETUP_SIG) != B_OK) { // Try really hard to launch it. It's very likely that this fails, // when we run from the CD and there is only an incomplete mime // database for example...