mirror of
https://github.com/theitaliandeveloper/Perfect11.git
synced 2025-12-06 09:02:03 +00:00
things
This commit is contained in:
@@ -580,11 +580,19 @@ namespace Perfect11
|
|||||||
{
|
{
|
||||||
setupArguments += "/Product Server";
|
setupArguments += "/Product Server";
|
||||||
}
|
}
|
||||||
if (upgradeMethod.SelectedIndex == 2)
|
if (upgradeMethod.SelectedIndex == 1)
|
||||||
{
|
{
|
||||||
setupArguments += "/pkey KBN8V-HFGQ4-MGXVD-347P6-PDQGT";
|
setupArguments += "/pkey KBN8V-HFGQ4-MGXVD-347P6-PDQGT";
|
||||||
}
|
}
|
||||||
setupArguments += " /Compat IgnoreWarning /MigrateDrivers All /Telemetry disable /eula accept /dynamicupdate enable";
|
setupArguments += " /Compat IgnoreWarning /Telemetry disable /eula accept";
|
||||||
|
if (upgradeMethod.SelectedIndex == 2)
|
||||||
|
{
|
||||||
|
setupArguments += " /dynamicupdate disable";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
setupArguments += " /dynamicupdate enable";
|
||||||
|
}
|
||||||
ProcessStartInfo info = new ProcessStartInfo
|
ProcessStartInfo info = new ProcessStartInfo
|
||||||
{
|
{
|
||||||
FileName = @"C:\Temp\Perfect11_W11_TMP\sources\setupprep.exe",
|
FileName = @"C:\Temp\Perfect11_W11_TMP\sources\setupprep.exe",
|
||||||
|
|||||||
Reference in New Issue
Block a user