Probem writing to registry
Posted: Thu Dec 01, 2005 2:39 am
As part of our install, we might need to install 3rd party drivers. In this case the only way of telling if these drivers are installed is by checking for a key in the reg.
I know this is not possible at the moment
, but as a work around, I was going to write a value into this key when we install the drivers so it will only do it once.
Issue: I want this reg entry to be written if the drivers are installed (currently done after the end of the Apply Install) and I do NOT want it removed on uninstall.
If I add the reg entry into the main install, it gets removed on uninstall.
If I add the Write Reg Key at the same place I install the drivers, it does not seem to write anything to the Reg.
How would be the best way to do this?
I know this is not possible at the moment

Issue: I want this reg entry to be written if the drivers are installed (currently done after the end of the Apply Install) and I do NOT want it removed on uninstall.
If I add the reg entry into the main install, it gets removed on uninstall.
If I add the Write Reg Key at the same place I install the drivers, it does not seem to write anything to the Reg.
How would be the best way to do this?