Topic: Macrium Reflect Free  (Read 43753 times)

Re: Macrium Reflect Free
« Reply #80 on: August 28, 2016, 03:11:37 AM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
I see that I had associate files in Notepad.
I unchecked the boxes and fix the problem.
Very nice plugin using AutoIt3.       :scooter:

ila_rendered
« Last Edit: August 28, 2016, 03:12:26 AM by Prz42 »

Re: Macrium Reflect Free
« Reply #81 on: August 28, 2016, 07:14:21 AM »

fuwi

  • Code Baker
  • Chef
  • ***
  • Location: Switzerland
  • Date Registered: Nov 2012
  • Posts: 171
Thanks for the feedback.

Good to hear that the problem is solved!  :thumbsup:

fuwi

Re: Macrium Reflect Free
« Reply #82 on: August 29, 2016, 01:58:00 PM »

fuwi

  • Code Baker
  • Chef
  • ***
  • Location: Switzerland
  • Date Registered: Nov 2012
  • Posts: 171
@lancelot

generally we compile au3 and attach sourcecode side by side with exe to avoid things like above

recent example: http://theoven.org/index.php?topic=686.msg21150#msg21150
It is the only plugin that have wrong design for au3 execution and plugin author ignore any feedback since plugin works .... (depending on special adjustment of projects which is not stable )

Message arrived...  :mad:

I reworked the plugin (compiled .au3)
After testing i upload the plugin on my server.

But i'm not so sure if compiling of every small autoit script is a professional method in a system that has autoit support integrated (stable direct execution of .au3 and .a3x in all projects).

fuwi

Re: Macrium Reflect Free
« Reply #83 on: August 29, 2016, 02:33:21 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
But i'm not so sure if compiling of every small autoit script is a professional method in a system that has autoit support integrated (stable direct execution of .au3 and .a3x in all projects).

also:
you can create shortcut for au3381.exe to execute .au3 ...


See shortcut creation at
Downloads\AppYGS\AutoIT Development Plugin

Quickly looking, Important lines:

%ProgramEXE%=AutoIT_Script_Final.au3
%AUFileName%=AU3381.exe


If,Not,ExistFile,%Target_Sys%\%AUFileName%,Begin
  If,%SourceArch%,Equal,x86,FileCopy,%Tools%\x86\%AUFileName%,%Target_Sys%
  If,%SourceArch%,Equal,x64,FileCopy,%Tools%\x64\%AUFileName%,%Target_Sys%
End

Add_Shortcut,Desktop,,#$pSystemRoot#$p\system32\%AUFileName%,%ProgramTitle%,,"/AutoIt3ExecuteScript #$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q"

++
You can also add icon to shortcut, see Add_Shortcut parameters
http://theoven.org/index.php?topic=50.0

I guess something like that will work
Add_Shortcut,Desktop,,#$pSystemRoot#$p\system32\%AUFileName%,%ProgramTitle%,,"/AutoIt3ExecuteScript #$q%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$q",%PE_Programs%\%ProgramFolder%\Blabla.ico


**
This way may look complicated, but I feel fully serves for your not compiling more professional + always working plugin
once practiced it will look less complicated ;)

Compile + provide source code inside plugin is easier to explain end user that result with always working plugin.

ps: Reminding, autoit also sometimes (rarely) not compatible between versions,
 both compile and above shortcut creation method (also used on some other rare plugins) get things always work, result same with more professional way.



*****
Sorry, Nothing personal to you if understood that way,
 I only wanted to give an example out of Mikka to explain Mikka is not alone, it was a recent one I quickly gave link.
 I fully understand why it is hard to follow.  :thumbsup:
   I guess after years, It is quite clear that I am only after smooth working builds with always working plugins.  :great:

See You
:turtle:

Re: Macrium Reflect Free
« Reply #84 on: August 29, 2016, 04:36:19 PM »

fuwi

  • Code Baker
  • Chef
  • ***
  • Location: Switzerland
  • Date Registered: Nov 2012
  • Posts: 171
Macrium Reflect Free - plugin updated, plugin version 17:

Macrium Reflect Free version 6.2 build 1502, from 11 August 2016, x86 and x64

StartMacriumReflect.au3 compiled according lancelots rules...  :great:

Download: http://homepage.hispeed.ch/fuwi/files/MacriumReflect_fuwi.script

fuwi

Re: Macrium Reflect Free
« Reply #85 on: August 30, 2016, 01:09:49 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
recent example: http://theoven.org/index.php?topic=686.msg21150#msg21150
It is the only plugin that have wrong design for au3 execution and plugin author ignore any feedback since plugin works .... (depending on special adjustment of projects which is not stable )

Message arrived...  :mad:


according lancelots rules...  :great:

I see no message arrived. No surprise, that is the reason I create Bulletin kind of plugins,
 no need to spend time for such things on my side anymore ,
   still it is good others have info about such available plugins.


I put
\Downloads\AppYGS\HD Tasks\Macrium Reflect Free (fuwi) - Bulletin


Revert back to any or all changes of your plugin(s), with your professional way ! I do not care, sorry for any feedback, fuwi rules.

but do not compain about any dependencies of your plugin on project side, your plugin, your rules, you need to spend time to figure out or solve or improve your plugin.

fuwi rules.

:turtle:

Re: Macrium Reflect Free
« Reply #86 on: September 02, 2016, 12:53:13 AM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
New plugin for Macrium Reflect v6
Added fuwi StartMacriumReflect.au3 script to help know issues.
It also modifies the registry of extensions for Reflect after closing.














« Last Edit: September 03, 2016, 04:08:14 AM by Prz42 »

Re: Macrium Reflect Free
« Reply #87 on: September 03, 2016, 04:10:11 AM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Correct run in Ram
Code: [Select]
If,%SourceArch%,Equal,x64,Begin
  If,Not,%ScrollBox_RunFromWhere%,Equal,"Run from RAM",Set,%ProgramFolderS%,%ProgramFolderSx64%
  If,Not,%ScrollBox_RunFromWhere%,Equal,"Run from RAM",Set,%ProgramFolder%,%ProgramFolderR%\%ProgramFolderSx64%
End

[ Attachment Invalid Or Does Not Exist ]      :scooter:
« Last Edit: September 03, 2016, 09:38:30 PM by Prz42 »

Re: Macrium Reflect Free
« Reply #88 on: September 03, 2016, 02:01:38 PM »

fuwi

  • Code Baker
  • Chef
  • ***
  • Location: Switzerland
  • Date Registered: Nov 2012
  • Posts: 171
@Prz42
Code: [Select]
Title=Macrium Reflect v6
Type=Plugin
Author=Prz42
Description=(v6.2.1502) Disk Imaging and Cloning Software x86 / x64 & Later
Credits=2aCD & fuwi
Version=005
Download_Level=2
Level=6
Selected=True

Level=6 is for driver plugins. For Apps, Level=5 is correct.

fuwi
« Last Edit: September 03, 2016, 02:09:40 PM by fuwi »

Re: Macrium Reflect Free
« Reply #89 on: September 03, 2016, 02:39:06 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
I changed Level not version. Sorry for the inconvenience.

[ Attachment Invalid Or Does Not Exist ]     :scooter:
« Last Edit: September 03, 2016, 09:37:56 PM by Prz42 »

Re: Macrium Reflect Free
« Reply #90 on: September 03, 2016, 09:37:18 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Added Backup Location and checked to make sure
it runs properly in Ram, Normal & CD.

« Last Edit: December 03, 2016, 07:17:27 PM by Prz42 »

Re: Macrium Reflect Free
« Reply #91 on: September 10, 2016, 12:43:32 PM »

fuwi

  • Code Baker
  • Chef
  • ***
  • Location: Switzerland
  • Date Registered: Nov 2012
  • Posts: 171
Macrium Reflect Free, an award winning disk cloning and imaging solution for free

Winbuilder plugin updated, plugin version 18, Macrium Reflect Free version 6.2 build 1549 (8 September 2016), x86 and x64

Macrium Reflect change log: http://updates.macrium.com/reflect/v6/latest_release_notes.asp

Download (all files included): http://homepage.hispeed.ch/fuwi/files/MacriumReflect_fuwi.script

fuwi
« Last Edit: September 10, 2016, 01:00:54 PM by fuwi »

Re: Macrium Reflect Free
« Reply #92 on: September 10, 2016, 04:49:47 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
thanks for the update Willi

Re: Macrium Reflect Free
« Reply #93 on: December 03, 2016, 07:21:07 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Updated Plugin

[ Attachment Invalid Or Does Not Exist ]    :scooter:
« Last Edit: October 04, 2018, 10:08:01 PM by Prz42 »

Re: Macrium Reflect Free
« Reply #94 on: May 24, 2017, 03:16:48 AM »

lvgandhi

  • Jr. Chef
  • **
  • Date Registered: Jul 2015
  • Posts: 71
Latest win10pese zip has download of macrium 6.1. How to use this plugin? I have copied to /Projects/Myplugins_Direct/AppsMy/HD Tasks/Imaging. What to do after that?
« Last Edit: May 24, 2017, 04:20:57 PM by lvgandhi »

Re: Macrium Reflect Free
« Reply #95 on: October 04, 2018, 10:09:44 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Updated version to v7.1.3317.0

* Macrium_Reflect.7z (915.31 kB - downloaded 164 times.)   :scooter:

 

Powered by EzPortal