Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
|
Hi guys, For those of you using InstallAware they just released an update to add the .Net 4.0 Framework runtimes, here are the links:
Edhy Rijo
|
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
|
Terry Bottorff (5/26/2011) So when you say you don't use it with SQL Express does that mean you just include the exe with your package and have them install it the way you and I do?In my case, yes. 100% of the time, we do the initial install of the application which includes installing the database, and I found it easier to just use the MS packaged setup. Also if I remember correctly, for MS-SQL 2008 Microsoft did something that makes it a bit difficult for 3rd party installers to take care of the installation without hassle, it is not impossible to do, but last time I checked (a year or more) it was not a straight forward process. If I tell IA to install dot NET 3.5 does it have to install dot NET 2 and so forth? When you select a runtime from the IA runtimes screen, it will let you know if any of the runtime packages needs any supporting version. So it is just a matter to select the runtime you need. Also be sure to read about the IA Web Media Blocks (WMB) feature which will basically repackage any runtime using the great IA compression logic which is much better than the one used for MSI and allow you to place those Web Media Block in a common repository folder in your web or ftp so your installation will simply download the ones needed by a particular workstation. Using Web Media Blocks, allows you to have a much smaller setup file and you can use those WMB with other IA installations. I have DDT but have not really used it since most of my work has been with data bases that have already existed. Therefore I think I can use DDT to read the meta data, stored procs and so forth to create a Pkg. Do you incorportate the pkg into IA or how do you get the database, tables, stored procs and data onto your clients machines? I heavily use the DDT, in fact it was one of the feature that helped me decide to buy StrataFrame. Even though IA allows you to run .Net classes, the way the StrataFrame setup deploys their sample database, I prefer to have this logic in my own application where I have total control of the process. I have created a fully automated process that will detect any update, download it, install it, and update a table with the version information, so other workstations will update as well when new version is detected. This process is very unique to my applications and my logic, and I use AppLife Update to help me with the update features, it is much better than the IA updates, and you have total control of the update process, AppLife Update is just amazing. Wow you opened the flood gates when you said I could ask questions. Thank you so much. No problem, you are lucky I am available today!!! Be aware that preparing setups could be difficult and time is needed to plan ahead the way you want your installations to work. IA will help you a lot, but it will required some training time. Like in SF, take some time to browse through the IA forums when looking for specific functionality, there are lot of information in their forums which still apply to the newer versions of IA, as well as great MVPs able to help and share information. Good luck!
Edhy Rijo
|