Copy link to clipboard
Copied
i've developed illustartor extension for my client. i want to distribute my extension as a installer to my client so that my client simply install it as a normal software. How can i achieve this??
If you're familiar with Node, try nexe.
Realistically anything that can move a file from one place to another specified directory is a basic installer. That can be through Node, Autohotkey, Python, or anything you prefer.
Copy link to clipboard
Copied
1-Go to Admin Console
2-go to package Menu
3-create a Package
4-download the package
5-paste your extension into package
Copy link to clipboard
Copied
Is there any third party free tool that can help me to build a distribution setup (.exe)?
Copy link to clipboard
Copied
If you're familiar with Node, try nexe.
Realistically anything that can move a file from one place to another specified directory is a basic installer. That can be through Node, Autohotkey, Python, or anything you prefer.
Copy link to clipboard
Copied
i've tried inno setup it works perfect! thanks