Topic: Project Updated  (Read 3396 times)

Project Updated
« on: September 03, 2015, 07:52:32 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Noticed that you updated the project. It looks as if you added
Apps\HD Tasks\MBR\MBRFix.Script? The script didn't work
for me in 64 bit and left a weird icon. I did an update on the
script and it seems to work. I didn't completely test the program
as it works with the boot sector of the hard drive. I didn't do any
version changes, but put prz42 to the title and the script, as not
to confuse anyone.   :scooter:

Use Lancelot script @
http://gena.cwcodes.net/Projects/Gena/Apps/HD%20Tasks/MBR/MBRFix.Script
« Last Edit: September 04, 2015, 12:06:59 PM by Prz42 »

Re: Project Updated
« Reply #1 on: September 04, 2015, 10:26:59 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Prz42,

your plugin description says  v1.5.0.0 but mbrwiz still  v1.3.0.0 !!!

I rewrite codes of plugin, on Gena server now, see if it works ok there ..


Further, To better organise :

We have plugin section for mostly General plugins
 http://theoven.org/index.php?board=9
   where you can create a better topic instead of "Project Updated" , maybe "MBRFix Prz42"

When you change plugin name, you can start from version=1 or anyway, number you like.

:turtle:

Re: Project Updated
« Reply #2 on: September 04, 2015, 12:18:14 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
I rewrite codes of plugin, on Gena server now, see if it works ok there ..
:turtle:
Thanks for the update. If you put
Code: [Select]
[Variables]
%ProgramNativeEXE%=WizApp.exe

[Process]
//-- Uses same files (All copied to same folder) In duell boot both operating systems can use same files. Decreases size.
//--If,%SourceArch%,Equal,x64,Set,%ProgramFolder%,%ProgramFolder%_x64

If,%CheckBox_MBRFixCMD_Desktop%,Equal,True,Add_Shortcut,Desktop,,%PE_Programs%\%ProgramFolder%\%ProgramEXE%,%ProgramTitle%,#$q%PE_
Programs%\%ProgramFolder%#$q,,%PE_Programs%\%ProgramFolder%\%ProgramNativeEXE%,1
If,%CheckBox_MBRFixCMD_StartMenu%,Equal,True,Add_Shortcut,StartMenu,%TextBox_StartMenuFolder%,%PE_Programs%\%ProgramFolder%\%ProgramEXE%,%ProgramTitle%,#$q%PE_Programs%\%ProgramFolder%#$q,,%PE_Programs%\%ProgramFolder%\%ProgramNativeEXE%,1
If,%CheckBox_MBRFixCMD_QuickLaunch%,Equal,True,Add_Shortcut,QuickLaunch,,%PE_Programs%\%ProgramFolder%\%ProgramEXE%,%ProgramTitle%,#$q%PE_Programs%\%ProgramFolder%#$q,,%PE_Programs%\%ProgramFolder%\%ProgramNativeEXE%,1

[Shortcuts_MBRFix_Wiz]
If,%CheckBox_MBRFix_Wiz_Desktop%,Equal,True,Add_Shortcut,Desktop,,%PE_Programs%\%ProgramFolder%\%ProgramEXE%,%ProgramTitle%,#$q%PE_Programs%\%ProgramFolder%#$q,,%PE_Programs%\%ProgramFolder%\%ProgramNativeEXE%,1
If,%CheckBox_MBRFix_Wiz_StartMenu%,Equal,True,Add_Shortcut,StartMenu,%TextBox_StartMenuFolder%,%PE_Programs%\%ProgramFolder%\%ProgramEXE%,%ProgramTitle%,#$q%PE_Programs%\%ProgramFolder%#$q,,%PE_Programs%\%ProgramFolder%\%ProgramNativeEXE%,1
If,%CheckBox_MBRFix_Wiz_QuickLaunch%,Equal,True,Add_Shortcut,QuickLaunch,,%PE_Programs%\%ProgramFolder%\%ProgramEXE%,%ProgramTitle%,#$q%PE_Programs%\%ProgramFolder%#$q,,%PE_Programs%\%ProgramFolder%\%ProgramNativeEXE%,1
Would it have a wizard icon and not a CMD icon?
You probably have a better way to code it than I suggessed?    :embarrassed:
« Last Edit: September 04, 2015, 02:16:24 PM by Prz42 »

Re: Project Updated
« Reply #3 on: September 04, 2015, 02:29:38 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Done, added icon to MBR Wiz,

better code is : you only need to add icon parameter when you need icon, nothing more  :wink:
ex:
Code: [Select]
If,%CheckBox_MBRFix_Wiz_Desktop%,Equal,True,Add_Shortcut,Desktop,,,,,,%PE_Programs%\%ProgramFolder%\WizApp.exe

 

Powered by EzPortal