I want to create a setup, and include dotnetfx as part of my application and when any system need dotnexfx then it is installed otherwise just my application be installed, for that i practised alot but faced a problem which is
when i am creating setup or publising my application and Including prerequests (windows Installer and dotnetfx) during installation of dotnetfx i am encountring an error which is "the publisher of dotnetfx is not verified ", what i to do that setup dont give these type of errors and my setup do not download prerequest from vendor website
thanks

Setup Creation Problem 'donetfx publisher not verified'
Keith Walton
The linkes to which you refered me i practised but it is same as i was doing before, kinldy create setup on your own system and then install on other system where dotnetfx not installed, and then if you got success then please show me the way which you followed, becuase i am struggling from three days but i did not succeed.
Thanks
csi_hugh
you don't need to include dotnetfx since the setup installer automatically adds this and does this for you and check the system before proceeding, if it has the appropriate version of the .NET Framework installed.
If it doesnt, it will download and install it for you.
Scooter!
I want that my application do not download dotnetfx from MS Site, nor i manually install dotnetfx, i want that installer itself do this job.
Thanks
suryany
I guess you could add the redistributional pack in the installer, create a custom action and then install it via the switches to make it automated.
you will have to check to see if it is installed first by looking at the appropriate regkey.
information about custom actions:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemconfigurationinstallinstallerclasstopic.asp
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemconfigurationinstallinstallerclasstopic.asp
http://www.c-sharpcorner.com/Code/2003/April/SetupProjects.asp
dotnet redistributional package including switches manual/instructions:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetdep/html/dotnetfxref.asp
Really you just need to do a launch condition, if .NET framework of a certain version is not installed, then run the dotnet installer with switches.
Hello_Yo
Thanks
Le me check it
Jamie Thomson
Salam Ilyas Brother,
Could you give me your user name that we can talk on MSN
Thanks