From 65a29c21be1927145eb27466e14e0b0b37c64caa Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 20 Oct 2008 19:16:20 +0000 Subject: [PATCH] Clearer question about existing python installs --- direct/src/directscripts/packpanda.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/directscripts/packpanda.nsi b/direct/src/directscripts/packpanda.nsi index 4bc52426eb..335c9dd629 100755 --- a/direct/src/directscripts/packpanda.nsi +++ b/direct/src/directscripts/packpanda.nsi @@ -238,7 +238,7 @@ Section -post StrCmp $0 "" RegPath 0 MessageBox MB_YESNO|MB_ICONQUESTION \ - "Python add-on installers use a registry key to locate the Python directory. The registry key is already pointing to a copy of Python. Do you want to change the registry key to point to Panda's copy?" \ + "Your system already has a copy of Python installed. Panda3D installs its own copy of Python, which will install alongside your existing copy. Would you like to make Panda's copy the default Python? If you choose 'No', you will have to configure your existing copy of Python to use the Panda3D libraries." \ IDNO SkipRegPath RegPath: