ChrisR
Posts: 51
Score: -2 Joined: 6/19/2008 Status: offline
|
quote:
ORIGINAL: tmatthews344 Chris, the reason you 'junk' the manufacturers install files is to create something specific for your environment. Many times when you do an install manufacturers have not specified ways (transforms, setup installation files, command lines, etc...) to help you truely customize it the way you need to for your environment by caputring your own and then editing registry settings, adding files to it, capturning ini changes or other files that are changed you can add in all those customizations so that you can deploy the app in your environment without having to do any type of secondary customization. Even then, I don't junk the manufacturers install, I just make any customisations after the main installer has run within my script. I see what you mean, I guess if I wasn't using SMS installer I'd have to do that if I did have an app that I really couldn't do anything with. I guess it's more accurate to say I use SMS installer as a wrapper, I still run the msi or whatever with the appropriate cmd lines/transforms etc, just that the SMS installer script does extra things I want it to before and after this has run. It's also great for running more than one uninstaller or installer in one go. Horses for courses, all gets to the same place in the end :)
< Message edited by ChrisR -- 8/18/2008 8:21:35 AM >
|