int installOK(string dest, string target)
{
    return !exists(target) || replace(dest);
}
