G
Guest
I have a deployment project where I collect the paths to 4 user defined
directories using user interface textboxes that are then mapped to folders in
the file system editor that are always created. This all works fine.
What I want to do is update the config file for the application so that if
any are changed the application will know what those folders are. I have
tried to use a Custom action to write the config file but the install
override does not seem to be called at all.
If you write an override in an installer class, how and where is this called?
I have looked at the Walkthrough for Passing Data to a Custom Action but the
method never seems to get fired.
Any help is appreciated.
PeterW
directories using user interface textboxes that are then mapped to folders in
the file system editor that are always created. This all works fine.
What I want to do is update the config file for the application so that if
any are changed the application will know what those folders are. I have
tried to use a Custom action to write the config file but the install
override does not seem to be called at all.
If you write an override in an installer class, how and where is this called?
I have looked at the Walkthrough for Passing Data to a Custom Action but the
method never seems to get fired.
Any help is appreciated.
PeterW