Bonjour alors voila j'ai creer mon fichier automatisé "automatisation.MSP" que j'ai mis dans le dossier "UPDATES". Je voulais savoir j'ai télécharger toute les mises a jour de office 2007 et je les ai mis dans ce meme répertoire.
Esque si je lance mon SETUP.EXE tout va s'installé naturellement automatiquement comme je le souhaite avec les mises a jour ??
Merci bien de vos réponces
Page 1 sur 1
[Aide] Office 2007 + maj
#2
Posté 13 juillet 2007 - 01:32
Salut Flamme-demon
ton fichier automatisation.msp est a mettre a la racine du cd Oficce 2007
ensuite modifie le autorun de la facons suivantes :
Dans le dossier update il faut stocker tes update au format *.msp, pour cela utilise winrar ou autre pour decompresser le *.exe
Office s'install en auto (silencieux si tu as decocher boite de dialogue --> In the Product Key box, enter a valid 25-character volume license key, and then select the I accept the terms in the License Agreement check box. When you provide this information in a Setup customization file, users are not prompted for a product key or Microsoft Software License Terms during the installation or the first time they start an Office application. In the right pane, set the Display Level to Basic or None to install Office quietly (without user interaction) ) et install aussi tout les fichier *.msp qui se trouve dans le repertoire Updates
Voila voila @+
ton fichier automatisation.msp est a mettre a la racine du cd Oficce 2007
ensuite modifie le autorun de la facons suivantes :
CODE
OPEN=SETUP.EXE /adminfile automatisation.MSP
ICON=SETUP.EXE,0
shell\configure=&Configure...
shell\configure\command=SETUP.EXE
shell\install=&Install...
shell\install\command=SETUP.EXE
ICON=SETUP.EXE,0
shell\configure=&Configure...
shell\configure\command=SETUP.EXE
shell\install=&Install...
shell\install\command=SETUP.EXE
Dans le dossier update il faut stocker tes update au format *.msp, pour cela utilise winrar ou autre pour decompresser le *.exe
Office s'install en auto (silencieux si tu as decocher boite de dialogue --> In the Product Key box, enter a valid 25-character volume license key, and then select the I accept the terms in the License Agreement check box. When you provide this information in a Setup customization file, users are not prompted for a product key or Microsoft Software License Terms during the installation or the first time they start an Office application. In the right pane, set the Display Level to Basic or None to install Office quietly (without user interaction) ) et install aussi tout les fichier *.msp qui se trouve dans le repertoire Updates
Voila voila @+
#3
Posté 13 juillet 2007 - 01:55
Donc je modifie le autorun.ini, après j'extrais tout les .exe de mes mises a jours et je récupere tout le .msp que je mais dans le dossier UPDATE (il n'y a rien a faire d'autre ?? il ne faut pas les ajoutés dans un fichier avec de parametre de silence ??).
Par contre je n'ai pas compris avec la boite de dialogue (dsl).
Merci de ta reponse
Par contre je n'ai pas compris avec la boite de dialogue (dsl).
Merci de ta reponse
#5
Posté 12 janvier 2008 - 10:03
Salut Flammouso ! 
En fait il faut aussi éditer le fichier XML : CONFIG.XML se trouvant dans le dossier Professionnel de ton CD de Office 2007.
Moi j'ai la version Project Pro d'office et le contenu du fichier a ceci :
Il faut, donc, le rééditer :
En fait il faut aussi éditer le fichier XML : CONFIG.XML se trouvant dans le dossier Professionnel de ton CD de Office 2007.
Moi j'ai la version Project Pro d'office et le contenu du fichier a ceci :
<Configuration Product="PrjPro">
<!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" /> -->
<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Project Professional Setup(*).txt" /> -->
<!-- <PIDKEY Value="BCDFGHJKMPQRTVWXY2346789B" /> -->
<!-- <USERNAME Value="Customer" /> -->
<!-- <COMPANYNAME Value="MyCompany" /> -->
<!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->
<!-- <LIS CACHEACTION="CacheOnly" /> -->
<!-- <SOURCELIST Value="\\server1\share\Office12;\\server2\share\Office12" /> -->
<!-- <DistributionPoint Location="\\server\share\Office12" /> -->
<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
<!-- <Setting Id="Reboot" Value="IfNeeded" /> -->
<!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->
</Configuration>
<!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" /> -->
<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Project Professional Setup(*).txt" /> -->
<!-- <PIDKEY Value="BCDFGHJKMPQRTVWXY2346789B" /> -->
<!-- <USERNAME Value="Customer" /> -->
<!-- <COMPANYNAME Value="MyCompany" /> -->
<!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->
<!-- <LIS CACHEACTION="CacheOnly" /> -->
<!-- <SOURCELIST Value="\\server1\share\Office12;\\server2\share\Office12" /> -->
<!-- <DistributionPoint Location="\\server\share\Office12" /> -->
<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
<!-- <Setting Id="Reboot" Value="IfNeeded" /> -->
<!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->
</Configuration>
Il faut, donc, le rééditer :
<Configuration Product="PrjPro">
<!-- <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> -->
<!-- <Logging Type="Professional" Path="%temp%" Template="Microsoft Office Project Professional Setup(*).txt" /> -->
<!-- <PIDKEY Value="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" /> -->
<!-- <USERNAME Value="Mon Prénom et Nom" /> -->
<!-- <COMPANYNAME Value="Compagnie si il y a" /> -->
<!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->"%programfiles%\Microsoft Office"
<!-- <LIS CACHEACTION="CacheOnly" /> -->
<!-- <SOURCELIST Value="\\server1\share\Office12;\\server2\share\Office12" /> -->
<!-- <DistributionPoint Location="\\server\share\Office12" /> -->
<OptionState Id="ACCESSFiles" State="local" Children="force" /> //access
<OptionState Id="OUTLOOKFiles" State="local" Children="force" /> //outlook
<OptionState Id="EXCELFiles" State="local" Children="force" /> //excel
<OptionState Id="PubPrimary" State="local" Children="force" /> //publisher
<OptionState Id="PPTFiles" State="local" Children="force" /> //Powerpoint
<OptionState Id="AceRepl" State="local" Children="force" /> //access db Engine replication
<OptionState Id="CAGFiles" State="Local" Children="force" /> //Clip Organizer
<OptionState Id="MSSOAP3" State="local" Children="force" /> //SOAP toolkit
<OptionState Id="WISPFiles" State="local" Children="force" /> //handwriting
<OptionState Id="DocServicesFiles" State="local" Children="force" /> //docu update util
<OptionState Id="HTMLSourceEditing" State="local" Children="force" /> //script editor
<OptionState Id="DocumentImagingUtils" State="local" Children="force" /> //scanning,ocr,indexing
<OptionState Id="OISFiles" State="local" Children="force" /> //picture manager
<OptionState Id="OSESupp" State="local" Children="force" /> //sharepoint support
<OptionState Id="QueryFiles" State="local" Children="force" /> //msQuery
<OptionState Id="VisioPreviewerFiles" State="local" Children="force" /> //visio viewer
<OptionState Id="XDOCSFiles" State="local" Children="force" /> //infopath
<OptionState Id="OsaNonBoot" State="absent" Children="force" /> //new,open office docu lnks
</Configuration>
<!-- <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> -->
<!-- <Logging Type="Professional" Path="%temp%" Template="Microsoft Office Project Professional Setup(*).txt" /> -->
<!-- <PIDKEY Value="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" /> -->
<!-- <USERNAME Value="Mon Prénom et Nom" /> -->
<!-- <COMPANYNAME Value="Compagnie si il y a" /> -->
<!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->"%programfiles%\Microsoft Office"
<!-- <LIS CACHEACTION="CacheOnly" /> -->
<!-- <SOURCELIST Value="\\server1\share\Office12;\\server2\share\Office12" /> -->
<!-- <DistributionPoint Location="\\server\share\Office12" /> -->
<OptionState Id="ACCESSFiles" State="local" Children="force" /> //access
<OptionState Id="OUTLOOKFiles" State="local" Children="force" /> //outlook
<OptionState Id="EXCELFiles" State="local" Children="force" /> //excel
<OptionState Id="PubPrimary" State="local" Children="force" /> //publisher
<OptionState Id="PPTFiles" State="local" Children="force" /> //Powerpoint
<OptionState Id="AceRepl" State="local" Children="force" /> //access db Engine replication
<OptionState Id="CAGFiles" State="Local" Children="force" /> //Clip Organizer
<OptionState Id="MSSOAP3" State="local" Children="force" /> //SOAP toolkit
<OptionState Id="WISPFiles" State="local" Children="force" /> //handwriting
<OptionState Id="DocServicesFiles" State="local" Children="force" /> //docu update util
<OptionState Id="HTMLSourceEditing" State="local" Children="force" /> //script editor
<OptionState Id="DocumentImagingUtils" State="local" Children="force" /> //scanning,ocr,indexing
<OptionState Id="OISFiles" State="local" Children="force" /> //picture manager
<OptionState Id="OSESupp" State="local" Children="force" /> //sharepoint support
<OptionState Id="QueryFiles" State="local" Children="force" /> //msQuery
<OptionState Id="VisioPreviewerFiles" State="local" Children="force" /> //visio viewer
<OptionState Id="XDOCSFiles" State="local" Children="force" /> //infopath
<OptionState Id="OsaNonBoot" State="absent" Children="force" /> //new,open office docu lnks
</Configuration>
#7
Posté 04 juillet 2008 - 12:43
QUOTE (Danny @ Jun 30 2008, 11:46 AM) <{POST_SNAPBACK}>
salut à tous et merci des réponses après tout sa je voudrais l'intégrer dans mon una office 2007 mais je voudrais lancer l'installe a partir de mon setup de windows que j'ai crée pouvez vous m'aider merci à tous l'équipe
Salut
Va voir ICI la méthode est la même que pour l'intégration du sp1, sauf pour : kb940289, kb947801, kb951808, le complément d'enregistrement au format PDF et XPS, outil de mise a jour des fuseau horaire de outlook, le pack de compatibilité d'office et le Dictionnaires français de vocabulaires des métiers spécifiques.
Donc au lieu de lancer ton install par le setup.exe tu créer un fichier xxx.bat ou xxx.cmd que tu met dans le même répertoire que ton setup.exe et tu y met ce qui suis :
QUOTE
start /wait SETUP.EXE
start /wait PDFetXPS.exe /quiet
packdecompatibilité.exe /quiet
fuseauhoraire.exe /quiet
start /wait kb940289.exe /quiet
start /wait kb947801.exe /quiet
start /wait kb951808.exe /quiet
start /wait DICO-FRA.msi /qb /norestart
start /wait PDFetXPS.exe /quiet
packdecompatibilité.exe /quiet
fuseauhoraire.exe /quiet
start /wait kb940289.exe /quiet
start /wait kb947801.exe /quiet
start /wait kb951808.exe /quiet
start /wait DICO-FRA.msi /qb /norestart
QUOTE
Ordre d'installation pour le fichier .bat/.cmd à suivre :
1er ton setup.exe
2eme tous les complément et/ou pack
3ème les mise à jour (kb)
4ème les dictionnaires
1er ton setup.exe
2eme tous les complément et/ou pack
3ème les mise à jour (kb)
4ème les dictionnaires
Si tu as bien toutes les mise à jour tu devrai normalement trouver 19 fichiers .msp dans ton répertoire update
Enjoy
Page 1 sur 1

Connexion
Inscription
Aide

Multi-citation