From: Brian S. <xue...@us...> - 2005-09-22 19:35:16
|
Update of /cvsroot/popfile/windows/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16816 Modified Files: Tag: b0_22_2 pfidiag.nsi Log Message: Make source easier to maintain. Analyse the StartUp shortcuts (if any). Requires ShellLink plugin v1.1 (see the script file's header comment). Index: pfidiag.nsi =================================================================== RCS file: /cvsroot/popfile/windows/test/pfidiag.nsi,v retrieving revision 1.8.4.1 retrieving revision 1.8.4.2 diff -C2 -d -r1.8.4.1 -r1.8.4.2 *** pfidiag.nsi 13 Sep 2005 19:01:55 -0000 1.8.4.1 --- pfidiag.nsi 22 Sep 2005 19:35:03 -0000 1.8.4.2 *************** *** 45,48 **** --- 45,66 ---- !undef ${NSIS_VERSION}_found + + ;------------------------------------------------ + ; This script requires the 'ShellLink' NSIS plugin + ;------------------------------------------------ + ; + ; This script uses a special NSIS plugin (ShellLink) to extract information from a Windows + ; shortcut (*.lnk) file [...1524 lines suppressed...] ! Pop ${L_SHORTCUT_START_IN} ! Pop ${L_SHORTCUT_ARGS} ! Pop ${L_POPFILE_TOTAL} ! Pop ${L_LNK_TOTAL} ! Pop ${L_LNK_NAME} ! Pop ${L_LNK_HANDLE} ! Exch ${L_LNK_FOLDER} ; return number of shortcuts which appear to start POPFile ! ! !undef L_LNK_FOLDER ! !undef L_LNK_HANDLE ! !undef L_LNK_NAME ! !undef L_LNK_TOTAL ! !undef L_POPFILE_TOTAL ! !undef L_SHORTCUT_ARGS ! !undef L_SHORTCUT_START_IN ! !undef L_SHORTCUT_TARGET ! !undef L_TEMP ! FunctionEnd |