-
Posts
600 -
Joined
-
Last visited
-
Days Won
10
Content Type
Profiles
Forums
Events
Everything posted by myselfidem
-
Sorry...Yes, you will find SetProductKey on the new link below: http://www.mediafire.com/download/1qcerkkitp7rwhj/SetProductKey.rar Regards *Edit: signature updated
-
@Sh0cker Thank you very much, but the link from this topic doesn't work (please remember and donate!) and gives an error. However we can use the button donate from the link below: http://www.wpiw.net/index.html Merry Christmas
-
Internet Explorer 11 for Windows 7 is out
myselfidem replied to mooms's topic in Microsoft Windows 7
However I have a trouble integrating updates for IE11 prerequisite: KB2670838-x86.msu (integration successful but the progress bar close at 99,9%) KB2726535-x86.msu (integration successful but the progress bar close at 99,6%) Have somebody an idea? Thanks -
Internet Explorer 11 for Windows 7 is out
myselfidem replied to mooms's topic in Microsoft Windows 7
Yes, you are right, we need to remove the two options: <ShowMenuBar>true</ShowMenuBar><IEWelcomeMsg>false</IEWelcomeMsg> //remove manuallyThanks -
Internet Explorer 11 for Windows 7 is out
myselfidem replied to mooms's topic in Microsoft Windows 7
To avoid error using Autounattend.xml file with IE11 integrated, we need to remove, if exists, inside <settings pass="specialize"> : <ShowMenuBar>true</ShowMenuBar> (or maybe changing the value to false [but not tested]) Regards -
How to install a 64 bit Win7 on a virtual machine?
myselfidem replied to ZooBooBooZoo's topic in Microsoft Windows 7
Inside Bios we need to Enable: Virtualization Technology Cheers -
Create your own Autounattend.xml All-In-One (x86/amd64)
myselfidem replied to myselfidem's topic in Microsoft Windows 7
OK! I understand. Yes, this can be done. However it's not a good idea, because if the user removes unwanted images (Starter, HomePremium), the index number is not the same for the images! Removing images index numbers change. *Edit: To save time, we can disable internet connection and Antivirus! More code can be added for a full install.wim with all images. But each image must be mounted and unmounted. However, at this time, I'm busy to improve WPI. Thanks and regards -
Create your own Autounattend.xml All-In-One (x86/amd64)
myselfidem replied to myselfidem's topic in Microsoft Windows 7
Thanks! Yes it's possible to add more code, like: remove unwanted images, compress images (install.wim and boot.wim) ! But I'm not a coder ! Let us know your ideas! -
Create your own Autounattend.xml All-In-One (x86/amd64)
myselfidem replied to myselfidem's topic in Microsoft Windows 7
If you read my examples Inside SetProductKey.rar, you will see it's not needed to add those values after you have integrated all default keys! -
Create your own Autounattend.xml All-In-One (x86/amd64)
myselfidem replied to myselfidem's topic in Microsoft Windows 7
You can download SetProductKey.rar on my signature below. Look at Unattend-Examples folder. We can use only one Autounattend.xml file and integrate first all default keys inside all images (x86 and amd64). -
Everything-1.3.3.653b.exe released Thanks and regards
-
Thanks Geej!
-
[Not solved but closed] Error code 999
myselfidem replied to Thiersee's topic in Windows Post-Install Wizard (WPI)
Seems a better title: Solved but not closed Cheers -
[Not solved but closed] Error code 999
myselfidem replied to Thiersee's topic in Windows Post-Install Wizard (WPI)
Thanks, but why have you changed your title's thread ? -
Everything 1.3.2.649b Beta for Windows released ! Thanks and regards
-
[Slim] .NET Framework 4 Full x86/x64 (1-10-2016)
myselfidem replied to ricktendo's topic in Installer Repacks
Thank you Rick for the update. Regards -
[Not solved but closed] Error code 999
myselfidem replied to Thiersee's topic in Windows Post-Install Wizard (WPI)
About Skype msi! The next WPI release v8.6.7 will have a new function {MSI}: http://www.msfn.org/board/topic/158273-wpi-86-and-beyond-bugbugfix-thread/page__view__findpost__p__1042077 Tested and working fine: http://www.msfn.org/board/topic/158272-languages-themes-manuals-mods/page__view__findpost__p__1040896 However it's only a "Supporter release"... But many bugs have been solved and I encourage you to acquire the new WPI_v.8.6.7 Cheers and regards -
[Not solved but closed] Error code 999
myselfidem replied to Thiersee's topic in Windows Post-Install Wizard (WPI)
How do you have create those exe files: SkypeSetup_6.5.0.158_silent.exe and CopyFile_DE-IT.exe. Using 7zsd.sfx? -
[Not solved but closed] Error code 999
myselfidem replied to Thiersee's topic in Windows Post-Install Wizard (WPI)
It seems the trouble is inside the program: CopyFile_DE-IT.exe Have you the same error if you change his order place? -
[SOLVED] IE10 langpack not integrated in 1.4.1.22
myselfidem replied to mooms's topic in Win Toolkit
Many thanks Legolash2o ! Keep your awesome work and program. Regards -
I think it would be useful to change inside globals.js (on line 62): Change: var ShowInstallerImages=false;To: var ShowInstallerImages=true;Thanks and regards
-
Inside configwizard.js We can add on line 271: SortOrderGrid.attachEvent("onSelectionChange",ConfigUpdated);Thanks and regards
-
Inside themewizard.js On line 681: We can change: SkinPreset to Theme function UserThemeDefaults(){ position="themewizard.js"; whatfunc="UserThemeDefaults()"; SkinPreset='Classic'; To: function UserThemeDefaults(){ position="themewizard.js"; whatfunc="UserThemeDefaults()"; Theme='Win7';Tested and works fine for me. Thanks and regards
-
Inside WPI.hta It seems we can remove the line 9: <script type="text/javascript" src="../WPIScripts/userfunctions.js" application="yes"></script>Because this file doesn't exist. Thanks to check if it's OK. Regards
-
I suggest to restore the option Float for Tooltips working now: 1 - Inside themewizard.js (on line 271): Change: with (getElementById("AppearanceBehavior")) { options[0].text=getText(optNormal); options[1].text=getText(optStatic); options[2].text=getText(optVisible); options[3].text=getText(optSticky); options[4].text=getText(optKeep); } with (getElementById("TipPositionType")) { options[0].text=getText(optLeft); options[1].text=getText(optCenter); options[2].text=getText(optRight); options[3].text=getText(optFixed); }To: with (getElementById("AppearanceBehavior")) { options[0].text=getText(optNormal); options[1].text=getText(optStatic); options[2].text=getText(optVisible); options[3].text=getText(optSticky); options[4].text=getText(optFloat); } with (getElementById("TipPositionType")) { options[0].text=getText(optLeft); options[1].text=getText(optCenter); options[2].text=getText(optRight); options[3].text=getText(optFixed); }optKeep is replaced with optFloat ! 2 - Inside lang_en.js: Remove the line 719: optKeep[lang] = ['Keep']; And add the line 713: optFloat[lang] = ['Float']; 3 - Inside global_lang.js: Remove optKeep=[], And add: optFloat=[], Tested and works fine for me. Thanks to check if it's OK. Here is the new lang_fr.js if needed. Regards