Jump to content

ricktendo

Member
  • Posts

    2,261
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Honduras

Everything posted by ricktendo

  1. You zip the mst and add the TRANSFORMS command to Setup= in your SFX and you wont need to do that Setup=setup.exe TRANSFORMS=UnattendedOffice.mst /qn TempMode Silent=1 Overwrite=1 And you call office.exe from WPI with no switches (because the unattended switches are already in your sfx) %wpipath%\install\office\Office2003.exe
  2. You install them normally with the web installer and you can later find the offline msi installers in this dir so you can later make addons from them %ProgramFiles%\Common Files\WindowsLiveInstaller\MsiSources\ Live Messenger 8.5 Final AddOn
  3. johndoe74 the files in my addon builder are not patched, what it does is it gives you the option to copy the patched files from your current messenger and integrates them in the installer overwriting the non patched one in the installer sub dirs IrfCore I think he is refering to the original MSI from WindowsLiveInstaller\MsiSources\ dir, if somebody who used the online installer can locate it and upload it to him (I deleted mine sorry)
  4. Johndoe74 you can use that web installer and then later retrieve the msi from %ProgramFiles%\Common Files\WindowsLiveInstaller\MsiSources\ BTW here is one I made with Shark007's tutorial that will automatically copy your patched files and also theres an option to reshack the icon for a more vista like one http://www.wincert.net/forum/index.php?showtopic=2025
  5. Thats a fake 8.1.2.0 its not worth the download
  6. Thanks but can I have the .au3 file instead of the .exe? I may need to edit it in the future
  7. Hey any AutoIt experts make any Daemon Tools Pro autoit installers? The current pro installer does not support silent install's like the free one does TIA
  8. Thank you CeoCeo it worked perfectly BTW I think the reason the .mst did not work for you is in your script you have to turn on CopyGadget=1 and another is that .mst files are pretty choosy, they only seem to work on the .msi file that it was created on. I made mine with Nero v8.1.1.0b
  9. Hey CeoCeo I Managed to edit the MSI and create a .mst file that will allow me to install the nero disccopy gadget on XP and I was wondering if it was possible for me to edit the script to include it in the install DiscCopy.rar Where do you suggest I put it, do I put it in the same dir as the installer and autoit launcher? I want to use this type variable to give the location of my DiscCopy.mst but I dunno how @ScriptDir & "DiscCopy.mst" Can you show me how to implement it if I put the mst in the same dir as the autoit file?
  10. Edit out your serial yadzil
  11. I use all 3 types of addons: INF SVCPACK WPI They all have their pros and cons but mainly I use mostly INF addons, a few SVCPACK addons (Messenger, .Net Framework 1.1+2.0) and I use WPI for those programs that can only be installed with RunOnceEx (Windows Defender, .Net Framework 3.0, Nero, Paint.NET, Office 2007, Daemon Tools, etc, etc)
  12. Done: http://www.wincert.net/forum/index.php?showtopic=1994 - If build 9 comes out you can easily update this addon yourself, just unpack it and also unpack the IDM.cab archive and replace the files with the newer build - Then edit this inside of IDM.inf (edit the date and build vers) HKCU,"%DLM%","idmvers",0x0,"v5.11b8 Full" HKCU,"%DLM%","LastCheck",0x0,"11/01/07" - Repack the addon and done
  13. I have a IDA addon, I will give this one a shot also http://www.wincert.net/forum/index.php?showtopic=1946
  14. Nero 8 Lite/Micro DiscCopy Gadget AddOn v1.1.102.0 Info: For use with Nero 8 "Lite" or "Micro" by Acheron
  15. Is there a way to make the nero installer install DiscCopy Gadget for Vista Sidebar on XP using InstallShield?
  16. I think you can change My Pictures and other My Document names by editing desktop.ini file inside them
  17. As I understand Vista does not use AVI files but yes they are like the ones from Vista And yes that is correct, I have not been able to find a "Move" AVI to match my "Copy" and "Delete" AVI's. Hopefully it can be edited to look like the other 2
  18. Can you edit this "move" AVI look like this "copy" example AVI? Can you make it the same size, speed, and also can you add the fade effect to it? http://www.mediafire.com/?csjt4gzr0dy
  19. http://www.msfn.org/board/Completed_Window...uns_t61989.html
  20. It says bad link
  21. CCleaner gets this
  22. Don't pack it with 7zip or WinRAR, because they are extracted to temp files which are deleted and cannot be called from again when you restart. Just put the autoit installer and the Nero installer in a directory (such as WPI install directory on your disk) and call it from there, you will get a RunOnce box and the installer will fail, then during next boot the nero installer should run and install successfully during second login.
  23. How about SFX Icon changing {_carnificina_}? Use Reshack.exe and the cmdline
  24. You download DPs_BASE and you copy the driverpacks into the base's driverpacks folder and then you run it Browse to your disk with it and then hit next and choose the DriverPacks and what Method you want to integrate them with (just keep hitting Next) Check for Updates and if you have the latest ones then simply hit the Slipstream button Here are more in depth instructions http://forum.driverpacks.net/viewtopic.php?id=1449
×
×
  • Create New...