Author Topic: Exchange feature via msi-install package  (Read 1995 times)

0 Members and 1 Guest are viewing this topic.

cadplayer

  • Bull Frog
  • Posts: 390
  • Autocad Civil3d, OpenDCL.Runtime, LISP, .NET (C#)
Exchange feature via msi-install package
« on: June 17, 2014, 08:41:00 AM »
Hello!
I want to get a msi-installation of my application, but I didnīt find how I can do this. Have somebody practice with them. I was playing little with "Advanced installer" to create a msi, but it doesnīt looks like the plugins I have installed in C:\ProgramData\Autodesk\ApplicationPlugins

PKENEWELL

  • Bull Frog
  • Posts: 324
Re: Exchange feature via msi-install package
« Reply #1 on: June 17, 2014, 10:28:44 AM »
If you submit the app to the exchange store - they will make an MSI for you if there is no curve ball problems. See the quote below, along with my other informative links for creating Autoloader bundles and submitting to the Exchange Store

Watch This:

http://download.autodesk.com/media/adn/DevTV_Autoloader_Format_Explained/DevTV_Autoloader_Format_Explained.html

Also These:
http://adndevblog.typepad.com/autocad/2012/07/autodesk-exchange-apps-summary-information.html
http://adndevblog.typepad.com/autocad/2012/07/exchange-apps-app-submission-process-overview.html
http://adndevblog.typepad.com/autocad/2012/07/exchange-apps-information-for-autocad-and-autocad-vertical-developers.html
Note from above URL:
Quote
"We strongly recommend you make use of the standard Exchange store app installer we create for you. However, if you don’t use our standard installer template, or if your installer or product requires elevated user privileges (greater than a Windows 7 Standard User) to install, then this must be very clearly documented in the description of your product displayed on the Store. Autodesk may reject your app if it is not compatible with our standard installer template."

This is also Helpful:
http://download.autodesk.com/media/adn/DevTV_Creating_a_Partial_CUI/DevTV_Creating_a_Partial_CUI.html
« Last Edit: June 17, 2014, 11:22:46 AM by PKENEWELL »
"When you are asked if you can do a job, tell 'em, 'Certainly I can!' Then get busy and find out how to do it." - Theodore Roosevelt

owenwengerd

  • Bull Frog
  • Posts: 452

JohnK

  • Administrator
  • Seagull
  • Posts: 10681
Re: Exchange feature via msi-install package
« Reply #3 on: June 17, 2014, 12:58:39 PM »
NSIS is cool (I like it) but it wont build a MSI though.

http://nsis.sourceforge.net/Main_Page
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

hermanm

  • Guest
Re: Exchange feature via msi-install package
« Reply #4 on: June 17, 2014, 02:04:14 PM »

cadplayer

  • Bull Frog
  • Posts: 390
  • Autocad Civil3d, OpenDCL.Runtime, LISP, .NET (C#)
Re: Exchange feature via msi-install package
« Reply #5 on: June 18, 2014, 02:01:41 AM »
Thanks for replay. But itīs not answer of my question. I have no problem with a msi- or exe- setup package. My Problem is I would like have the same structure in the msi as the plugins from AutodeskExchange. In the end it should install my Application in rigth path and integrate in Autocad, like so you can do it with AutodeskExchangePlugin.

I found this site too with the picture "Create Development" but I donīt know to bcome have this setup wizard. In my company I installed Acad once. How can I get the setup again?!