In article <d91a1dd8a8f2ba459644b8f3b7e517ddac0ee4e...@exvmbx015-4.exch015.msoutlookonline.net>, Tom Crozier <tcroz...@rackwise.com> writes:
> My application is installed at an enterprise level where there are > separate S QL servers, SSRS servers and IIS servers and even if you have > admin privileges on one box you may (and probably won't) on another > box. I understand that this is not a typical installer. What credentials are you validating? Are they database credentials or Windows credentials? Generally, its best to put database stuff into a configuration application that is launched at the end of installation (i.e. database configuration is not done at MSI time, but after the MSI succeeds). I've worked on a large installer that tried to do it at installation time and it was nothing but a source of headaches. It was much more reliable to do it after a successful installation with a utility. For Windows credentials, its better to create accounts with exactly the permissions needed instead of trying to get the credentials of another account and act under that account. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download <http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/> Legalize Adulthood! <http://legalizeadulthood.wordpress.com> ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users