Custom Action in deployment project

J

Jacek

Could You tell me, whether VS2005 allows passing parameters to custom actions
as it was possible in VS2003 by creating a form in custom installed and
doing it through Dynamic properties/key mappings. When I try the same all
properties are disabled.
Thanks for answer in advance
 
P

Phil Wilson

You'll have to supply more info.

What type of custom action? There are scripts, C++ Dlls, exes, installer
classes etc.

Please explain in more detail what you are doing. If this is a
setup&deployment project MSDN forums "ClickOnce and Setup&Deployment
Projects" in the Windows Forms group might be a better p[lace to ask.
 
J

Jacek

tionYes this is Setup and deployment project in which I added custom dialogs
- one with radiobuttons and the next with checkboxes. I would like to display
appropriate checkboxes depending on earlier radiobutton selection.
Unfortunately I cannot find a way to handle displaying it or not. I think,
when doing if in VS2003 I was able to do it (Microsoft published a sample
PassData application) but this sample does not work for VS2005:-(


Phil Wilson said:
You'll have to supply more info.

What type of custom action? There are scripts, C++ Dlls, exes, installer
classes etc.

Please explain in more detail what you are doing. If this is a
setup&deployment project MSDN forums "ClickOnce and Setup&Deployment
Projects" in the Windows Forms group might be a better p[lace to ask.
--
Phil Wilson
[MVP Windows Installer]

Jacek said:
Could You tell me, whether VS2005 allows passing parameters to custom
actions
as it was possible in VS2003 by creating a form in custom installed and
doing it through Dynamic properties/key mappings. When I try the same all
properties are disabled.
Thanks for answer in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top