01-25-2007 01:44 PM
01-25-2007 03:30 PM
I have had good success using WinZip's "Self Extractor" program. http://www.winzip.com/prodpagese.htm I first just zip up the distribution kit folder into a regular zip file and then use the self extractor wizard to make it into a self extracting exe for software installation. Post back if you run into issues - it is pretty straighforward.
Don't plan on e-mailing exe files as attachments, though. Both the size of the file and reluctance of e-mail servers and clients to handle exe files means you'll need a download system.
Good luck.
01-25-2007 03:42 PM
Ian,
You're right about using email, my installer files total up to about 40MB. Back in the day of CVI5.5 the same application was only about 1.9MB. Ya gotta love progress.
I'm going to take a good look at winzip as it sounds like it will work for me.
Does winzip automatically run setup.exe after it unpacks the files?
Thanks for the help,
Kirk
01-25-2007 08:41 PM
Yes, it has an option called "Self-Extracting Zip file for Software Installation" to run setup.exe (the only trick is to be sure to specify ".\setup.exe") after unzipping to a temporary location. It waits for the setup to finish, and then cleans up after itself. Nice.
More on 8.x distribution kit sizes here, in case you are interested and missed that thread.
Good luck!
01-26-2007 01:07 PM
01-26-2007 03:28 PM
That is a tougher one. To the best of my knowledge, that feature is not available through the CVI distribution kit builder.
Assuming I have that first part right, then your answer lies in modifying the MSI installer file. See here. Searching on Orca and "Wise" will also turn up other threads on this topic.
Another plan would be not to write files in to that folder. I wonder if they are small ini-type files, you could use the registry instead. If you initalize those keys as part of the install (see the "Registry Keys" tab) then perhaps they would all be removed upon uninstall.
Pure thinking out loud on my part though! Hopefully others can confirm or deny whether this might work.
--Ian
01-29-2007 11:14 AM
08-21-2007 11:25 AM
08-22-2007 10:06 AM
08-22-2007 10:39 AM