Create MSI for slipstream SQL 2008 install
        Posted  
        
            by Graham
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Graham
        
        
        
        Published on 2010-04-21T17:11:01Z
        Indexed on 
            2010/04/21
            17:13 UTC
        
        
        Read the original article
        Hit count: 478
        
I am looking at creating an MSI that will check/install the prerequisites of SQL Server 2008 and after the prerequisites are installed I will start my slipstream 2008 install.
I am currently trying to do this through VS 2008 Deployment Projects, but I cannot just simple add the folders of the SQL slipstream into the setup project without recreating the entire folder structure of the SQL install.
So my questions are:
Is this a possible to do through Deployment Projects? (if yes, please assist with links or help)
Is there a better way to do this? (I would prefer not to use WISE)
© Stack Overflow or respective owner