How to set launch conditions for AutoCAD prerequisites in client machine in setup wizard ?
-
I have an application in which is made in .NEt 2008 in c#. I want to set up wizard for this application. I am faceing litle problem to make it. I want to check some prerequisite in the client machine while installing this project.If this prerequisite does not evaluated true the installation program will be automaticaly stoped with throwing proper error message. For my application prerequistes in client machine are 1. AutoCAD 2008 or higher version 2. .Net framework for 2008 or higher version 3. windos XP,windows 2000 Can any one guide me how to check these 3 prerequisite in client machine with regards
-
I have an application in which is made in .NEt 2008 in c#. I want to set up wizard for this application. I am faceing litle problem to make it. I want to check some prerequisite in the client machine while installing this project.If this prerequisite does not evaluated true the installation program will be automaticaly stoped with throwing proper error message. For my application prerequistes in client machine are 1. AutoCAD 2008 or higher version 2. .Net framework for 2008 or higher version 3. windos XP,windows 2000 Can any one guide me how to check these 3 prerequisite in client machine with regards
You need to add a launch condition to your setup that checks for these conditions, must likely by checking registry keys. http://msdn.microsoft.com/en-us/library/ay12wede(VS.80).aspx[^]
I know the language. I've read a book. - _Madmatt