StOnge Posted June 17, 2009 Posted June 17, 2009 Has anyone ever converted a finished AutoIT script into a .msi? I created a script that I want to push out, and I think that converting it to .msi is the place to start. Any suggestions? www.stonge.com
Juvigy Posted June 17, 2009 Posted June 17, 2009 The easiest way is to compile the script to exe and include it in the MSI package.
zorphnog Posted June 17, 2009 Posted June 17, 2009 (edited) So you want to create an installer for your script? Is it just the .exe or are there other files that you need to install as well? If it's just an exe I don't really see the point in making an installer. I prefer to use NSIS for installations, it's much easier to write than msi's IMHO. Edited June 17, 2009 by zorphnog
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now