Help with Visual Studio 2005 (Building an installer)
Hi,
Its my first time building an installer using VS2005 so I hope this is an easy problem to fix. I have a custom action that calls an external program passing arguments to it. I want to pass arguments from a text box in the installation wizard. When I used the property however, it only passed the default value of the field. It did not pass the updated value in the text box.
Any suggestions?
Re: Help with Visual Studio 2005 (Building an installer)
Are you using C# for this or VB.NET?
Re: Help with Visual Studio 2005 (Building an installer)
Hi, thanks for the reply,
I am using Visual Studio 2005 to build my installer and the external program is written in C#.
After a bit of research I have discovered that I can build InstallerClasses that are called by custom actions. I hoped that they would allow me to pass values from the text box. Sadly I cannot get any code from the InstallerClass to run despite overloading nearly every method and making them throw exceptions. I have added the InstallerClass to the solution and added the project output from the InstallerClass.
I am trying to be as clear as I can and I suspect the problem is caused by some obvious setting I have missed.
Re: Help with Visual Studio 2005 (Building an installer)
I suspect the C# people can help out.
Moved