[PD-cvs] packages/win32_inno TODO, 1.13, 1.14 pd-inno.iss.in, 1.5, 1.6 pd-settings.reg, 1.8, 1.9

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Jan 17 19:05:23 CET 2006


Update of /cvsroot/pure-data/packages/win32_inno
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22051/win32_inno

Modified Files:
	TODO pd-inno.iss.in pd-settings.reg 
Log Message:
smoothed out the install process for RC7.  THe reg file deletes all old path and loadlib statements; the installer only shows one readme now

Index: pd-settings.reg
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/pd-settings.reg,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pd-settings.reg	17 Jan 2006 16:01:41 -0000	1.8
--- pd-settings.reg	17 Jan 2006 18:05:21 -0000	1.9
***************
*** 2,58 ****
  
  [HKEY_LOCAL_MACHINE\SOFTWARE\Pd]
- 
- ;;
- ;; blow away all lib settings to prevent conflicts, wrong order, etc.
- "loadlib1"=-
- "loadlib2"=-
- "loadlib3"=-
- "loadlib4"=-
- "loadlib5"=-
- "loadlib6"=-
- "loadlib7"=-
- "loadlib8"=-
- "loadlib9"=-
- "loadlib10"=-
- "loadlib11"=-
- "loadlib12"=-
- "loadlib13"=-
- "loadlib14"=-
- "loadlib15"=-
- "loadlib16"=-
- "loadlib17"=-
- "loadlib18"=-
- "loadlib19"=-
- "loadlib20"=-
- "loadlib21"=-
- "loadlib22"=-
- "loadlib23"=-
- "loadlib24"=-
- "loadlib25"=-
- "loadlib26"=-
- "loadlib27"=-
- "loadlib28"=-
- "loadlib29"=-
- "loadlib30"=-
- "loadlib31"=-
- "loadlib32"=-
- "loadlib33"=-
- "loadlib34"=-
- "loadlib35"=-
- "loadlib36"=-
- "loadlib37"=-
- "loadlib38"=-
- "loadlib39"=-
- "loadlib40"=-
- "loadlib41"=-
- "loadlib42"=-
- "loadlib43"=-
- "loadlib44"=-
- "loadlib45"=-
- "loadlib46"=-
- "loadlib47"=-
- "loadlib48"=-
- "loadlib49"=-
- 
  ;;
  ;; load libs included with Pd-extended
--- 2,5 ----
***************
*** 85,88 ****
--- 32,61 ----
  
  ;;
+ ;; blow away other lib settings to prevent conflicts, wrong order, etc.
+ "loadlib27"=-
+ "loadlib28"=-
+ "loadlib29"=-
+ "loadlib30"=-
+ "loadlib31"=-
+ "loadlib32"=-
+ "loadlib33"=-
+ "loadlib34"=-
+ "loadlib35"=-
+ "loadlib36"=-
+ "loadlib37"=-
+ "loadlib38"=-
+ "loadlib39"=-
+ "loadlib40"=-
+ "loadlib41"=-
+ "loadlib42"=-
+ "loadlib43"=-
+ "loadlib44"=-
+ "loadlib45"=-
+ "loadlib46"=-
+ "loadlib47"=-
+ "loadlib48"=-
+ "loadlib49"=-
+ 
+ ;;
  ;; blow away all path settings to prevent conflicts, wrong order, etc.
  "path1"=-

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/TODO,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** TODO	17 Jan 2006 06:32:51 -0000	1.13
--- TODO	17 Jan 2006 18:05:21 -0000	1.14
***************
*** 1,11 ****
  
! - check out using env vars in Path settings in registry, or make relative paths
  
! - Another detail is that the menu item "help/1 manual" results in no action -
!   possibly some link pointing to the wrong place?  It turns out that the
!   rundll "open" thingy isn't working...
!       - make Pd.exe using MSYS's "start.exe" like MacOSX's "open"
!       - menu_openhtml on Win32 with rundll should be able to open other
!         filetypes like open on MACOSX.
  
  
--- 1,11 ----
  
! - check out using env vars in Path settings in registry, or make relative
!   paths (I checked, you can't use env vars in the path or loadlib
!   settings... arg, this should be implemented)
  
! 
! - Another detail is that help browser can't open files if there is a space in
!   the path or filename.  I think its a problem of Tcl escaping.  The problem
!   is in u_main.tk in menu_openhtml on Win32 with rundll32 dll.url.FileHandler
  
  

Index: pd-inno.iss.in
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/pd-inno.iss.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pd-inno.iss.in	20 Dec 2005 00:13:17 -0000	1.5
--- pd-inno.iss.in	17 Jan 2006 18:05:21 -0000	1.6
***************
*** 101,108 ****
  ; build system files
  ;
! Source: build\doc\manuals\Pd\Welcome.html; DestDir: {app}; Flags: isreadme; Tasks: 
  Source: build\doc\manuals\Pd\ReadMe.html; DestDir: {app}; Flags: isreadme
! Source: build\doc\manuals\Pd\License.html; DestDir: {app}; Flags: isreadme
! Source: build\doc\manuals\Pd\Pd-LICENSE.txt; DestDir: {app}; Flags: isreadme
  Source: build\pd-settings.reg; DestDir: {app}; Flags: ignoreversion
  Source: build\bin\*.*; DestDir: {app}\bin; Flags: ignoreversion confirmoverwrite recursesubdirs uninsremovereadonly
--- 101,108 ----
  ; build system files
  ;
! ;Source: build\doc\manuals\Pd\Welcome.html; DestDir: {app}; Flags: isreadme; Tasks: 
  Source: build\doc\manuals\Pd\ReadMe.html; DestDir: {app}; Flags: isreadme
! ;Source: build\doc\manuals\Pd\License.html; DestDir: {app}; Flags: isreadme
! ;Source: build\doc\manuals\Pd\Pd-LICENSE.txt; DestDir: {app}; Flags: isreadme
  Source: build\pd-settings.reg; DestDir: {app}; Flags: ignoreversion
  Source: build\bin\*.*; DestDir: {app}\bin; Flags: ignoreversion confirmoverwrite recursesubdirs uninsremovereadonly





More information about the Pd-cvs mailing list