<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: iamsopotatoe</title>
    <description>The latest articles on Forem by iamsopotatoe (@iamsopotatoecoder).</description>
    <link>https://forem.com/iamsopotatoecoder</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3608549%2Fe9eaea80-529a-4e2d-a441-97b7a73c82f1.jpeg</url>
      <title>Forem: iamsopotatoe</title>
      <link>https://forem.com/iamsopotatoecoder</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/iamsopotatoecoder"/>
    <language>en</language>
    <item>
      <title>Why I Built My Own Windows Installer in C#</title>
      <dc:creator>iamsopotatoe</dc:creator>
      <pubDate>Wed, 12 Nov 2025 18:39:24 +0000</pubDate>
      <link>https://forem.com/iamsopotatoecoder/why-i-built-my-own-windows-installer-in-c-5ap9</link>
      <guid>https://forem.com/iamsopotatoecoder/why-i-built-my-own-windows-installer-in-c-5ap9</guid>
      <description>&lt;p&gt;Ive been working on C# projects lately, and I kept running into the same problem: making a simple installer was way too complicated. NSIS, Inno Setup, WiX etc.. were way to complicated.&lt;/p&gt;

&lt;p&gt;So I decided to build my own: Flex Installer.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;p&gt;Downloads your app from Dropbox (GitHub support coming soon)&lt;/p&gt;

&lt;p&gt;Installs it on Windows&lt;/p&gt;

&lt;p&gt;Adds an uninstaller entry in Windows Settings&lt;/p&gt;

&lt;p&gt;Fully customizable via a config file&lt;/p&gt;

&lt;p&gt;Its simple: customize the config file to your liking and add your dropbox link and done!&lt;/p&gt;

&lt;p&gt;Its open source on GitHub: &lt;a href="https://github.com/iamsopotatoe-coder/Flex-Installer" rel="noopener noreferrer"&gt;https://github.com/iamsopotatoe-coder/Flex-Installer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Still in early development but it works.&lt;/p&gt;

&lt;p&gt;Id love to hear feedback, suggestions, or ideas for features from anyone!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>csharp</category>
      <category>resources</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
