Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

CloneDVD 2.8.9.9

Featured Replies

I've searched the forums and I've found the appropriate switch to make it install silently, but I don't know how to get rid of the annoying "Your computer needs to reboot, reboot now?" question at the end of install. Anyone know the right command? I've tried the PEID and used all of the commands it said available, but I can't get rid of that damned question....please help. :wacko::wacko:

**EDIT** I remember when I made my first cd there was a small little app that you could "sleep" for x amount of seconds before going on to the next line of code. Here is an example of what I'm talking about:

ECHO.
ECHO Installing CloneDVD
ECHO Version:
ECHO Please wait...
start %systemdrive%\Programs\CloneDVD\setup.exe /S /NORESTART
start programx.exe sleep 30

Now, after sleeping 30 seconds I would want another program to kill the clonedvd setup, taskkill?

ECHO.
ECHO Installing CloneDVD
ECHO Version:
ECHO Please wait...
start %systemdrive%\Programs\CloneDVD\setup.exe /S /NORESTART
start programx.exe sleep 30
start taskkill clonedvdsetup.exe

Edited by anthrax12385

taskilling the setup didnt worked?

maybe you can use autoit (wich i dont know how to use ;) ) or try to make a repack using Install Designer Studio or Installshield or Wise Package...

the last solution i can give is to use DVD Shrink wich i found very useful and has all the features of CloneDVD except of CloneDVD Mobile.

un ( 'SetupCloneDVD2.exe /S /D=%systemdrive%\install\clonedvd\clonedvd' )
WinWait ( 'CloneDVD2 Setup' )
WinActivate ( 'CloneDVD2 Setup' )
WinWaitActive ( 'CloneDVD2 Setup' )
Send ( 'n' )

;)

  • Author
un ( 'SetupCloneDVD2.exe /S /D=%systemdrive%\install\clonedvd\clonedvd' )
WinWait ( 'CloneDVD2 Setup' )
WinActivate ( 'CloneDVD2 Setup' )
WinWaitActive ( 'CloneDVD2 Setup' )
Send ( 'n' )

;)

Thx guys, I was thinking that nobody would be able to help me. Yea, taskkill worked, I just needed to use the process id(taskkill /PID 1716). One day I'll take a look at auto it. Thank you tho guys!

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.