dnoiz Posted October 7, 2008 Posted October 7, 2008 Hello,I have a program that comes in a ZIP file. So installation is pretty easy right .Can anyone tell me how to make a nLite addon for such a package?An installer is not available for this program.Thanks for any information.R.
BigRandalo Posted October 7, 2008 Posted October 7, 2008 Hi!You could simply create a SFX that copies all files to the final destination.This SFX then can be used like a "normal" installer and you can create your addon out of it.For making a SFX you can use severel compression tools or take a look at this here: SFXMaker 1.0 Beta (by iuli_kyle @ msfn.org)cheerskHaN
dnoiz Posted October 7, 2008 Author Posted October 7, 2008 Hey, good thinking. Thanks I will take a look at that.R.
gkar Posted October 7, 2008 Posted October 7, 2008 (edited) You can also try Inno Setup..it's simple, and for zip files you just point at the executable and include the whole directory and it will add all the subdir's. The switches are always the same /SP- /VERYSILENT and just use NLAOM (nLite Addon Maker) to create the compressed cab. Edited October 7, 2008 by gkar
dnoiz Posted October 8, 2008 Author Posted October 8, 2008 Similar but different. Good idea also. Thanks a lot.
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