Jump to content











Photo
- - - - -

ERD commander 2003


  • Please log in to reply
3 replies to this topic

#1 RayRay

RayRay

    Newbie

  • Members
  • 10 posts
  •  
    United States

Posted 26 February 2009 - 06:14 PM

Just started using Winbuilder last week. I have two questions:

I created a script to install ERD commander 2003 and I have a shortcut to system restore but first need to be able to set target directory to C:\windows before I can run a restore. Any one run across this? I have it working in bartpe and tried to convert with no luck.

Also, I created a script to install ghost and have a shortcut to ghost32.exe but would like to add a second shortcut to ghost explorer. I can't seem to get a second shortcut to appear. I created the script using the tools section in winbuilder, create script tab. Thanks,

#2 amalux

amalux

    Platinum Member

  • Tutorial Writer
  • 2813 posts
  •  
    United States

Posted 26 February 2009 - 06:37 PM

Just started using Winbuilder last week. I have two questions:

I created a script to install ERD commander 2003 and I have a shortcut to system restore but first need to be able to set target directory to C:\windows before I can run a restore. Any one run across this? I have it working in bartpe and tried to convert with no luck.

Also, I created a script to install ghost and have a shortcut to ghost32.exe but would like to add a second shortcut to ghost explorer. I can't seem to get a second shortcut to appear. I created the script using the tools section in winbuilder, create script tab. Thanks,

Hi RayRay, welcome to the forum :cheers:

Here's a snippit from my Ghost script that might help:
[process]

unpack

StrFormat,filename,%Scriptdir%,%Dir_Name%

If,%pCheckBox1%,Equal,True,Add_Shortcut,Desktop,"%Dir_Name%"

If,%pCheckBox3%,Equal,True,Add_Shortcut,Quicklaunch,"%Dir_Name%"

If,%pCheckBox2%,Equal,True,Add_Shortcut,StartMenu,"%Dir_Name%\%pTextBox1%"

If,%pCheckBox5%,Equal,True,Add_Shortcut,StartMenu,"%Dir_Name%\%pTextBox1%","%PE_Programs%\%ProgramFolder%\ghostexp.exe","Ghost Explorer"

If,%pCheckBox5%,Equal,True,Add_Shortcut,StartMenu,"%Dir_Name%\%pTextBox1%","%PE_Programs%\%ProgramFolder%\ghostsrv.exe","Ghost Server"

If,%pCheckBox6%,Equal,True,Add_Shortcut,Quicklaunch,"%Dir_Name%","%PE_Programs%\%ProgramFolder%\ghostexp.exe","Ghost Explorer"

If,%pCheckBox6%,Equal,True,Add_Shortcut,Quicklaunch,"%Dir_Name%","%PE_Programs%\%ProgramFolder%\ghostsrv.exe","Ghost Server"

If,%pCheckBox4%,Equal,True,Add_Shortcut,Desktop,"%Dir_Name%","%PE_Programs%\%ProgramFolder%\ghostexp.exe","Ghost Explorer"

If,%pCheckBox4%,Equal,True,Add_Shortcut,Desktop,"%Dir_Name%","%PE_Programs%\%ProgramFolder%\ghostsrv.exe","Ghost Server"


#3 RayRay

RayRay

    Newbie

  • Members
  • 10 posts
  •  
    United States

Posted 26 February 2009 - 08:45 PM

Great, thanks amalux. I will give it a try.

#4 JanuszChmiel

JanuszChmiel

    Frequent Member

  • Advanced user
  • 201 posts
  •  
    Czech_ Republic

Posted 09 November 2014 - 11:09 AM

Dear developers,

Does somebody of You have An script, which will set The necessary registry values or system variables, so system restore.exe which is The part of ERD commander 2005 will find restore points of offline WIndows installation?

Or this script do not exist.

I know, that You can not distribute The binary modules of ERD commander, systemrestore.exe inside some scripts.

But script which would enable users to run systemrestore effectively should not be illegal.

Thank You very much.

 

If somebody know aboutr work around, how to start system restore which is The part of WIndows XP offline installation from some projects based on Windows XP, it would be ideal.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users