![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/thread-self/root/usr/share/osinfo/install-script/microsoft.com/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?> <libosinfo version="0.0.1"> <install-script id='http://microsoft.com/windows/sif/desktop'> <profile>desktop</profile> <path-format>dos</path-format> <product-key-format>$$$$$-$$$$$-$$$$$-$$$$$-$$$$$</product-key-format> <expected-filename>winnt.sif</expected-filename> <can-pre-install-drivers/> <config> <param policy="optional" name="admin-password"/> <param policy="required" name="reg-product-key"/> <param policy="required" name="user-realname"/> <param policy="required" name="hostname"/> <param policy="optional" name="script-disk"/> <param policy="optional" name="driver-signing"/> </config> <injection-method>floppy</injection-method> <template> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="text"/> <xsl:template name="script-disk"> <xsl:choose> <xsl:when test="config/script-disk != ''"> <xsl:value-of select="config/script-disk"/> </xsl:when> <xsl:otherwise> <xsl:text>A</xsl:text> </xsl:otherwise> </xsl:choose> </xsl:template> <xsl:template name="password"> <xsl:choose> <xsl:when test="os/version = 5.1"> <xsl:choose> <xsl:when test="config/admin-password = ''"> <xsl:text>*</xsl:text> </xsl:when> <xsl:otherwise> <xsl:value-of select="config/admin-password"/> </xsl:otherwise> </xsl:choose> </xsl:when> <xsl:otherwise> <xsl:value-of select="config/admin-password"/> </xsl:otherwise> </xsl:choose> </xsl:template> <xsl:template match="/install-script-config"> ;SetupMgrTag [Data] AutoPartition=1 <xsl:choose> <xsl:when test="os/version > 5.0"> MsDosInitiated="0" UnattendedInstall="Yes" </xsl:when> <xsl:otherwise> MsDosInitiated=No UnattendedInstall=Yes </xsl:otherwise> </xsl:choose> [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=No <xsl:choose> <xsl:when test="os/version > 5.0"> TargetPath=\WINDOWS </xsl:when> <xsl:otherwise> TargetPath=\WINNT </xsl:otherwise> </xsl:choose> <xsl:if test="config/driver-signing = 'false'"> DriverSigningPolicy=Ignore </xsl:if> Repartition=Yes WaitForReboot="No" UnattendSwitch="Yes" [GuiUnattended] AdminPassword="<xsl:call-template name="password"/>" <xsl:if test="os/version = 5.0"> AutoLogon=Yes </xsl:if> EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [UserData] <xsl:choose> <xsl:when test="os/version > 5.0"> ProductKey=<xsl:value-of select="config/reg-product-key"/> OrgName="" </xsl:when> <xsl:otherwise> ProductID= </xsl:otherwise> </xsl:choose> FullName="<xsl:value-of select="config/user-realname"/>" ComputerName="<xsl:value-of select="config/hostname"/>" <xsl:if test="os/version = 5.0"> [Display] BitsPerPel=16 Xresolution=640 YResolution=480 Vrefresh=60 [RegionalSettings] LanguageGroup=1 </xsl:if> <xsl:if test="os/version > 5.0"> [LicenseFilePrintData] AutoMode=PerServer AutoUsers=5 </xsl:if> [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes <xsl:if test="os/version > 5.0"> [SetupParams] UserExecute = "<xsl:call-template name="script-disk"/>:\windows.cmd >c:\windows\osinfo.log 2>&1" [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0 </xsl:if> </xsl:template> </xsl:stylesheet> </template> </install-script> </libosinfo>