koby50 Posted October 4, 2009 Posted October 4, 2009 (edited) I need to install incerdimail silently from runonceex.Autoit scripts are also welcome.And that it will install the software with any personal information that he asks at the beginning of installationThanks in advance Sorry about the post in the wrong place Edited October 5, 2009 by koby50
Dumpy Dooby Posted October 5, 2009 Posted October 5, 2009 (edited) http://xp.xpdnc.org/Incredimail.7z MD5: 23bd34c2b23bd9991e553a2b3e8af15dI only extracted the setup files and then did an Admin install. You're on your own from here. Just look up instructions for creating a silent installer of an MSI. It's pretty simple. Edited October 5, 2009 by Dumpy Dooby
beats Posted October 6, 2009 Posted October 6, 2009 Why on earth would you want to install this POS? (Yeah, the article is a few years old, but their policy hasn't changed....)
koby50 Posted October 6, 2009 Author Posted October 6, 2009 Hithnx to to file i dont now how to be quit insteil "creating a silent installer of an MSI" with any personal information that he asks at the beginning of installationtank you koby
cmonkedo Posted October 9, 2009 Posted October 9, 2009 check here http://www.msfn.org/board/make-7-zip-switc...ler-t39048.html mainly second half of step 9
g-force Posted October 9, 2009 Posted October 9, 2009 I only extracted the setup files and then did an Admin install.But how did you do that? I can`t extract the files, 7zip fails with error.Usual setup extracts to TEMP, but cleans up too fast after installation.
Kelsenellenelvian Posted October 9, 2009 Posted October 9, 2009 Simple you start the installation and then go and get the files from your temp dir. THEN finish the installation or cancel out of it.
g-force Posted October 9, 2009 Posted October 9, 2009 It is really TEMP - the files are there after I started installation.It took 10 seconds to install, then files are quickly deleted.Too fast to backup.
Grake Posted October 9, 2009 Posted October 9, 2009 1. Start the install (don't finish)2. Go to temp folder 3. finish/cancel the install
koby50 Posted October 9, 2009 Author Posted October 9, 2009 you can give me a script of auto it? i dont now how to do it
Dumpy Dooby Posted October 14, 2009 Posted October 14, 2009 (edited) Try this:IncrediMail.msi USERNAME="koby50" COMPANYNAME="MSFN.org" ISX_SERIALNUM=12345678987654321 DATABASEDIR="%COMMONPROGRAMFILES%\IncrediMail\" ChkBox_MyStart_Search=0 ChkBox_MyStart_HomePage=0Change the values as needed.Not all of those are public properties, but you can still test it.I don't know if DATABASEDIR is necessary. I'm not sure what that's all about, and I have no interest in testing out this program. Edited October 14, 2009 by Dumpy Dooby
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