MSFN Forum: Pre-configure "Easy Home" for silent install - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Pre-configure "Easy Home" for silent install IE7Pro 1.2 Rate Topic: -----

#1 User is offline   Arie 

  • One Man Army
  • PipPipPipPipPip
  • Group: Members
  • Posts: 835
  • Joined: 27-August 07

Posted 08 November 2007 - 09:07 AM

I've created a silent installation package for IE7Pro 1.2, which also adds several additional dictionaries. IE7Pro includes a custumisable web site overview page called Easy Home. I would like to configure Easy Home in advance, so that once my silent installation package for IE7Pro completes, Easy Home is already configured to my liking. Does anyone know how this can be done? I have watched for file and registry changes, but cannot discover where these Easy Home changes are saved. The HTML-file is included in a DLL-file and I can therefore not edit and save it.
res://C:\Program%20Files\IE7Pro\IE7ProRs.dll/easyhome.html


:unsure:


#2 User is offline   Arie 

  • One Man Army
  • PipPipPipPipPip
  • Group: Members
  • Posts: 835
  • Joined: 27-August 07

Posted 14 November 2007 - 05:53 AM

Anyone?

#3 User is offline   puntoMX 

  • n00b of Masters and Vice Versa
  • Group: Super Moderator
  • Posts: 4,686
  • Joined: 28-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 November 2007 - 08:11 PM

I think no one in the software forum part will understand what you are doing so I moved it to Application Installs ;). Let’s see if some one here knows how to help you out...

#4 User is offline   Arie 

  • One Man Army
  • PipPipPipPipPip
  • Group: Members
  • Posts: 835
  • Joined: 27-August 07

Posted 19 November 2007 - 02:17 PM

Figured it out myself and found out that it was more easy than I could imagine ;)
The "Easy Homepage" settings are stored in easyhome.ini which can be found in %AppData%.
You can simply add your URL's underneath each other to this INI-file.
I now install IE7Pro 1.2 silently as follows:

;!@Install@!UTF-8!
GUIMode="2"
OverwriteMode="0"
RunProgram="IE7proSetup.exe /VERYSILENT /SP- /NORESTART"
RunProgram="hidcon:IE7Pro12.cmd"
;!@InstallEnd@!


Contents of IE7Pro12.cmd
CMDOW @ /HID
@ECHO OFF

SET COPYCMD=/Y

REM CREATE FOLDERS
MKDIR "%AppData%\IE7Pro"
MKDIR "%ProgramFiles%\IE7Pro\spelldic\de_DE"
MKDIR "%ProgramFiles%\IE7Pro\spelldic\fr_FR"
MKDIR "%ProgramFiles%\IE7Pro\spelldic\nl_NL"

REM CREATE BACKUP
IF EXIST "%AppData%\IE7Pro\easyhome.ini" REN "%AppData%\IE7Pro\easyhome.ini" easyhome.bak>NUL

REM COPY FILES
COPY "%CD%\easyhome.ini" "%AppData%\IE7Pro"
COPY "%CD%\*de_*.*" "%ProgramFiles%\IE7Pro\spelldic\de_DE"
COPY "%CD%\*fr_*.*" "%ProgramFiles%\IE7Pro\spelldic\fr_FR"
COPY "%CD%\*nl_*.*" "%ProgramFiles%\IE7Pro\spelldic\nl_NL"

EXIT


Hope this helps others as well.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy