install application
-
I need to show the details of drives before installing and to install application in an specified drive the user select other than 'c'drive
naveen
A standard MSI allows the user to select an install path.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillionOneHundredAndFortySevenMillionFourHundredAndEightyThreeThousandSixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it )
-
A standard MSI allows the user to select an install path.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillionOneHundredAndFortySevenMillionFourHundredAndEightyThreeThousandSixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it )
-
When you create an installer, it's going to offer that, simple as that.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillionOneHundredAndFortySevenMillionFourHundredAndEightyThreeThousandSixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it )
-
I need to show the details of drives before installing and to install application in an specified drive the user select other than 'c'drive
naveen
if u r making your setup through the default setup wizard of .net then u don't have to worry about this... even if u r using install shield or some other software to make setup then this feature is by default added in it.
-
When you create an installer, it's going to offer that, simple as that.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillionOneHundredAndFortySevenMillionFourHundredAndEightyThreeThousandSixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it )
-
if u r making your setup through the default setup wizard of .net then u don't have to worry about this... even if u r using install shield or some other software to make setup then this feature is by default added in it.