<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Installationsdatei öffnen...Keine Ahnung!]]></title><description><![CDATA[<p>Hi.</p>
<p>Ich möchte ein Programm schreiben, das wie folgt abläuft:</p>
<p>- Wenn es ausgeführt wird, öffnet es eine bereits vorhandene .exe-Datei.<br />
- Die .exe-Datei ist Selbst-De-Komprimierer und dekomprimiert sich gleich nach dem öffnen.<br />
- Danach &quot;soll das Programm dem Lizenzvertrag zustimmen und 2x auf 'Weiter' klicken&quot;.<br />
- Den Rest macht die .exe-Datei</p>
<p>Kann mir jemand helfen? Ich habe keine Ahnung, bin völliger Anfänger in C++!</p>
<p>DANKE</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/120376/installationsdatei-öffnen-keine-ahnung</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Jul 2026 11:01:37 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/120376.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Sep 2005 15:37:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Installationsdatei öffnen...Keine Ahnung! on Mon, 12 Sep 2005 15:39:29 GMT]]></title><description><![CDATA[<p>Hi.</p>
<p>Ich möchte ein Programm schreiben, das wie folgt abläuft:</p>
<p>- Wenn es ausgeführt wird, öffnet es eine bereits vorhandene .exe-Datei.<br />
- Die .exe-Datei ist Selbst-De-Komprimierer und dekomprimiert sich gleich nach dem öffnen.<br />
- Danach &quot;soll das Programm dem Lizenzvertrag zustimmen und 2x auf 'Weiter' klicken&quot;.<br />
- Den Rest macht die .exe-Datei</p>
<p>Kann mir jemand helfen? Ich habe keine Ahnung, bin völliger Anfänger in C++!</p>
<p>DANKE</p>
]]></description><link>https://www.c-plusplus.net/forum/post/870385</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/870385</guid><dc:creator><![CDATA[The_Saint]]></dc:creator><pubDate>Mon, 12 Sep 2005 15:39:29 GMT</pubDate></item><item><title><![CDATA[Reply to Installationsdatei öffnen...Keine Ahnung! on Mon, 12 Sep 2005 15:49:33 GMT]]></title><description><![CDATA[<p>Lass es bleiben wenn du Anfänger bist!</p>
<p>Wenn du glaubst du kannst das lass dich ins WinAPI Forum verschieben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/870404</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/870404</guid><dc:creator><![CDATA[FireFlow]]></dc:creator><pubDate>Mon, 12 Sep 2005 15:49:33 GMT</pubDate></item><item><title><![CDATA[Reply to Installationsdatei öffnen...Keine Ahnung! on Mon, 12 Sep 2005 15:50:19 GMT]]></title><description><![CDATA[<p>grml</p>
<p>Okay, trotzdem danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/870405</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/870405</guid><dc:creator><![CDATA[The_Saint]]></dc:creator><pubDate>Mon, 12 Sep 2005 15:50:19 GMT</pubDate></item><item><title><![CDATA[Reply to Installationsdatei öffnen...Keine Ahnung! on Wed, 14 Sep 2005 15:30:33 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=4" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/872147</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/872147</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Wed, 14 Sep 2005 15:30:33 GMT</pubDate></item><item><title><![CDATA[Reply to Installationsdatei öffnen...Keine Ahnung! on Wed, 14 Sep 2005 15:53:25 GMT]]></title><description><![CDATA[<p>Ich würde sagen das liese sich gut mit einer msi-Datei (Microsoft Installer) lösen.<br />
msi-Dateien kann man mit einem kostenlosen Programm das mit der PSDK ausgeliefert wird erstellen.</p>
<p>ein Tutorial gibts hier:</p>
<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/windows_installer_examples.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/windows_installer_examples.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/872167</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/872167</guid><dc:creator><![CDATA[++++]]></dc:creator><pubDate>Wed, 14 Sep 2005 15:53:25 GMT</pubDate></item><item><title><![CDATA[Reply to Installationsdatei öffnen...Keine Ahnung! on Wed, 14 Sep 2005 19:19:10 GMT]]></title><description><![CDATA[<p>++++ schrieb:</p>
<blockquote>
<p>Ich würde sagen das liese sich gut mit einer msi-Datei (Microsoft Installer) lösen.<br />
msi-Dateien kann man mit einem kostenlosen Programm das mit der PSDK ausgeliefert wird erstellen.</p>
<p>ein Tutorial gibts hier:</p>
<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/windows_installer_examples.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/windows_installer_examples.asp</a></p>
</blockquote>
<p>So wie es aussieht will er ja aber einen Installer für einen Installer programmieren, warum auch immer <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/872299</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/872299</guid><dc:creator><![CDATA[masterofx32]]></dc:creator><pubDate>Wed, 14 Sep 2005 19:19:10 GMT</pubDate></item><item><title><![CDATA[Reply to Installationsdatei öffnen...Keine Ahnung! on Wed, 14 Sep 2005 19:20:45 GMT]]></title><description><![CDATA[<p>L<br />
O<br />
L</p>
]]></description><link>https://www.c-plusplus.net/forum/post/872300</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/872300</guid><dc:creator><![CDATA[meinung]]></dc:creator><pubDate>Wed, 14 Sep 2005 19:20:45 GMT</pubDate></item></channel></rss>