Simplest Question Regarding Deployment
-
Hi, I have developed a C#.net windows application and in that one i have used a third party control in it.. For deploying the application i am publishing my application so a setup.exe file is getting created When i installed it at client side its working fine My question is ...Why in the Client System ...my system name is appearing ...How to change it Execution path in client system start...programs.......my system name...application name i want to replace that one with some other name EX : Present start.....programs.....Happy...WindowsApplication1 want to change to start.....programs....Softy.....WindowsApplication1 Plz reply me how to do this regards sindhu tiwari
its me sid
-
Hi, I have developed a C#.net windows application and in that one i have used a third party control in it.. For deploying the application i am publishing my application so a setup.exe file is getting created When i installed it at client side its working fine My question is ...Why in the Client System ...my system name is appearing ...How to change it Execution path in client system start...programs.......my system name...application name i want to replace that one with some other name EX : Present start.....programs.....Happy...WindowsApplication1 want to change to start.....programs....Softy.....WindowsApplication1 Plz reply me how to do this regards sindhu tiwari
its me sid
Because you built the installer that way. What are you using to make an MSI ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Because you built the installer that way. What are you using to make an MSI ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
What i am doing is just right click on the project then i have clicked publish there ............. i am using Visual studio 2005 professional edition regards sindhu tiwari
its me sid
-
What i am doing is just right click on the project then i have clicked publish there ............. i am using Visual studio 2005 professional edition regards sindhu tiwari
its me sid
OK, I presume it's assuming that you are the author and want a group created. If there are no options presented, you'll need to use a different tool, like Advanced Installer.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )