<?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[Dienst automatisch installieren]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich liefere zu meinem programm auch einen dienst aus...<br />
jetzt ist aber die frage, wie kann ich den dienst automatisch installieren (ich kenne das nur über die verknüpfung mit /install, aber das ist ja nicht benutzerfreundlich)?</p>
<p>wie kann ich das realisieren?<br />
per shellexecute mit übergebenen parameter?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/176222/dienst-automatisch-installieren</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 05:53:28 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/176222.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Mar 2007 10:07:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dienst automatisch installieren on Mon, 19 Mar 2007 10:07:15 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich liefere zu meinem programm auch einen dienst aus...<br />
jetzt ist aber die frage, wie kann ich den dienst automatisch installieren (ich kenne das nur über die verknüpfung mit /install, aber das ist ja nicht benutzerfreundlich)?</p>
<p>wie kann ich das realisieren?<br />
per shellexecute mit übergebenen parameter?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1248220</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1248220</guid><dc:creator><![CDATA[lkkkk]]></dc:creator><pubDate>Mon, 19 Mar 2007 10:07:15 GMT</pubDate></item><item><title><![CDATA[Reply to Dienst automatisch installieren on Mon, 19 Mar 2007 10:35:32 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Siehe WinAPI-Forum, zum Beispiel <a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-175709-and-highlight-is-%2Adienst%2A.html" rel="nofollow">hier</a>.</p>
<p>/Edit : Stichwort ist das Windows-Kommandozeilenprogramm <em>net.exe</em> mit dem Parameter <em>start</em>.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1248242</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1248242</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 19 Mar 2007 10:35:32 GMT</pubDate></item><item><title><![CDATA[Reply to Dienst automatisch installieren on Mon, 19 Mar 2007 11:40:12 GMT]]></title><description><![CDATA[<p>alternativ kann man den Dienst auch mit dem InstallShield (eventuell auch InnoSetup) installieren</p>
<p>Bei InstallShield geht man dabei folgendermaßen vor, wobei ich jetzt nur ne englische Version hab:<br />
zuerst die normale Installation, d.h. das Kopieren des Dienstes an die gewünschte Stelle, einrichten und dann<br />
&quot;Define Setup Requirements and Actions&quot; -&gt; &quot;Custom Actions&quot; -&gt; &quot;Custom Actions during Installation&quot; -&gt; &quot;After File Transfer&quot; -&gt; PopupMenu &quot;New Exe&quot;<br />
dort muß man einstellen:<br />
FileName: &quot;[INSTALLDIR]DeinDienst.exe&quot;<br />
CommandLine: &quot;/install /silent&quot;</p>
<p>außerdem kann man hier bei der Deinstallation den Dienst mit der entsprechenden Kommandozeile wieder löschen</p>
<p>noch eine Alternative sind Batch-Files</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1248305</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1248305</guid><dc:creator><![CDATA[Linnea]]></dc:creator><pubDate>Mon, 19 Mar 2007 11:40:12 GMT</pubDate></item><item><title><![CDATA[Reply to Dienst automatisch installieren on Mon, 19 Mar 2007 14:11:58 GMT]]></title><description><![CDATA[<p>Linnea schrieb:</p>
<blockquote>
<p>noch eine Alternative sind Batch-Files</p>
</blockquote>
<p>kannst du mir das kurz zeigen?</p>
<p>Und wie es mit Innosetup aussieht, weißt du nicht oder?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1248415</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1248415</guid><dc:creator><![CDATA[iikkkkk]]></dc:creator><pubDate>Mon, 19 Mar 2007 14:11:58 GMT</pubDate></item><item><title><![CDATA[Reply to Dienst automatisch installieren on Mon, 19 Mar 2007 14:14:59 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Auch in einer Batch-Datei steht nur das was du in einer Kommandozeile eingeben würdest. Also der Aufruf des net-Programms.</p>
<p>InnoSetup muß ebenfalls einen entsprechenden Aufruf mittels Exec ausführen.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1248417</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1248417</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 19 Mar 2007 14:14:59 GMT</pubDate></item><item><title><![CDATA[Reply to Dienst automatisch installieren on Mon, 19 Mar 2007 14:35:53 GMT]]></title><description><![CDATA[<p>und wo bekomme ich infos über diese net.exe?<br />
kenn die garnicht</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1248446</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1248446</guid><dc:creator><![CDATA[iikkkkk]]></dc:creator><pubDate>Mon, 19 Mar 2007 14:35:53 GMT</pubDate></item><item><title><![CDATA[Reply to Dienst automatisch installieren on Mon, 19 Mar 2007 14:50:03 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Über die üblichen Suchmaschienen (zum Beispiel das <a href="http://www.pcwelt.de/forum/programmieren/175360-windows-dienste-per-html-batch-skript-stoppen.html" rel="nofollow">hier</a>) oder wie gesagt im WinAPI-Forum nachfragen.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1248462</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1248462</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 19 Mar 2007 14:50:03 GMT</pubDate></item></channel></rss>