deployment in window
-
can i make the setup to detect the .net framework automatically, before the setup of the application take place.so that i don't get the message .net framework is not installed in the machine.
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
can i make the setup to detect the .net framework automatically, before the setup of the application take place.so that i don't get the message .net framework is not installed in the machine.
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
Hi Sonia, Assuming that you are using .net Setup & Deployment project in VS. Create a Launch Condition - Add Registry Search - set the RegKey & Value property to: Keys: For the .NET Framework 1.0: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.0 For the .NET Framework 1.1: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.1 For the .NET Framework 2.0: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v2.0 Value: For the .NET Framework 1.0: "3705" For the .NET Framework 1.1: "4322" For the .NET Framework 2.0: "50727" Then add new LauchCondition and set the Condition property to: For the .NET Framework 1.0: REGISTRYVALUE = "3321-3705" For the .NET Framework 1.1: REGISTRYVALUE="3706-4322" For the .NET Framework 2.0: REGISTRYVALUE="50727-50727" Hope that helps. Regards, Bhupi Bhai.
-
Hi Sonia, Assuming that you are using .net Setup & Deployment project in VS. Create a Launch Condition - Add Registry Search - set the RegKey & Value property to: Keys: For the .NET Framework 1.0: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.0 For the .NET Framework 1.1: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.1 For the .NET Framework 2.0: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v2.0 Value: For the .NET Framework 1.0: "3705" For the .NET Framework 1.1: "4322" For the .NET Framework 2.0: "50727" Then add new LauchCondition and set the Condition property to: For the .NET Framework 1.0: REGISTRYVALUE = "3321-3705" For the .NET Framework 1.1: REGISTRYVALUE="3706-4322" For the .NET Framework 2.0: REGISTRYVALUE="50727-50727" Hope that helps. Regards, Bhupi Bhai.
what is new launch condition and Condition property ? Please explain
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
what is new launch condition and Condition property ? Please explain
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
If you are working in VS - 2005 then you should be able to see a Button called Prerequisites on your Setup Project Property. Hit that button and gothrough. Thanks
-
If you are working in VS - 2005 then you should be able to see a Button called Prerequisites on your Setup Project Property. Hit that button and gothrough. Thanks
i have gone through that i selected the second option there, choose the location where the application is residing
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
i have gone through that i selected the second option there, choose the location where the application is residing
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
Insted you can select First Option know? It will download from Internet automatically when you deploy into customer place? If you select second option then .Net 2.0 Framework should go along with your application. Choose which ever you want? And is it help out to you or no? Thanks
-
Insted you can select First Option know? It will download from Internet automatically when you deploy into customer place? If you select second option then .Net 2.0 Framework should go along with your application. Choose which ever you want? And is it help out to you or no? Thanks
will u please explain me the steps if i select the option 2
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
will u please explain me the steps if i select the option 2
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
[http://www.codeproject.com/useritems/Prerequisites\_in\_Setup.asp](<a href=)[^]" rel="nofollow">HOW ABT THIS
-
[http://www.codeproject.com/useritems/Prerequisites\_in\_Setup.asp](<a href=)[^]" rel="nofollow">HOW ABT THIS
this does not explain the second option can u come online at yahoo soniagupta1@yahoo.co.in
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
this does not explain the second option can u come online at yahoo soniagupta1@yahoo.co.in
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
Yup added ... mine is ct_prakash@yahoo.co.in