<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Inventor Add in Publish to MSI or exe in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/12685110#M109681</link>
    <description>&lt;P&gt;I use "&lt;SPAN&gt;Inno Setup Compiler" to create my installers...&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2024 20:46:01 GMT</pubDate>
    <dc:creator>bradeneuropeArthur</dc:creator>
    <dc:date>2024-04-03T20:46:01Z</dc:date>
    <item>
      <title>Inventor Add in Publish to MSI or exe</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/6338609#M109675</link>
      <description>Hi All I have recently completed an addin for inventor and I am ready to deploy the program for use in my work for further testing. Can anyone tell me or give me a link to how I can publish my addin to an .msi or .exe file for deployment using Visual Studio Community 2015 ? Thanks in Advance Ben Inventor 2016 Visual Studio Community 2015</description>
      <pubDate>Thu, 19 May 2016 18:24:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/6338609#M109675</guid>
      <dc:creator>Stryder33345</dc:creator>
      <dc:date>2016-05-19T18:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor Add in Publish to MSI or exe</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/6338913#M109676</link>
      <description>I'm actually using a self extracting 7zip archive to install my addin. It works well for me. If you're open to try this I can post detailed instructions.&lt;BR /&gt;&lt;BR /&gt;If you need an msi or real exe installer I can't help out.</description>
      <pubDate>Thu, 19 May 2016 20:29:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/6338913#M109676</guid>
      <dc:creator>pball</dc:creator>
      <dc:date>2016-05-19T20:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor Add in Publish to MSI or exe</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/6339509#M109677</link>
      <description>Thanks for the reply, Im up for trying that for now.</description>
      <pubDate>Fri, 20 May 2016 05:43:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/6339509#M109677</guid>
      <dc:creator>Stryder33345</dc:creator>
      <dc:date>2016-05-20T05:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor Add in Publish to MSI or exe</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/6340734#M109678</link>
      <description>&lt;P&gt;Here is how I make a 7zip self extracting archive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;General instructions on making a 7zip sfx archive&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.region3dfg.org/comp/7zipsfx" target="_blank" rel="noopener"&gt;http://www.region3dfg.org/comp/7zipsfx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My personal config file&lt;/P&gt;&lt;PRE&gt;;!@Install@!UTF-8!
Title="MISC Addin"
BeginPrompt="Do you want to install MISC Addin v0.1.1?"
FinishMessage="Finished installing MISC Addin"
InstallPath="%appdata%\Autodesk\ApplicationPlugins\MISC"
OverwriteMode="0"
GUIMode="2"
;!@InstallEnd@&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Batch script to make creating the exe easier&lt;/P&gt;&lt;PRE&gt;@echo off
"C:\Program Files\7-Zip\7z.exe" a -t7z MISC_Addin.7z Autodesk.MISC.Inventor.addin MISC.dll
echo.
copy /b 7zsd.sfx + config.txt + MISC_Addin.7z MISC_Addin.exe
echo.
del MISC_Addin.7z
pause&lt;/PRE&gt;&lt;P&gt;If you have any specific questions let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; Newer versions of 7-zip don't include the 7zsd.sfx file, get version 9.20&lt;BR /&gt;&lt;A href="https://www.7-zip.org/a/7z920_extra.7z" target="_blank"&gt;https://www.7-zip.org/a/7z920_extra.7z&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 12:16:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/6340734#M109678</guid>
      <dc:creator>pball</dc:creator>
      <dc:date>2024-04-04T12:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor Add in Publish to MSI or exe</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/6692962#M109679</link>
      <description>&lt;P&gt;Thank you !!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 10:10:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/6692962#M109679</guid>
      <dc:creator>Rahul.Khande</dc:creator>
      <dc:date>2016-11-17T10:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor Add in Publish to MSI or exe</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/12684193#M109680</link>
      <description>Hello&lt;BR /&gt;Im trying to do these steps however I have an error, the file 7zsd.sfx not found, anyone can help me? how can I generate this file?&lt;BR /&gt;Thank you</description>
      <pubDate>Wed, 03 Apr 2024 14:04:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/12684193#M109680</guid>
      <dc:creator>jose_loaiza5W6L6</dc:creator>
      <dc:date>2024-04-03T14:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor Add in Publish to MSI or exe</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/12685110#M109681</link>
      <description>&lt;P&gt;I use "&lt;SPAN&gt;Inno Setup Compiler" to create my installers...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 20:46:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/12685110#M109681</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2024-04-03T20:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor Add in Publish to MSI or exe</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/12686643#M109682</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14771588"&gt;@jose_loaiza5W6L6&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Newer versions of 7zip seem to have removed 7zsd.sfx for some reason. &lt;STRONG&gt;7-Zip 9.20&lt;/STRONG&gt; is the newest version with the required files. There is a direct link below or you can look for version 9.20. I personally keep a copy of 9.20 just for creating install files and use a more recent version for everyday tasks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.7-zip.org/a/7z920_extra.7z" target="_blank"&gt;https://www.7-zip.org/a/7z920_extra.7z&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 12:15:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/12686643#M109682</guid>
      <dc:creator>pball</dc:creator>
      <dc:date>2024-04-04T12:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor Add in Publish to MSI or exe</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/12686868#M109683</link>
      <description>Thank you so much, for your help, that was I needed.</description>
      <pubDate>Thu, 04 Apr 2024 13:40:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-add-in-publish-to-msi-or-exe/m-p/12686868#M109683</guid>
      <dc:creator>jose_loaiza5W6L6</dc:creator>
      <dc:date>2024-04-04T13:40:30Z</dc:date>
    </item>
  </channel>
</rss>

