Jump to content

DLF

Member
  • Posts

    210
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by DLF

  1. Its been discused here: http://www.msfn.org/board/index.php?showto...689&hl=MECHANIC See vcBlackbox post and use Regshot.
  2. 1]Best to see what switches other folk use for same app's as you first. 2]Then double check all your syntax for silly mistakes. " /f etc 3]Burn to a RW 4]Do a test install 5]Post any failures back here along with your new RunOnceEx.cmd for investigation.
  3. For Inno detail see here... http://unattended.msfn.org/intermediate/apps/innosetup.htm and here too... http://www.appdeploy.com/tips/detail.asp?id=13 Which app is it? Best thing to do is use the search function or read some backposts to see how other folk have tackled the same app/version. If you cannot find anything out then post back in a new thread.
  4. Post above now edited to make it clear. Just rename the first part NOT the file extension. That remains the same - either .exe. or .msi
  5. Lets hope that some of the other software houses take a leaf out of Realalts book. You have always been able to install Realalt silently - but this takes it up into another league. If some of the other manufacturers take it onboard it will save all that AutoIt and ISS file mullarky and making goddamn customised installers and make life a lot easier.
  6. Solution=Rename the file the same then. You can RIGHT click on the installer and rename it MSPlus.msi (or absolutely anything - you can name it mickeymouse.msi if you want). Then just make sure your command syntax uses the same name. Echo Installing Microsoft Plus! for Windows XP Start /wait Plus!\MSPlus.msi /qb You can rename any installer either .exe (or .msi) to anything you want as long as your syntax MATCHES the re-named file OR you must surround it in quotation marks "" if you want to leave gaps. (The previous poster wrongly called them commas).
  7. Real Alternative v1.40 Publisher's Description: Real Alternative will allow you to play RealMedia files without having to install the official RealPlayer. You do need a media player that is capable of playing RealMedia files. The included Media Player Classic supports it. Supported are RealAudio (.ra .rpm), RealVideo (.rm .ram .rmvb), RealText (.rt), and ReadPix (.rp). Not fully supported are: Streaming smil files (.smi .smil) and Realmedia embedded in webpages. Latest Changes: ***Added Unattended Install Maker*** Opening embedded RealMedia clips in MPC should work better now Download here free full v1.40
  8. RyanVM Switchless installer forum
  9. Download RyanVM's switchless installer for .NET Framework - no switches required - SP1 and latest Hotfix 886903 already integrated. RyanVM Download page Also your code is incomplete for many apps - you have missed off " /f on the end of many items e.g. 004.005.007.009.010.011.012.013.014.020.030.050.102. etc Standardize all the entries so they take the same format as your 002 and 008. REG ADD %KEY%\004 /VE /D "Soulseek 1.55" /f REG ADD %KEY%\004 /V 1 /D "%systemdrive%\install\programmer\SoulSeek\slsk155.exe /S" /f
  10. It won't. You have to create the $OEM$ Folder and its sub-folders yourself. Creating a local source $OEM$ Folders Overview Obviously you wont have to slipstream SP2 into your source because its already done.
  11. The best one's Regshot. Takes a snapshot of before and after, so you can compare changes. http://www.majorgeeks.com/download965.html
  12. Another build, lads, hope you're keeping up with all these "final" releases. Build 4.0.2.352 https://secure.webroot.com/register/softwar...ates.asp?rc=805
  13. Covered 1000 times http://www.msfn.org/board/index.php?showto...=creat+shortcut
  14. Forget nLite. Not necessary at all, this is unattended basics. Already covered here ages ago: http://www.msfn.org/board/index.php?showto...ndpost&p=162275 New url for latest nVidia drivers for XP http://www.nvidia.com/object/winxp_2k_71.89.html Step by step guide on main website here which you obviously havent read either. http://unattended.msfn.org/intermediate/drivers/drivers.htm
  15. Why the hell would anyone want to write an autoit script, repack or godknows what else for an application that already supports silently installing by the software suppliers themselves? You guys must have a lot of spare time on your hands, for sure! How hard is /S
  16. Its now gone to V1.06 but the info is still the same http://www.msfn.org/board/index.php?showtopic=45221&hl=# And like dexter said get the latest defs.ref file from here http://www.lavasoft.de/public/defs.ref and copy it into your install folder overwriting the original.
  17. Here you go: 7 zip answer
  18. Now gone to build 4.0.2.349...3 builds within 7 days - not beta tho'... I trust you all got emails about the new version???????? Hmmmm
  19. Lock it in a safe, and make sure no one finds out the combination.
  20. @katch Take a little time to read this thread, it covers a lot of your "to do" list. Its an excellent little utility. http://www.msfn.org/board/index.php?showtopic=42693 As for the rest they've all been covered before, just search the forum backpages.
  21. You could try asking here: http://www.ryanvm.net/forum/viewforum.php?...58dd92bb374acb1 or d/load RyanVM's ready made one http://ryanvm.msfn.org/
  22. Wrong forum. http://www.msfn.org/board/index.php?showforum=104
  23. @dman Thanks. I was in love with PP for years! Got him from here http://www.unoriginal.co.uk/coolstuff.html 8 zips of free avatars for d/load - some animated.
  24. If your using Win2000, your gonna have to slipstream SP4 into it first and then add all POST SP4 hotfixes into that before burning image. Yes VM is for testing but I personally stay well clear of all those testing apps and use a dedicated machine for testing. (WinXP in my case too, not 2000 but its pretty much similar.) There is a Win2000 forum see all forums here http://www.msfn.org/board/
  25. @Railman5 You obviously havent read anything http://unattended.msfn.org/global/finish.htm This is in the beginners section of the guide. And this "sticky" is right above your post! http://www.msfn.org/board/index.php?showtopic=31886
×
×
  • Create New...