Jump to content

Raoul

Members
  • Posts

    261
  • Joined

  • Last visited

Everything posted by Raoul

  1. What I did for the Dutch one, which is working atm: - Created "IE8" folder, placed hotfixes + IE8 exec inside the folder. - Downloaded the IE8 maker by OnePiece. - Placed this .exe (executable) in the IE8 folder also. - Then I made a new notepad file. Changed name to: DXUPACFG.INI. - Then I opened the .ini, pasted this into it: ;OnePiece [DXUPACFG] LANGUAGE=Dutch AddOntype=TRUE PLATFORM=WinXP AddOnName=IE IEAddOnVer=8 Then Saved the .ini. - Now run the IE8 maker executable. - Select the IE8 folder containing all things I said, so dont forget the .INI. - Let the thing do its job. Done! I hope this one helps you out. BTW: You should change Dutch to Norwegian.
  2. How did you get that little RunOnce screeny in Windows 7? I havent found a way to get that yet, you do?
  3. Tested without the IE8 addon, no errors at all, tehre is something wrong somewhere somehow Thats how my IE8-make folder looks like. Two folders are emtpy. DXUPACFG.INI contains: ;OnePiece [DXUPACFG] LANGUAGE=Dutch AddOntype=TRUE PLATFORM=WinXP AddOnName=IE IEAddOnVer=8
  4. Hi OnePiece, Im not creating updatepack, im creating IE8 TrueAddon Only. I got a different error now, I dont know why, I will re-slipstream everything on clean source and test again.
  5. Hmm, I dont get this. Explain more. If I want this to make myself an Dutch IE8 Addon. What I should do? I download the executable and selected the folder that contains IE8 installer + needed hotfixes. Do I need to do more? Or? Since I am getting an error now. See post here edit: I now made an DXUPACFG.ini with: ;OnePiece [DXUPACFG] LANGUAGE=Dutch AddOntype=TRUE PLATFORM=WinXP AddOnName=IE IEAddOnVer=8 Will give it a try.
  6. Rick, I think you didnt put in your configuration pre-set or something, with the older version, you disabled some stuff, which I really liked (like the machine not automaticly starting (power on virtual machine automaticly) etc, and easy install disabled). Now I have the new version, and its all enabled again. Could you check if there is something wrong ?
  7. Registration is pretty easy: Just add this in one of your .reg files that get imported: ;Malwarebytes Anti-Malware registration info [HKEY_LOCAL_MACHINE\SOFTWARE\Malwarebytes' Anti-Malware] "ID"="TheID" "Key"="1234-ABCD-4567-EFGH"
  8. Thanks but I dont want to delete all of the icons. Just did this: DEL /F /Q "%UserProfile%\Bureaublad\VLC media player.lnk" DEL /F /Q "%UserProfile%\Bureaublad\QuickTime Player.lnk" DEL /F /Q "%UserProfile%\Bureaublad\Malwarebytes' Anti-Malware.lnk" DEL /F /Q "%UserProfile%\Bureaublad\Adobe Reader 9.lnk" DEL /F /Q "%AllUsersProfile%\Bureaublad\Adobe Reader 9.lnk" DEL /F /Q "%AllUsersProfile%\Bureaublad\Malwarebytes' Anti-Malware.lnk" DEL /F /Q "%AllUsersProfile%\Bureaublad\QuickTime Player.lnk" DEL /F /Q "%AllUsersProfile%\Bureaublad\VLC media player.lnk" DEL /F /Q "%AllUsersProfile%\Desktop\Adobe Reader 9.lnk" DEL /F /Q "%AllUsersProfile%\Desktop\Malwarebytes' Anti-Malware.lnk" DEL /F /Q "%AllUsersProfile%\Desktop\QuickTime Player.lnk" DEL /F /Q "%AllUsersProfile%\Desktop\VLC media player.lnk" DEL /F /Q "%UserProfile%\Desktop\VLC media player.lnk" DEL /F /Q "%UserProfile%\Desktop\QuickTime Player.lnk" DEL /F /Q "%UserProfile%\Desktop\Malwarebytes' Anti-Malware.lnk" DEL /F /Q "%UserProfile%\Desktop\Adobe Reader 9.lnk" DEL /F /Q "%systemdrive%\Users\Public\Bureaublad\VLC media player.lnk" DEL /F /Q "%systemdrive%\Users\Public\Bureaublad\QuickTime Player.lnk" DEL /F /Q "%systemdrive%\Users\Public\Bureaublad\Malwarebytes' Anti-Malware.lnk" DEL /F /Q "%systemdrive%\Users\Public\Bureaublad\Adobe Reader 9.lnk" DEL /F /Q "%systemdrive%\Users\Public\Desktop\VLC media player.lnk" DEL /F /Q "%systemdrive%\Users\Public\Desktop\QuickTime Player.lnk" DEL /F /Q "%systemdrive%\Users\Public\Desktop\Malwarebytes' Anti-Malware.lnk" DEL /F /Q "%systemdrive%\Users\Public\Desktop\Adobe Reader 9.lnk" One of them did the job.
  9. Dutch translation: http://www.mediafire.com/file/mytqnm2mmmg/NLD.Lang Size: 1.31KB MD5: b137ac3c6c639bebad184421d7c93a65
  10. I run it from FirstLogonCommand in Autounattended.xml. But I dont want to remove all icons, just the ones I pointed out, so not the *.lnk. Will try it with the PAuse, to find out the error.
  11. Hey, I cant figure out how to delete some icons from the desktop: DEL /S /F /Q "%UserProfile%\Bureaublad\VLC media player.lnk" DEL /S /F /Q "%UserProfile%\Bureaublad\QuickTime Player.lnk" DEL /S /F /Q "%UserProfile%\Bureaublad\Malwarebytes' Anti-Malware.lnk" DEL /S /F /Q "%UserProfile%\Bureaublad\Adobe Reader 9.lnk" DEL /S /F /Q "%AllUsersProfile%\Bureaublad\Adobe Reader 9.lnk" DEL /S /F /Q "%AllUsersProfile%\Bureaublad\Malwarebytes' Anti-Malware.lnk" DEL /S /F /Q "%AllUsersProfile%\Bureaublad\QuickTime Player.lnk" DEL /S /F /Q "%AllUsersProfile%\Bureaublad\VLC media player.lnk" DEL /S /F /Q "%AllUsersProfile%\Desktop\Adobe Reader 9.lnk" DEL /S /F /Q "%AllUsersProfile%\Desktop\Malwarebytes' Anti-Malware.lnk" DEL /S /F /Q "%AllUsersProfile%\Desktop\QuickTime Player.lnk" DEL /S /F /Q "%AllUsersProfile%\Desktop\VLC media player.lnk" DEL /S /F /Q "%UserProfile%\Desktop\VLC media player.lnk" DEL /S /F /Q "%UserProfile%\Desktop\QuickTime Player.lnk" DEL /S /F /Q "%UserProfile%\Desktop\Malwarebytes' Anti-Malware.lnk" DEL /S /F /Q "%UserProfile%\Desktop\Adobe Reader 9.lnk" Thats what I tried, I also tried just DEL without switches, but it aint working. I tried Desktop (ENU) and Bureaublad (NL), I am using NL Windows 7. Maybee an other way, making addon that deletes them or.. ?
  12. Finally forum is back with cool new look. :thumbsup_anim: But I get this after install: Thats not how it should be, is it?
  13. I tried integrating in groups of 4, and still this one doesnt integrate.. 1by1 is awfull lot of work,.
×
×
  • Create New...