|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Clickonce Prerequisites Orderproblem I have is that when running the clickonce install on a windows 2000 with no server pack machine I have a problem in that I need to install service pack 3 to install the 2.0 net framework. I want to automate this process in that when the install is clicked and the installer finds that it is installing on a 2000 box it will install service pack 3 and than install the .net framework. I have created a bootstrapper package to install the service pack and have tested this and it works fine. The problem i have is that when i have the 2.0 framework and the 2000 sp 3 prerequisites both selected it will not install because the 2.0 framework is loaded first and sees that the box is running 2000 without the proper service packs and kicks the user out of the install. Is there some way that I can order the prerequisites so that it checks the computer to see if it needs the 2000 service pack, than once thats sorted it does the install of the .net framework? -- Regards, Steve. Hi Steve,
>Is there some way that I can order the prerequisites so that it Would you please tell me how do you create your bootstrapper package, I >checks the computer to see if it needs the 2000 service pack, >than once thats sorted it does the install of the .net framework?+ think you need to customize the prerequisites' installation sequence in it... Thanks! Best regards, Gary Chang Microsoft Community Support ====================================================== PLEASE NOTE the newsgroup SECURE CODE and PASSWORD will be updated at 9:00 AM PST, February 14, 2006. Please complete a re-registration process by entering the secure code mmpng2006 when prompted. Once you have entered the secure code mmpng2006, you will be able to update your profile and access the partner newsgroups. ====================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from this issue. ====================================================== This posting is provided "AS IS" with no warranties, and confers no rights. ====================================================== |
|||||||||||||||||||||||