Support Forum

Full Version: Software installation failed again, and again
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guten Tag Vitali!
Sie Koenen Auch deutsch schreiben  

I watched your Video several times very carefully and created OS and WMP10
Tried to tested here is what I get it says
Please insert next disk with WMP X   so what is story about next disk here?

Thank you

Vielen Dank


Software installation failed again, and again.
Please insert next disk with …. Any idea?

Here is my tax code for you:

Settings text Windows Unattended CD Creator 0.9.8

[Driver]
INTEL=\$OEM$\$1\Drivers\INTEL

[Software]
WMP X.checkPoint="Software\WMP X"
WMP X.Steps="1"
WMP X.Step.1=""%CDROM%\Software\WMP X\MP10Setup.exe" /Q"
Reihenfolge="WMP X"


RunOnceEx
//003

var soft = new Array();
var key = "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\";
var runonceex_js = "HKLM\\SOFTWARE\\RunOnceEx.js";
var WshShell = new ActiveXObject("WScript.Shell");
var fso = new ActiveXObject( "Scripting.FileSystemObject" );
var n = 0;

soft.title = "Set Up Software";
soft.insertNextMedium = "Please insert next disk with {soft}";
soft.rebootMessage = "Clean & Reboot";
soft.startReboot = "reboot.exe /t 60 /m \"{message}\" /r {runat}";

soft[n] = new Array();
soft[n].name = "WMP X";
soft[n].checkPoint = "Software\\WMP X";
soft[n][0] = "\"%CDROM%\\Software\\WMP X\\MP10Setup.exe\" /Q";
n++;

and…………………………………..
007 Wrote:I watched your Video several times very carefully and created OS and WMP10
Tried to tested here is what I get it says
Please insert next disk with WMP XÂ Â so what is story about next disk here?
1. That is fine Runonceex.js is working!
2. But message "Please insert next disk with WMP X" means Runonceex.js has not found a directory/file called "Software\WMP X" on A: , C: , D: ...
A Qestion is "Why Runonceex.js has not fount this file/directory?" have you remowed the CD from drive?

007 Wrote:Software installation failed again, and again.
Please insert next disk with . Any idea?
Maybe
  1. Open C:\windows\runonceex.js with Notepad
  2. Find: soft[n].checkPoint = "Software\\WMP X";
  3. Correct it to: soft[n].checkPoint = "Software\\WMP X\\MP10Setup.exe";
  4. Save Runonceex.js
  5. insert the cd in any drive again
  6. start C:\Windows\Runonceex.js with double click
If you get the "Please insert next disk with WMP X" again... We have a problem !