Once you have converted your workbook into an executable (.EXE) file, the next step is to distribute it to your users.
XLS Padlock offers several methods to streamline this process: creating a Zip archive, building an EXE installer, or directly copying the files to a folder.

Zip Archive #
A Zip archive is a popular and straightforward method for distributing software. Compressing your application into a single .zip file simplifies file management for your users. This method is especially useful for sharing your application via email or cloud services, as it reduces the file size and bundles all necessary components into one package.
To create a Zip archive of your application, click Make Zip and choose where you want to save the .zip file.
EXE Installer #
For a more professional touch, consider distributing your application with an EXE installer. This method enhances the user experience by providing a familiar installation process common in Windows environments. An installer can create desktop and Start Menu shortcuts, display a readme file or license agreement, and provide an uninstaller, allowing users to easily remove the application from their computer.
➡️ For detailed instructions, see our guide on how to create an installer for your application.
Copy To Folder #
Finally, copying your application files directly to a folder is the most direct distribution method. It involves two simple steps:
- Copy all necessary application files into a folder.
- Share this folder with your users through physical media (like a USB drive) or through network transfer.
While not as polished as the other methods, this approach is the fastest way to get your application running on another system, as it requires no special zip utilities or installer software.
👉 See Also:
