Utilisation : xwizard ProcessXMLFile /u /m xwizard RunWizard /u /t /c /f /p /z xwizard RunPropertySheet /u /c /f /p /z où ...

Utilisation : 
   xwizard ProcessXMLFile [/u] [/m]  
   xwizard RunWizard [/u] [/t] [/c] [/f] [/p]  [/z [] ]
   xwizard RunPropertySheet [/u] [/c] [/f] [/p]  [/z [] ]
où :
   /c = indicateurs de contexte
   /f = indicateurs définis par l'utilisateur
   /m = génère en plus la section du fichier manifeste de configuration Vista
        (crée le fichier résultant dans le répertoire actuel : .man)
   /p = identificateur GUID de l'hôte parent ({})
   /t = type d'Assistant facultatif (duifixed, duiresize, wizard97, aerofixed, aeroresize)
   /u = sans assistance (enregistre les erreurs au lieu de les afficher)
   /z = ligne de commande utilisateur (toujours en dernier, en fin de ligne)
   nom_fichier = nom du fichier XML
   GUID = identificateur GUID du composant Assistant ({})
Exemples :
   xwizard ProcessXMLFile maconfiguration.xml
   xwizard ProcessXMLFile /m moninstallation.xml
   xwizard RunWizard {7071ECA0-663B-4bc1-A1FA-B97F3B917C55}
   xwizard RunWizard /taerofixed /c1 /f3 {7071ECA0-663B-4bc1-A1FA-B97F3B917C55} /z/monoption1 /monoption2
   xwizard RunPropertySheet {7071ECA0-663B-4bc1-A1FA-B97F3B917C55}
   xwizard RunPropertySheet /c1 /f3 {7071ECA0-663B-4bc1-A1FA-B97F3B917C55} /z/monoption1 /monoption2