[Setup] How accessing the installed programpath?
-
Hello, how can I access the programpath from a setupproject after or during installation? Greetings from germany Jerry
Confused with question :doh:
Thanks and Regards Sandeep
-
Hello, how can I access the programpath from a setupproject after or during installation? Greetings from germany Jerry
You mean while installing the application? Haven't the user informed the path he wanted to install the application to? Otherwise the program itself knows its path by using this variable:
Application.StartupPath
Contact me! Please feel free to visit my site
-
You mean while installing the application? Haven't the user informed the path he wanted to install the application to? Otherwise the program itself knows its path by using this variable:
Application.StartupPath
Contact me! Please feel free to visit my site
-
Hello, no, I must fin a third parity program installation path an wanna install there my programm, cause it needs files from this location.. how can i solve this? greetings
Maybe you should take a look at WMI and what it can offer in terms of retrieving the installation path of a software installed on a machine.
Contact me! Please feel free to visit my site