If an error occurred or the following message in Italian language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
id |
Italian |
English |
0x1 | Processo host procedura guidata estendibile |
Extensible wizard host process |
0x2 | Sintassi: xwizard ProcessXMLFile [/u] [/m] xwizard RunWizard [/u] [/t] [/c] [/f] [/p] [/z [] ] xwizard RunPropertySheet [/u] [/c] [/f] [/p] [/z [] ]Dove: /c = contrassegni di contesto /f = contrassegni definiti dall'utente /m = genera inoltre la sezione del file manifesto dell'installazione di Vista (crea il file risultante nella directory corrente come .man) /p = identificatore GUID dell'host padre ({}) /t = tipo facoltativo di procedura guidata (wizard97, aero, dui, moderndui) /u = automatico (registra gli errori anziché visualizzarli) /z = riga di comando dell'utente (da lasciare sempre per ultima) filename = nome del file XML GUID = identificatore GUID del componente della procedura guidata ({})Esempi: xwizard ProcessXMLFile configurazione.xml xwizard ProcessXMLFile /m installazione.xml xwizard RunWizard {7071ECA0-663B-4bc1-A1FA-B97F3B917C55} xwizard RunWizard /taero /c1 /f3 {7071ECA0-663B-4bc1-A1FA-B97F3B917C55} /z/opzione1 /opzione2 xwizard RunPropertySheet {7071ECA0-663B-4bc1-A1FA-B97F3B917C55} xwizard RunPropertySheet /c1 /f3 {7071ECA0-663B-4bc1-A1FA-B97F3B917C55} /z/opzione1 /opzione2 |
Usage: xwizard ProcessXMLFile [/u] [/m] xwizard RunWizard [/u] [/t] [/c] [/f] [/p] [/z [] ] xwizard RunPropertySheet [/u] [/c] [/f] [/p] [/z [] ]where: /c = context flags /f = user defined flags /m = additionally generate Vista setup manifest file section (create resulting file in current directory as .man) /p = parent host GUID identifier ({}) /t = optional wizard type (wizard97, aero, dui, moderndui) /u = unattended (log errors instead of showing them) /z = user command line (should always be last, rest of line) filename = XML file name GUID = Wizard component GUID identifier ({})examples: xwizard ProcessXMLFile myconfig.xml xwizard ProcessXMLFile /m mysetup.xml xwizard RunWizard {7071ECA0-663B-4bc1-A1FA-B97F3B917C55} xwizard RunWizard /taero /c1 /f3 {7071ECA0-663B-4bc1-A1FA-B97F3B917C55} /z/myoption1 /myoption2 xwizard RunPropertySheet {7071ECA0-663B-4bc1-A1FA-B97F3B917C55} xwizard RunPropertySheet /c1 /f3 {7071ECA0-663B-4bc1-A1FA-B97F3B917C55} /z/myoption1 /myoption2 |