Prev: Extract images from EML file in C#
Next: NetworkInformationException in NetworkInterface.GetAllNetworkInterfaces thrown when running as windows service
From: Kid on 3 Jan 2010 21:07 hi Is it possible to check and install some version dotnet framework in MSI project , does it has this feature or I need to write it by myself ? Can I bundle dotnet framework in my package ? Thank you .
From: Arne Vajhøj on 3 Jan 2010 21:19 On 03-01-2010 21:07, Kid wrote: > Is it possible to check and install some version dotnet framework in MSI > project , does it has this feature or I need to write it by myself ? > > Can I bundle dotnet framework in my package ? http://msdn.microsoft.com/en-us/library/aa480239.aspx has something at the bottom. Arne
From: Ankit on 16 Jan 2010 17:51
Kid, If I am assuming right you are using Install Shied Admin Stuido for creating MSI, In Install Shield you can create the system search and search for the version for Dot Net in the Registry and store them as the Property. Once you have this Property you can use it as a Launch Contiditon. To put dot net Frame work I would suggest you to keep it as a Seperate install as nested MSI will hard to debug if you have issue later. Or you can create a Custom action to Install .net FrameWork MSI Regards Ankit "Kid" <Kid(a)discussions.microsoft.com> wrote in message news:1844907D-35BD-42F4-B5D5-E178149CA994(a)microsoft.com... > hi > > Is it possible to check and install some version dotnet framework in MSI > project , does it has this feature or I need to write it by myself ? > > Can I bundle dotnet framework in my package ? > > Thank you . > > |