Jump to content











Photo
- - - - -

Internet Explorer v8


  • Please log in to reply
15 replies to this topic

#1 saydin77

saydin77

    Member

  • .script developer
  • 91 posts
  • Location:Adana
  •  
    Turkey

Posted 30 March 2009 - 04:47 PM

Posted Image

Posted Image

Posted Image


Download script for Microsoft Internet Explorer v8

Download script for Flash Player

#2 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 30 March 2009 - 06:36 PM

Wow.. this was fast. Is IE8 already released?

Does this script support ActiveX?

Thank you for this script, I don't like IE but it's a necessary evil to run some web applications.

:good:

#3 TheHive

TheHive

    Platinum Member

  • .script developer
  • 4199 posts

Posted 31 March 2009 - 05:56 AM

Thank you! saydin77

#4 ludovici

ludovici

    Silver Member

  • .script developer
  • 610 posts
  • Location:France
  •  
    France

Posted 31 March 2009 - 09:01 AM

Thanks for your script saydin77  :good:

Can you update your script, in the goal to integrate in VistaPE ?

Thanks,

#5 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 31 March 2009 - 02:53 PM

Thank you saydin77 :good: ^_^

Contact=http://www.boot-land.net/forums/index.php?showtopic=7574 ^_^

#6 parfenius

parfenius
  • Members
  • 2 posts

Posted 20 April 2009 - 07:28 PM

Hello.
I have a some problem.
When I have created LivXP with this script, I have received error message:
"FileCopy - Failed to copy [%BaseDir%\Target\LiveXP\I386\System32\*.nl_] to: [\wbnlstmp]"
Though files *.nl_ are present at the specified folder.
What can you tell me about it?

Log: Attached File  log.rar   55KB   500 downloads

#7 parfenius

parfenius
  • Members
  • 2 posts

Posted 20 April 2009 - 08:24 PM

Hello.
I have a some problem.
When I have created LivXP with this script, I have received error message:
"FileCopy - Failed to copy [%BaseDir%\Target\LiveXP\I386\System32\*.nl_] to: [\wbnlstmp]"
Though files *.nl_ are present at the specified folder.
What can you tell me about it?

Log: Attached File  log.rar   55KB   500 downloads


Solved. In this script I have replaced "\wbnlstmp" with "%projecttemp%\wbnlstmp".
I do not know why but so works. =)

#8 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 20 April 2009 - 09:09 PM

Thank you parfenius

i didnt get this error but changin "\wbnlstmp" to "%projecttemp%\wbnlstmp" (or another addressed location :) ) seems the right solution :)

i got another issue to report, i have this empty folder created :)
Workbench\Common\InternetExplorer8\%ie8os%
and as a result, ie8's dll registrations fails at startup

probably a hostosx64 related issue :)

#9 dsolomon

dsolomon

    Frequent Member

  • Advanced user
  • 243 posts

Posted 06 June 2011 - 05:40 PM

So i have decided that this script NEEDS to be in my livexp build.
without changing anything in the scripts GUI - everything works just fine.
i am wanting to "tweak" this script to be more "PE-friendly"

what i am wanting to accomplish is to add my host OS IE8 Settings to this scripts default settings inside my livexp.

and my MAIN question has to do with something i found inside the iexplore_v8.script itself. i found this section

If,EXISTFILE,%source_win%\ASMS\1000\MSFT\WINDOWS\GDIPLUS\GDIPLUS.DLL,FileCopy,%source_win%\ASMS\1000\MSFT\WINDOWS\GDIPLUS\GDIPLUS.DLL,%target_sys%

//register

Run,%ScriptFile%,regimport,ie8.reg

Run,%ScriptFile%,regimport,other.reg

Run,%ScriptFile%,regimport,mlang.reg

Run,%ScriptFile%,regimport,msxml3.dll.reg

Run,%ScriptFile%,regimport,othersettings.reg

