A list for the developers of CellML tools

Text archives Help


[cellml-dev] r2279 - pce/trunk/installers


Chronological Thread 
  • From: ak.miller at auckland.ac.nz (Andrew Miller)
  • Subject: [cellml-dev] r2279 - pce/trunk/installers
  • Date: Thu, 29 May 2008 12:47:28 +1200

CellML Automated Notifications wrote:
> Author: amil082
>
Hi,

I presume someone (Justin?) still has a VM which is logged in as me,
since this commit is coming up against my account.

Would it be possible to svn switch this to the correct user so the
author metadata is correct for the next commit?

Thanks,
Andrew

> Date: 2008-05-29 12:31:15 +1200 (Thu, 29 May 2008)
> New Revision: 2279
>
> Modified:
> pce/trunk/installers/pcenv-win32.nsi
> Log:
> Associate .session files with PCEnv for Tracker Item 361.
>
> Modified: pce/trunk/installers/pcenv-win32.nsi
> ===================================================================
> --- pce/trunk/installers/pcenv-win32.nsi 2008-05-28 12:57:04 UTC (rev
> 2278)
> +++ pce/trunk/installers/pcenv-win32.nsi 2008-05-29 00:31:15 UTC (rev
> 2279)
> @@ -280,6 +280,7 @@
>
> WriteRegStr HKCR ".cellml" "" "PCEnv.Script"
> WriteRegStr HKCR "PCEnv.Script" "" "CellML File"
> + WriteRegStr HKCR ".session" "" "PCEnv.Script"
> WriteRegStr HKCR "PCEnv.Script\DefaultIcon" ""
> "$INSTDIR\chrome\icons\default\default.ico"
> ReadRegStr $R0 HKCR "PCEnv.Script\shell\open\command" ""
> StrCmp $R0 "" 0 no_pcenvopen
> @@ -287,6 +288,7 @@
> WriteRegStr HKCR "PCEnv.Script\shell\open\command" ""
> '"$INSTDIR\pcenv.exe" """%1"""'
> no_pcenvopen:
>
> +
> System::Call 'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i
> ${SHCNF_IDLIST}, i 0, i 0)'
>
> WriteRegExpandStr HKLM
> "Software\Microsoft\Windows\CurrentVersion\Uninstall\PCEnv"
> "UninstallString" '"$INSTDIR\Uninstall.exe"'
> @@ -318,6 +320,10 @@
> StrCmp $R0 "PCEnv.Script" 0 +2
> DeleteRegKey HKCR ".cellml"
>
> + ReadRegStr $R0 HKCR ".session" ""
> + StrCmp $R0 "PCEnv.Script" 0 +2
> + DeleteRegKey HKCR ".session"
> +
> DeleteRegKey HKCR "PCEnv.Script"
> DeleteRegKey HKCR "PCEnv.Header"
>
>
> _______________________________________________
> automated-notifications mailing list
> automated-notifications at cellml.org
> http://www.cellml.org/mailman/listinfo/automated-notifications
>




  • [cellml-dev] r2279 - pce/trunk/installers, Andrew Miller, 05/29/2008

Archive powered by MHonArc 2.6.18.

Top of page