Creer un CD d'installation de logiciel multiple
Résolu
Maxou1598
Messages postés
75
Date d'inscription
Statut
Membre
Dernière intervention
-
babarjo Messages postés 3180 Date d'inscription Statut Membre Dernière intervention -
babarjo Messages postés 3180 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
Voilà, je fais souvent des réinstallations de PC sous Windows XP et Windows 7 pour des amis et j'en ai un peu marre de me balader avec des logiciels sur clés USB ou de les télécharger à chaque fois.
Je voudrais donc créer un CD ou DVD avec les programmes d'installations dessus mais que je puisse choisir moi même les logiciels que je souhaite installer un peut comme là:
http://www.hostingpics.net/viewer.php?id=552342Sanstitre.jpg
Merci d'avance,
Maxou1598
Voilà, je fais souvent des réinstallations de PC sous Windows XP et Windows 7 pour des amis et j'en ai un peu marre de me balader avec des logiciels sur clés USB ou de les télécharger à chaque fois.
Je voudrais donc créer un CD ou DVD avec les programmes d'installations dessus mais que je puisse choisir moi même les logiciels que je souhaite installer un peut comme là:
http://www.hostingpics.net/viewer.php?id=552342Sanstitre.jpg
Merci d'avance,
Maxou1598
A voir également:
- Creer un CD d'installation de logiciel multiple
- Créer un compte google - Guide
- Comment créer un groupe whatsapp - Guide
- Créer un lien pour partager des photos - Guide
- Logiciel de sauvegarde gratuit - Guide
- Money logiciel - Télécharger - Comptabilité & Facturation
4 réponses
Dans un fichier HTML avec ou sans image:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document sans nom</title>
</head>
<body>
<p><a href="nom_appli_sans_espace.exe">Application 1</a></p>
<p><a href="nom_appli_2_sans_espace.exe">Application 2</a></p>
<p><a href="nom_appli_3_sans_espace.exe">Application 3</a></p>
</body>
</html>
Tu enregistres ce fichier à la racine de ton CD/DVD ou autre et les applications à côté.
http://www.tutoriels-extensions-dreamweaver.fr/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document sans nom</title>
</head>
<body>
<p><a href="nom_appli_sans_espace.exe">Application 1</a></p>
<p><a href="nom_appli_2_sans_espace.exe">Application 2</a></p>
<p><a href="nom_appli_3_sans_espace.exe">Application 3</a></p>
</body>
</html>
Tu enregistres ce fichier à la racine de ton CD/DVD ou autre et les applications à côté.
http://www.tutoriels-extensions-dreamweaver.fr/
Il faut essayer en copiant le code et le coller dans un fichier texte que tu nommes avec l'extension .htm ou html et si tu souhaites l'éditer, tu télécharges Notepadd++
https://www.commentcamarche.net/telecharger/developpement/16295-notepad/
moi j'ai fait un copier/coller du code ci-dessus et ça marche bien.
https://www.commentcamarche.net/telecharger/developpement/16295-notepad/
moi j'ai fait un copier/coller du code ci-dessus et ça marche bien.
Je viens d'essayer ta démarche mais ça ne fonctionne pas.
Voici ce que j'ai fais:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Installation des logiciels de base pour Windows XP & Seven</title>
</head>
<body>
<p><a href="7-zip_9.20.exe">Application 1</a></p>
<p><a href="cdbxp_setup_4.4.1.3099.exe">Application 2</a></p>
<p><a href="LibreOffice_4.2.0_Win_x86.exe">Application 3</a></p>
<p><a href="SuperCopier22beta.exe">Application 4</a></p>
<p><a href="Firefox Setup Stub 27.0.exe">Application 5</a></p>
<p><a href="mseinstall.exe">Application 6</a></p>
<p><a href="TeamViewer_Setup_fr.exe">Application 7</a></p>
<p><a href="vlc-2.0.4-win32.exe">Application 8</a></p>
<p><a href="install_flashplayer12x32.exe">Application 9</a></p>
<p><a href="PDFCreator-1_7_2_setup.exe">Application 10</a></p>
<p><a href="wlsetup-web.exe">Application 11</a></p>
<p><a href="install_reader11_fr.exe">Application 12</a></p>
<p><a href="avira_free_antivirus_fr.exe">Application 13</a></p>
</body>
</html>
J'ai utiliser word 2007 en affichage web et ai enregistrer en tant que page web (donc HTML je suppose) sur mon cd avec les applications et ça me donne cela:
http://www.hostingpics.net/viewer.php?id=820606Sanstitre.jpg