Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jun 25, 2010, 3:23:54 PM (14 years ago)
- Author:
-
datallah
- Comment:
-
Update to work better on 32-bit OSes and Windows XP.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v26
|
v27
|
|
63 | 63 | {{{ |
64 | 64 | SET ProgramFiles(x86) |
65 | | IF ERRORLEVEL 0 SET PIDGIN_INST_DIR=%ProgramFiles(x86)%\Pidgin |
66 | | IF NOT ERRORLEVEL 0 SET PIDGIN_INST_DIR=%ProgramFiles%\Pidgin |
| 65 | IF %ERRORLEVEL% == 0 SET PIDGIN_INST_DIR=%ProgramFiles(x86)%\Pidgin |
| 66 | IF NOT %ERRORLEVEL% == 0 SET PIDGIN_INST_DIR=%ProgramFiles%\Pidgin |
67 | 67 | |
68 | 68 | REM SET PIDGIN_INST_DIR=Z:\YourCustomPidginInstallationDirectory |
69 | 69 | |
70 | 70 | SET LOCALAPPDATA |
71 | | IF ERRORLEVEL 0 SET DEBUG_DIR=%LOCALAPPDATA%\.purple\debuglogs |
72 | | IF NOT ERRORLEVEL 0 SET DEBUG_DIR=%APPDATA%\.purple\debuglogs |
| 71 | IF %ERRORLEVEL% == 0 SET DEBUG_DIR=%LOCALAPPDATA%\.purple\debuglogs |
| 72 | IF NOT %ERRORLEVEL% == 0 SET DEBUG_DIR=%APPDATA%\.purple\debuglogs |
73 | 73 | |
74 | 74 | REM make sure the debug directory exists |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!