Jump to content

ricktendo

Members
  • Posts

    8,715
  • Joined

  • Last visited

  • Days Won

    444

Everything posted by ricktendo

  1. Same config.txt I just changed the S to s and I reproduce the error BTW dont execute it from a place that has spaces in the path, if you do the install will fail...this is not a problem when it is launched in the SVCPACK folder because there is no spaces in the path to X:\I386\SVCPACK
  2. dont forget, you have to run the test exe with -ai Its working for me...wherever I run it, it will add that path to the 7zip sfx into the registry
  3. mona, it needs to be BIG (%%S) not small (%%s)
  4. Your website is absolutely beautiful!
  5. I think you have to make it CAPITOL "S" ;!@Install@!UTF-8! RunProgram="Windows_Live_Mail.msi /qn /norestart" AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\WindowsLive /v Install /d %%S\\WindowsLiveMail.exe /f" GUIMode="2" ;!@InstallEnd@!
  6. Sorry we dont disscuss or help warez creators
  7. I will re-patch the sidebar files and see if this is fixed What language XP do you guys with the error have?
  8. Seems nice but the last thing I need is more programs running in the bg, my pc is slow enough
  9. WOW! cool icon And I think the green folder bitmaps are the best, but how about both (BTW let me know if you need a yellow favorites icon)
  10. ty Nesim, updated with KB956148 (also added qfecheck registry entries for update rollup 2 and the other hotfixes) BTW addon has same name so make sure to verify you have latest using the MD5 checksum
  11. I have never experienced that error so sorry I dunno whats wrong As for x64, dont have the software to try it on
  12. Nice work on WindUpdatesList Hey amnesia can you vistaize notepad2 bitmaps plz?
  13. You dont have to delete the manifest's or re-patch anything, sidebar should work fine out of the box if you added atl.dll
  14. Yes use UnRegisterDLLs with the same section you used to Register them (it runs before DelFiles) example: [DefaultInstall] CopyFiles=... AddReg=... RegisterDLLs=DLL.Files [DLL.Files] 16422,SubDir\SubSubDir,dllname.dll,1 11,,dllname.dll,1 ; if there is no SubDir leave that part blank [Uninstall] UnRegisterDLLs=DLL.Files DelFiles=... DelReg=... As you can see by the example I use the same section to register and un-register one or more dll's But sometimes UnRegisterDLLs will not work if you use advpack.dll to launch the uninstall section, then you have to use RunPreSetupCommands like this: [Uninstall] BeginPrompt=... RunPreSetupCommands=DLL.UnRegServer DelFiles=... DelReg=... EndPrompt=... [DLL.UnRegServer] "REGSVR32 /u /s ""%16422%\SubDir\SubSubDir\dllname.dll""" "REGSVR32 /u /s %11%\dllname.dll"
  15. For server 2003 all you need to do is use alky 2k3 instead of alky xp, then you take a atl.dll file from windows xp and place it in the "%ProgramFiles%\Windows Sidebar" dir and sidebar will work
  16. Hey Kel turn on hotlink protection, that's what I do:
  17. Added: KB958330 - Windows Sidebar customizations are lost when you log on to a Windows Vista-based computer that has hotfix 943411 or Windows Vista Service Pack 1 installed
  18. The MCE addon will only work with nLite, this .NET addon however is not packaged for use with nLite only the integrator supports bare silent switch installers
  19. Try this 16422,%MY_APP_PATH%,MyApp.exe,,,"/Swithces" Where you see "/Switches" you add the programs silent switch and if you want you can probably bump up the timeout to 2 minutes using 120 here: 16422,%MY_APP_PATH%,MyApp.exe,,120,"/Swithces" Not guaranteed to work but its worth a try
  20. I forgot to mention I tweaked the preferences.ini a bit to hide the favorites "Sidebar (F9)" also the "New Virtual Machine" wizard is less annoying and more like the old VMware
  21. This cannot set file attributes only security for files and reg entries (and I only have a vague idea of which of them do what) [Branding.CopyFile.Security] "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)" To set file attributes read INF_DOC.ZIP and search for "tasks.htm" to show you how to use AddReg to set attributes to files, if you have problems come back and post the location and names of the files and I will make you the addreg entries that will set the file attributes This simply launches MMM.exe using RegisterDLLs [MMM.Run] 11,,MMM.exe,1,,"" But if I were kal I would use this instead [MMM.Run] 11,,MMM.exe,,5,"" I removed the 1 because MMM.exe is not a self registering DLL and added 5 because thats where the timeout of the dll registering process goes, the default is 60 or 1 min; this means that the INF will simply run MMM.exe and wait for 1 minute for it to do its thing...by me changing it to 5 it will lauch the program and wait only 5 seconds then continue even if the exe is still running Here is the RegisterDLLs section thingy: [register-dll-section] dirid, subdir, filename, registration flags[, [optional timeout][,argument]]
  22. 11-21-08 - Updated v6.5.1 build-126130 - Re-added Tools I cannot stress enought that this is x86 only, I removed all x64 stuff (no 9x either)
  23. Good work on the addon, here are just a couple suggestions: In the addon filename dont_use_any_spaces_use_underscore_or-dash, the integrator does not like them much And you should add a i386_compress section in your entries*.ini to tell the integrator to compress the inf file (it will automatically compress files that are already in i386 so you only need to add NEW files you want compressed to i386) [general] builddate = 21/11/08 description = Winodws XP Essence Theme title = Essence version = 1.0 website = http://www.themexp.org/preview.php?mid=182992&type=vs&view=date&page=&cat=&name=Essence.zip&proddesc=XP Visual Styles&catdesc=Designer&namedesc=Essence [sysoc] Essence=ocgen.dll,OcEntry,Essence.inf,Hide,7 [dosnet_files] d1,Essence.cab d1,Essence.inf [txtsetup_files] Essence.cab = 100,,,,,,_x,,3,3 Essence.inf = 100,,,,,,,20,0,0 [i386_compress] rvmtemp\extracted\Essence.inf
×
×
  • Create New...