<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'How do I create a setup program' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'How do I create a setup program' posted on the 'VB.NET' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2009 Programmers Heaven</copyright>
    <pubDate>Fri, 20 Nov 2009 20:52:15 -0700</pubDate>
    <lastBuildDate>Fri, 20 Nov 2009 20:52:15 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>How do I create a setup program</title>
      <link>http://www.programmersheaven.com/mb/VBNET/393177/393177/how-do-i-create-a-setup-program/</link>
      <description>&lt;br /&gt;
I have created a small program using VB.NET and .XML database, it makes an .exe file but how do I create a setup program so that I can install my program on other system using installation program not just copying the .exe and the .xml file.  I have Smart Install Maker installation software with me.  Can anyone help me or point me a good site to get information regarding this.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Zela</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/393177/393177/how-do-i-create-a-setup-program/</guid>
      <pubDate>Thu, 02 Jul 2009 04:17:58 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>Re: How do I create a setup program</title>
      <link>http://www.programmersheaven.com/mb/VBNET/393177/393442/re-how-do-i-create-a-setup-program/#393442</link>
      <description>I know in Visual Studio there is a setup wizard that can do that very thing for you. Im still new to the setup thing myself, i have done a couple programs and packaged them via setup wizard and experienced problems such as:&lt;br /&gt;
&lt;br /&gt;
If you package on xp, it wont work on vista but if you package on vista it will work and work on any operating system below it.&lt;br /&gt;
&lt;br /&gt;
The way i went around this was to publish my program using visual Studio.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/393177/393442/re-how-do-i-create-a-setup-program/#393442</guid>
      <pubDate>Wed, 08 Jul 2009 04:14:29 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>Re: How do I create a setup program</title>
      <link>http://www.programmersheaven.com/mb/VBNET/393177/393766/re-how-do-i-create-a-setup-program/#393766</link>
      <description>How do you used the setup package program, i tried but could not make them work still, do you mean external setup program or the vb.net sepup package program, I am using .NET 2003 version, could not make an setup program which could be install on other machine.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/393177/393766/re-how-do-i-create-a-setup-program/#393766</guid>
      <pubDate>Thu, 16 Jul 2009 04:24:12 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>Re: How do I create a setup program</title>
      <link>http://www.programmersheaven.com/mb/VBNET/393177/393767/re-how-do-i-create-a-setup-program/#393767</link>
      <description>How do you used the setup package program, i tried but could not make them work still, do you mean external setup program or the vb.net sepup package program, I am using .NET 2003 version, could not make an setup program which could be install on other machine.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/393177/393767/re-how-do-i-create-a-setup-program/#393767</guid>
      <pubDate>Thu, 16 Jul 2009 04:25:18 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>Re: How do I create a setup program</title>
      <link>http://www.programmersheaven.com/mb/VBNET/393177/393783/re-how-do-i-create-a-setup-program/#393783</link>
      <description>Personally, I write batch scripts that create network drives on the computer, and copy the files / create directories... I only deploy my .Net applications on Company computers though...&lt;br /&gt;
&lt;br /&gt;
After a google search I found this artile about making a setup program. Read it, then download the source and look at that, might give you ideas&lt;br /&gt;
&lt;a href="http://www.codeproject.com/KB/mcpp/dotnetsetup.aspx"&gt;http://www.codeproject.com/KB/mcpp/dotnetsetup.aspx&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I found this software that does it for you:&lt;br /&gt;
&lt;a href="http://www.download3k.com/Software-Development/Editors-Tools/Download-MSI-To-EXE-Installation-Package-Creator.html"&gt;http://www.download3k.com/Software-Development/Editors-Tools/Download-MSI-To-EXE-Installation-Package-Creator.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Yet another awesome codeproject project that does a .net setup program&lt;br /&gt;
&lt;a href="http://www.codeproject.com/KB/install/dotNetInstaller.aspx"&gt;http://www.codeproject.com/KB/install/dotNetInstaller.aspx&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Just a few google searches will help you from the humiliation of multiple unanswered posts... Hope this helps, I do not know anything better to tell you&lt;br /&gt;
Sean Campbell - Forum mod&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/393177/393783/re-how-do-i-create-a-setup-program/#393783</guid>
      <pubDate>Thu, 16 Jul 2009 06:47:57 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>This post has been deleted.</title>
      <link>http://www.programmersheaven.com/mb/VBNET/393177/393789/this-post-has-been-deleted/#393789</link>
      <description>This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/393177/393789/this-post-has-been-deleted/#393789</guid>
      <pubDate>Thu, 16 Jul 2009 07:48:09 -0700</pubDate>
      <category>VB.NET</category>
    </item>
  </channel>
</rss>