Hi everybody,

I am creating a installer program with Visual Studio .NET, but I have a
problem. I need to execute a program with a parameter when installation is
finishing, but I don´t know where I can put this option. I have seen an
option to execute any program at that moment, but I don´t see any option to
add a parameter.

Thanks in advance,

Nacho

Re: Creating an installer with Visual Studio .NET by Tim

Tim
Tue May 11 06:14:56 CDT 2004

Take a look at the RunInstaller(True) attribute.
It will do everything that you are asking in a very nicely integrated
manner.
- Tim

"Nacho" <nacho@ujaen.es> wrote in message
news:2gbo1gFtdn7U1@uni-berlin.de...
> Hi everybody,
>
> I am creating a installer program with Visual Studio .NET, but I have a
> problem. I need to execute a program with a parameter when installation is
> finishing, but I don´t know where I can put this option. I have seen an
> option to execute any program at that moment, but I don´t see any option
> to
> add a parameter.
>
> Thanks in advance,
>
> Nacho
>
>