Hi,

I know how to create exe file (File menu -> create exe.file)
and I know how to deploy the package to make a setup.exe file (install it in the every user workstation)

However,
what is the different between them?

Just create exe file, every user can use it and run it, doesn't need to install anything.

if I deploy the package, and then every user need to intall it on their workstation, and then run it.

They work same thing.

What is the advantage for deployment the package?

Thanks.