Jump to content

Pliek

Member
  • Posts

    152
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by Pliek

  1. Noboddy......

    I think it's needed to modify the file "msoobeui.dll" ( Windows\System32\oobe\msoobeui.dll) and edit the section UIFILES!

    There are the xml files to modify, like "duixml" and it's needed to add some lines.

    But i've not tried... Maybe later!

    I've found some help here:

    http://doc.trolltech.com/3.3/designer-manual-16.html#1-10

    And in French:

    http://www.wikikou.fr/modifier-activites-fenetre-conversation-dossier-14.html

    I hope that will help you.

    Thanks ,...I'll look intoo it

  2. it's spwizimg.dll inside your boot.wim image # 2. resource bitmaps 517 and 518.

    this is not correct.

    The white Background by creating the Useraccount and Passwort is not in the spwizimg.dll of boot.wim (image #2).

    The white Background who you can read:

    Installation Windows

    ...

    ...

    Updtates was installed

    Installation finished

    is the spwizimg.dll of boot.wim (image #2)bitmaps 516

    @Beatmaster

    Thats correct....

  3. 517 and 518 are just the backgrounds, he talking about the windows

    Pliek I think myselfdiem modify some of those. I have his French guide but I don't understand it completely and haven't had time to do any of those.

    Yes i read that guide, things he refer to is editting the *.dll.mui files. He didn't mention the background in the account screen, only editting the setup text.

    To bad nobody knows what file to change to get rid of the white screen (the making an account screen). :}

  4. I did the same, but with a regtweak.cmd that executes in FirstLogonCommand.

    After making a new account and after a reboot the tweaks are onely for current user, so please tell me how to get this working.

    So it work....as long as you don't make any new account(s) after applying your tweaks at FirstLogonCommand.

    Added in my xml:

    	
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <Order>1</Order>
    <CommandLine>cmd /c %systemroot%\setup\scripts\regtweaks.cmd</CommandLine>
    </SynchronousCommand>
    </FirstLogonCommands>

    My regtweaks.cmd looks like this:

    @echo off
    REGEDIT /S %systemroot%\setup\scripts\REGTWEAKS.REG
    EXIT

  5. wrong...wrong...wrong :blushing:

    The problem was Office 2007, I had made it unattended with a XML file (always worked until 2 days ago in Vista Ultimate).

    It seems that a admin install is better and gives no WPI runtime errors at all.

    Now I use office Enterprise 2007 with a UNATTENDED.MSP file...much better.

    So for me this problem is solved.

    :thumbupThanks for the new WPI version, by the way..

  6. Found the problem, if I have Microsoft Visual C++ 2005 Reditributale already installed before Wpi installs Expressionweb....then the error pops up.

    Later tests I have done, and first I uninstalled the Microsoft Visual C++ 2005 Reditributale before I start the installation of Expressionweb en no more errors.

    Must say that this installalation problem is on Vista Ultimate 32bit, this problem does'nt appear in XP.

    Will do more tests today. let you know is some things change my conclusion for now.

    Greets Pliek :thumbup

  7. Same error here, but onely while installing Microsoft Expression Web.

    My config looks like this:

    prog[pn]=['Microsoft Expression Web v12.0.4518.1014'];

    ordr[pn]=[07];

    desc[pn]=['Microsoft Expression Web bevat alle tools die nodig zijn om een complete website te maken. Die uiteraard van hoge kwaliteit is en eventueel dynamisch kan zijn. Expression Web is een zogenaamde WYSIWYG (What You See Is What You Get) editor, wat inhoudt dat je geen kennis hoeft te hebben van bijvoorbeeld ASP, CSS, XML of HTML. Met een speciale management tool wordt geprobeerd om overzicht te houden over een website, daarmee kan worden bepaald waar websites worden opgeslagen en hoe stijlen beheerd moeten worden. De makers hebben verder XHTML en CSS strikt aangehouden om zo ervoor te zorgen dat de website in iedere browser werkt. Dankzij de de integratie van ASP wordt het verder mogelijk om dynamische websites te bouwen. Wil je na de installatie nog configureren, dan gaat dat via de map Microsoft Expression in het startmenu.'];

    uid[pn]=['MICROSOFTEXPRESSIONWEB'];

    dflt[pn]=['no'];

    cat[pn]=['Websites bouwen'];

    forc[pn]=['no'];

    cmd1[pn]=['%ROOT%\\WPI\\Install\\Apps\\Websitesbouwen\\MicrosoftExpressionWeb\\Setup.exe /config SETTINGS.XML'];

    pn++;

    And my SETTINGS.XML looks like this:

    <Configuration Product="WebDesigner">

    <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />

    <PIDKEY Value="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" />

    <USERNAME Value="USER" />

    <COMPANYNAME Value="Got2be-Unattended-4U" />

    -->

    </Configuration>

  8. Next month hmmm,.....will be waiting at the front off my desktop to download the new release..

    Hahahahahah.

    Verry curious what you guys made off it..

    UAC,....well there we have somethig for, like Sp00f said (works great though).

    Good luck Kel, hope a month will pass by quickly...........................

    LOL ;)

  9. Hi,

    Made some repacks with Installer Design Studio.

    But some of them need the installsource (Installing with WPI from a DVD) to make configurations to the program when you first run it. And I get the message that the install source is on a netwerkdrive and is not available.

    Sometimes a repack keeps on doing the configurations over and over every time I run it.

    So I made a sfx with winrar from the Program.msi and let it unpack to it's default programfolder and install the Program.msi from there, this gives me the advantage that the installation source is always available when I run it (so no need to put in the DVD again for config.).

    It keeps on doing the configurations, but always from its install source that is in the programfolder itself.

    Is there a solution for this?

    It is not with a specific program, but some of my repacks have this.

    sorry i'm new with repacking.... :whistle:

×
×
  • Create New...