Run,%ScriptFile%,regimport,wintrust.reg

which leads me to believe that i could import some values somehow.

and REALLY what i am trying to accomplish are a few things.

1. i want the first run "setup ie8" window to not show
http://i54.tinypic.com/24ov9c7.jpg
2. i want my default search provider to be google
3. i want to hide my "favorites bar"
4. it seems that the first time you launch ie8 inside your liveXP - it takes 10-15seconds to launch - but everytime after that it launches within 2seconds or so.
5. i want to disable/preconfigure the google "come here often?" blue bar at the top of my google homepage.
http://i52.tinypic.com/34o26pf.jpg

#10 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 06 June 2011 - 06:59 PM

The code snippet shows the script merging *.reg files into the PE registry.
If you create a reg file with all your settings, you can import / merge it the same way.

:cheers:

#11 quikseo

quikseo
  • Banned
  • 1 posts
  • Interests:Webmaster, SEO, SEM, PPC, Internet Marketing, Link Building Strategies and more
  •  
    United States

Posted 07 June 2011 - 06:59 AM

The code snippet shows the script merging *.reg files into the PE registry.
If you create a reg file with all your settings, you can import / merge it the same way.

:cheers:

Problem solved.

#12 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 07 June 2011 - 09:39 AM

Problem solved.

Yep, problem solved:

- You got banned
- Your account was suspended
- All spam links from your signature space were removed.

Have a nice day.

#13 dsolomon

dsolomon

    Frequent Member

  • Advanced user
  • 243 posts

Posted 07 June 2011 - 01:51 PM

OWNED! lol. good job.

#14 dsolomon

dsolomon

    Frequent Member

  • Advanced user
  • 243 posts

Posted 22 June 2011 - 01:33 PM

The code snippet shows the script merging *.reg files into the PE registry.
If you create a reg file with all your settings, you can import / merge it the same way.

:dubbio:

i have created a ie8.reg file with some specific registry values.
where would i need to place my ie8.reg file in order for my iexplore_v8.script to import it?

i checked out my log file and i found this section pertaining to my ie8.reg
Run - Processing section: [regimport] From file: [%BaseDir%\Projects\LiveXP\Apps\Net\iexplore_v8.script]

              with parameters: [ie8.reg]

              ExtractFile - [ie8.reg] to: [C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp]

              RegHiveLoad - File: [%BaseDir%\Target\LiveXP\I386\system32\config\default] Section [PE-DEFAULT]

              RegHiveLoad - File: [%BaseDir%\Target\LiveXP\I386\system32\config\software] Section [PE-SOFTWARE]

              RegHiveLoad - File: [%BaseDir%\Target\LiveXP\I386\system32\setupreg.hiv] Section [PE-SYSTEM]

              ShellExecute: [Open] using: [regedit] with parameters: [ /s "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\ie8.reg"]

              RegHiveUnLoad - Unloaded registry hive: [PE-DEFAULT]

              RegHiveUnLoad - Unloaded registry hive: [PE-SOFTWARE]

              RegHiveUnLoad - Unloaded registry hive: [PE-SYSTEM]

              FileDelete - Sucessfully deleted [C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\ie8.reg]


it looks as if it is extracting an ie8.reg file from my iexplore.v8.script.
(right?)

and if so, how in the world would i implement my own custom ie8.reg file into the iexplore_v8.script?

#15 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 22 June 2011 - 06:11 PM

To add your own reg file in addition to the existing one or as replacement, use Winbuilder.
Look for the IE script in the project tree and click it. Once you see the interface, click on the icon (top, -left of the description) and WB will open the script in edit mode. Click on the tab 'attachments'. Here you can add or remove files which are included in the script.

:cheers:

#16 dsolomon

dsolomon

    Frequent Member

  • Advanced user
  • 243 posts

Posted 22 June 2011 - 06:47 PM

WINNING!
thx =)

you sir, have opened a whole new world up for me. lol :cheers:




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users