Creating installation file for a plugin

Creating installation file for a plugin

Shay.Gaghe
Advocate Advocate
1,546 Views
4 Replies
Message 1 of 5

Creating installation file for a plugin

Shay.Gaghe
Advocate
Advocate

Hi

I hope this the right board to ask this.  My company developing an autocad plugin , by lisps and used by costumized suppoautomatedrt files. 

 

We want to create an install.exe for out plugin and of what i have in mind by now is the folowing:

 

1. Paste supporting files to C:\Users\user\AppData\Roaming\Autodesk\ApplicationPlugins\

2. paste profile.aws folder to C:\Users\user\AppData\Roaming\Autodesk\ACA 2019\enu\Support\Profiles\

3. paste toolpalette folder to C:\Users\user\AppData\Roaming\Autodesk\ACA 2019\enu\Support\ToolPalette\Palettes

4. paste cuix to

C:\Users\user\AppData\Roaming\Autodesk\ACA 2019\enu\Support 5. past switched shortcut to desktop

Am i missing something?

 

Thanks

SHAY

 

 

Using Autocad 2018, Autocad Architecture.
Please accept as solution if i solved your problem
0 Likes
1,547 Views
4 Replies
Replies (4)
Message 2 of 5

scot-65
Advisor
Advisor
One should use a directory structure that is isolated from the
AutoCAD OOTB directory structure.

Exception: Creating a sub-directory in the "Bundles" directory
for bundle apps.

Suggest:
Stick with Program Files for "common" items for all users and
AppData/Roaming area for user-specific items (acad.pgp).
<the program files area can also be interpreted as server area>

Why? New AutoCAD installs and/or updated AutoCAD software
will be easier to execute your custom menu system loading.

???

Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.

0 Likes
Message 3 of 5

_Tharwat
Advisor
Advisor

Hi,

Why don't you hire someone to create installers for your plug-ins ? 😉

Message 4 of 5

cadomatic
Enthusiast
Enthusiast

how to quote here?

0 Likes
Message 5 of 5

Sea-Haven
Mentor
Mentor

I put all my customer supplied package in a known directory, I just get them to unzip to this directory, a lisp can then be run that does all the menu stuff, paths etc.

 

I am going to look at self extracting zip so it will make all the correct directories. 

0 Likes