Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Creating installation file for a plugin

4 REPLIES 4
Reply
Message 1 of 5
Shay.Gaghe
1346 Views, 4 Replies

Creating installation file for a plugin

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
Labels (2)
4 REPLIES 4
Message 2 of 5
scot-65
in reply to: Shay.Gaghe

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.


Message 3 of 5
_Tharwat
in reply to: Shay.Gaghe

Hi,

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

Message 4 of 5
cadomatic
in reply to: Shay.Gaghe

how to quote here?

Message 5 of 5
Sea-Haven
in reply to: Shay.Gaghe

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. 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


Autodesk Design & Make Report