Zitat (stadtschreiber: 14.05.2009, 22:56)
das schon, aber sie läuft nicht
geschrieben 15. Mai 2009 - 07:49
geschrieben 16. Mai 2009 - 14:30
geschrieben 16. Mai 2009 - 14:45
geschrieben 16. Mai 2009 - 23:53
Dieser Beitrag wurde von KJackYo bearbeitet: 16. Mai 2009 - 23:54

geschrieben 17. Mai 2009 - 15:09
geschrieben 17. Mai 2009 - 15:12
geschrieben 18. Mai 2009 - 07:29
geschrieben 24. Mai 2009 - 14:40
//l= lang, i= WIM, D= WD, P=LP, e= ELP, S=ISO,
string x = "x86", l = comboBox2.Text, i = textBox3.Text, D = textBox4.Text, P = textBox1.Text, U = textBox2.Text, N = "5", S = textBox5.Text;
if (radioButton1.Checked == true)
x = "x64";
if (comboBox1.Text == "Home Basic")
N = "1";
else if (comboBox1.Text == "Home Premium")
N = "2";
else if (comboBox1.Text == "Professional")
N = "3";
else if (comboBox1.Text == "Ultimate")
N = "4";
else if (comboBox1.Text == "Enterprise")
N = "1";
else if (radioButton2.Checked == true)
x = "x86";
if (comboBox1.Text == "Starter")
N = "1";
else if (comboBox1.Text == "Home Basic")
N = "2";
else if (comboBox1.Text == "Home Premium")
N = "3";
else if (comboBox1.Text == "Professional")
N = "4";
else if (comboBox1.Text == "Ultimate")
N = "5";
else if (comboBox1.Text == "Enterprise")
N = "1";
textBoxScript.Text =
"&\"C:\\Windows\\system32\\DISM.exe\" /Mount-Wim /WimFile:" + D + "\\sources\\install.wim /index:" + N +" /MountDir:" + i + "" + "\n"+
"&\"C:\\windows\\system32\\DISM.exe\" /Image:"+ i + " /Add-Package /PackagePath:"+l+" \n"+
"&\"C:\\windows\\system32\\DISM.exe\" /Image:"+ i + " /Set-UILang:"+l+" \n"+
"&\"C:\\windows\\system32\\DISM.exe\" /Image:"+ i + " /Set-UserLocale:"+l+" \n"+
"&\"C:\\windows\\system32\\DISM.exe\" /Image:"+ i + " /Set-SysLocale:"+l+" \n"+
"&\"C:\\windows\\system32\\DISM.exe\" /Image:"+ i + " /Set-InputLocale:"+l+"\n"+
"&\"C:\\Windows\\system32\\DISM.exe\" /Unmount-Wim /MountDir:"+i+" /commit"+"\n"+
"Expand \""+P+"\" -f:* \""+U+"\"\n"+
"&\"C:\\Windows\\system32\\DISM.exe\\\" /Mount-Wim /WimFile:" + D + "\\sources\\boot.wim /index:2 /MountDir:" + i + " \n" +
"xcopy \""+U+"\\setup\\*\" "+i+"\\sources\\"+l+"\\ /cheryki \n"+
"xcopy \""+U+"\\sources\\license\\* "+i+"\\sources\\license\\"+l+" /cheryki \n"+
"xcopy \""+U+"\\setup\\sources\\"+l+"\\*" +i+"\\sources\\"+l+"\" /cherkyi \n"+
"xcopy \""+U+"\\sources\\license\\"+l+"\\*" +D+"\\sources\\license\\"+l+" /cherkyi \n"+
"xcopy \""+D+"\\sources\\lang.ini "+i+"\\sources\\ /cheryki \n"+
"&\"oscdimg\" -n -m -b\".\\boot\\etfsboot.com\""+D+"\" \""+S+"ISOfile.iso\"-lGRC1CULFRER_DE_DVD";
StopScript();
listBox1.Items.Clear();
AppendLine("Languagepack is beeing integrated");
pipelineExecutor = new PipelineExecutor(runSpace, this, textBoxScript.Text);
pipelineExecutor.OnDataReady += new PipelineExecutor.DataReadyDelegate(pipelineExecutor_OnDataReady);
pipelineExecutor.OnDataEnd += new PipelineExecutor.DataEndDelegate(pipelineExecutor_OnDataEnd);
pipelineExecutor.OnErrorReady += new PipelineExecutor.ErrorReadyDelegate(pipelineExecutor_OnErrorReady);
progressBar1.Value = 50;
pipelineExecutor.Start();
geschrieben 24. Mai 2009 - 15:09
Dieser Beitrag wurde von VelleX bearbeitet: 24. Mai 2009 - 15:09
geschrieben 24. Mai 2009 - 15:16
geschrieben 24. Mai 2009 - 15:24
geschrieben 24. Mai 2009 - 15:28
Zitat (Ludacris: 24.05.2009, 15:40)
Dieser Beitrag wurde von VelleX bearbeitet: 24. Mai 2009 - 15:34
geschrieben 24. Mai 2009 - 15:42
Zitat (VelleX: 24.05.2009, 16:28)
geschrieben 24. Mai 2009 - 15:44
Dieser Beitrag wurde von VelleX bearbeitet: 24. Mai 2009 - 15:45
geschrieben 24. Mai 2009 - 16:19
Zitat (VelleX: 24.05.2009, 16:44)