Hi,

I'm using the <msi> task to create an install set, but have a problem with the registry.  I am setting some keys during the installation to property values, however when I uninstall the software, the key does not get deleted.  I have the following entry in my script:


            <registry>
                <key component="C_Logging" root="machine" path="SOFTWARE\Avon\Install" >
                    <value name="-"/>
                    <value name="LoggingWS_Port" value="[LOGGING_PORT]" />
                    <value name="LoggingWS_Name" value="[LOGGING_NAME]" />
                </key>
            </registry>

Despite having the "-", the HKLM\SOFTWARE\Avon\Install key and its content still remain after an uninstall.

Anyone had similar problems, or can you spot what I've done wrong?

Cheers,

Bill



IMPORTANT
The information contained in this e-mail and any attachments is intended for the addressee only
and may contain legally privileged or confidential information. If you are not the intended
recipient you must not use, disclose, copy, distribute, alter, or take any action in reliance
on the information and Avon Insurance plc will not accept liability for any loss or damage howsoever
arising, directly or indirectly in reliance on it and gives no warranty or representation as to its
accuracy or reliability. If you are not the addressee, please notify us immediately on 01789 202121*
and delete the material from your computer and destroy any copies.


Avon Insurance plc reserves the right to monitor and record incoming and outgoing email messages for
the purposes of investigating or detecting unauthorised use of its system and ensuring its effective operation.
Avon Insurance plc will not accept liability for any loss or damage as a result of any virus being passed on.


Avon Insurance plc (No. 209606).
Registered in England. Registered Office: Arden Street, Stratford upon Avon, Warwickshire CV37 6WA.
Authorised and regulated by the Financial Services Authority.
A member of the NFU Mutual group of companies and the Association of British Insurers.


*For security and training purposes, telephone calls may be recorded and monitored.

Reply via email to