jfcarbel, on Jan 12 2010, 12:13 PM, said:
I am running into a timing issue with this and my RunOnce programs. I have a cleanup that is always supposed to run last, but the registry ROE entry for Macrium is just the name so it runs last after my numbered entries.
The ROE entries is controlled through 7zsfx config.txt. You have extracted the installer. You will see a text file when you extracted it. You could edit the 7zsfx config.txt file that you have extracted, particularly the 2 x AutoInstall syntax (maybe replace 'MacriumReflect' with your own number).
Then repack back using 7zsfx tool.
Edited config.txt could be like below (note the use of number '016' instead of 'MacriumReflect') :
Quote
;!@Install@!UTF-8!
GUIMode="2"
AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\016 /ve /d \"Macrium Reflect\" /f"
AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\016 /v 1 /d \"%%S\\%%M\" /f"
RunProgram="MacriumReflectscript.exe"
;!@InstallEnd@!
jfcarbel, on Jan 12 2010, 12:13 PM, said:
So I wanted to see if maybe I could extract the installer from this and just set it up myself to ROE so I have control on when it runs at ROE.
If 1st suggestion/method is not viable , just incorporate into your own batch file of ROE. The installer is switchless. (ie use 'MacReflectSI.exe' as the launch point, w/o the -ai switch).
The autoit compiled script is nothing more than just a standard msi silent switch AND to remove desktop shortcut due to timing issue too.
(I dun like program's shortcut on the desktop for every program that I installed).
Alternatively and maybe, you could run from GUIRunOnce instead. You need to deal with it at your end though.
jfcarbel, on Jan 12 2010, 12:13 PM, said:
Thanks again for all your great releases.
Thanks for your compliment. I'm still learning...too.
gkar, on Jan 12 2010, 01:30 PM, said:
Nice addon. Very fast imaging, was using ghost...not anymore.
Hey gkar, glad u like it.