How to disable package maker "locate" when a user picks an install location ?
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=p3N2biWoOdXFXjMoLeVFAviva0ttnjT+HHK0Xi06FfC84QZScMnLbIMGBXK7TqAb4OqdnFoJS+vTm4jYcV/fnxQ1jblhrp3KaLoK5q8Xk/RadjBSf86No/IuGlHm/yGL1mds3N3Zy/JiO2IzEvEVjK3ow4L3zPdJiyiRneiO7wE= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ojqcBj3DNh2gJHf6Po4qWAdkVnWVlduJLVAjsUof5CDbZa5oExAh4pzhQ/wr1HsBlE9gwVNDtQU7neGOQRaCFAkDr8ZGR5vQpa5CLWIWMGtnSDBMwyNWYTu7dulDXqAv69W0dslmKCc7t9GYbX+CzXPhfxN6pLuxH6AyCNfpNTE= I am trying to setup a package maker installer to find an application and install an extension to the location where the application is installed. I can use "locator definitions" to find the application and that works fine, but if the user has installed two copies of the application on their computer, there is no way to let the user pick which application to install the extension to. What I want is some way of tell package maker not to locate the application if the user changes the default location (Done by running the installer and under "select destination", using choose to pick a location to install.) Currently if a user changes the default location and package maker has "locator definitions" setup, it ignores the default location and install to where locator has found a copy of the application. Thanks Paul Williams _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Paul Williams