Blender3D

From GrunchWiki
Jump to navigation Jump to search

;--------------------------------------------

{STANDARDBACKUP}
{STANDARDEXTRACT}
If EXISTS "{INSTALLDIR}{NAME}/{NAME}.info"
If EXISTS "{TEMPDIR}{NAME}/{NAME}.info"
Delete FORCE "{TEMPDIR}{NAME}/{NAME}.info"
EndIf
EndIf
Copy "{TEMPDIR}blender#?/#?"    "{INSTALLDIR}{NAME}" ALL
If NOT EXISTS "{INSTALLDIR}{NAME}.info"
If EXISTS "{TEMPDIR}{NAME}.info"
Copy "{TEMPDIR}{NAME}.info"   "{INSTALLDIR}{NAME}.info"
Else
GTooltype "{INSTALLDIR}{NAME}" TYPE WBDRAWER
EndIf
EndIf
  • ## INSTALL END
  • ## UNINSTALL
{STANDARDBACKUP}
Delete FORCE "{INSTALLDIR}{NAME}" ALL
Delete FORCE "{INSTALLDIR}{NAME}.info"
  • ## UNINSTALL END
  • ## ITEM END