Installation Script [modified]
-
Hello, I'm creating a setup project for my application. I need to ask user to specify a directory during installation, which I have to set a registry key value to that directory. I've done this for installation directory but I don't know how to ask user to specify another directory as well and how to set the registery accordingly. Any idea would be appreciated. Thanks & Regards P.S. I'm using wisual C# .NET -- modified at 8:46 Monday 22nd May, 2006
-
Hello, I'm creating a setup project for my application. I need to ask user to specify a directory during installation, which I have to set a registry key value to that directory. I've done this for installation directory but I don't know how to ask user to specify another directory as well and how to set the registery accordingly. Any idea would be appreciated. Thanks & Regards P.S. I'm using wisual C# .NET -- modified at 8:46 Monday 22nd May, 2006
Hi, You can add one form in user interface where user can select the path of the folder and that path will be referenced in the coding for writting the registery. Nimit Patel