I2P

Invisible Internet Project


Changeset 161e4b2fd1aeffd57329e6081c9670fc792c7c6f

Show
Ignore:
Timestamp:
06/15/11 00:04:57 (2 years ago)
Author:
kytv@…
Branches:
i2p.i2p
Children:
f1c24b37e96eaa7d34df298c0c279d3fb9d46eb9
Parents:
93a57a1543713d65f142e9570751bda1129f3d51
Message:

Windows Uninstall the service if I2P is installed, whether the service was enabled by the installer or not.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • /installer/install.xml

    redb2.. r161e..  
    197197            <executable targetfile="$INSTALL_PATH/postinstall.sh" type="bin" stage="postinstall" keep="true" failure="warn"><os family="unix" /> 
    198198                <args><arg value="$INSTALL_PATH" /></args></executable> 
     199            <!--  
     200             Removal of the I2P service in Windows should be done in the base pack 
     201             so that even if a user installed the service manually it will still be 
     202             removed when uninstalling. 
     203            --> 
     204            <executable targetfile="$INSTALL_PATH/uninstall_i2p_service_winnt.bat" stage="uninstall" os="windows"> 
     205                <args> 
     206                    <arg value="$INSTALL_PATH\wrapper.config" /> 
     207                    <arg value="--nopause" /> 
     208                </args> 
     209            </executable> 
     210 
    199211 
    200212        </pack> 
     
    218230                </args> 
    219231            </executable> 
    220             <executable targetfile="$INSTALL_PATH/uninstall_i2p_service_winnt.bat" stage="uninstall" failure="warn" keep="true"> 
    221                 <args> 
    222                     <arg value="$INSTALL_PATH\wrapper.config" /> 
    223                     <arg value="--nopause" /> 
    224                 </args> 
    225             </executable> 
    226232        </pack> 
    227233    </packs>