Jump to content

ajua

Member
  • Posts

    1,259
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Mexico

Everything posted by ajua

  1. You can use a RunOnceEx like this to make the install from the CD/DVD: FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\AppsRoot.txt SET DVD=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Instalando Aplicaciones" /f REG ADD %KEY%\001 /VE /D "Microsoft .NET Framework 3.5" /f REG ADD %KEY%\001 /V 1 /D "%DVD%\Install\netfx35\dotNetFx35setup /qb /norestart" /f You just have to make an empty text file in the CD/DVD root called AppsRoot.txt or whatever name you like. In this example, the applications are located in the folder Install, which is the root of the CD/DVD.
  2. You need to read the first posts to know the supported switches. You can input the registration info this way.
  3. I'm out of town but i will apply them to 64 bit versions of iTunes and upload it when i get home. Surely will be before next weekend.I hope that you are doing ok and wish you the best. I'm already looking forward for that tutorial. As i don't personally use iTunes (i do install it on my computers just to update my firmware), i don't even tried to customize/repack it myself, so your instructions would be appreciated by me and all the users who install it. Get well and regards.
  4. I don't know if the transforms can be applied to 64bit version. If they do, i can make those builds.Maybe Shark007 can tell us if they can.
  5. English and Multilanguage builds for iTunes 7.7.1.11 are ready. They are switchless (double-click/execute = install). I tested them on two different computers and they worked fine. Here is the link to download them. Thanks to Shark for the transforms.
  6. Done. Thanks. I tried with msiexec and msi but the interface couldn't display admin install options. Didn't think of providing the path via switches. I will test both builds. When i'm done i will upload them to some place and will post here.
  7. You can use 7-Zip or WinRAR. Also it is recommended to use a stub file to launch the msi setup whatever you use to pack the installation. I already made both builds but i can't make and administrative install point to pack them into switchless installers. Did you manage to make an admin install point?
  8. The most common method is RunOnceEx. Please make a search on this forum and you will find plenty of questions/answers and examples of other users files. This way you can speed-start making your own and begin testing your installation.
  9. Thanks Shark, i will build two installers with the transforms files. Hopefully, i can be able to post them during the weekend.
  10. That is correct. MobileMe is not added. Waiting for shark to build 7.7.1
  11. try just FFDshow and export your settings so you can import them silently next time you do an unattended installation.
  12. thanks for the offer, but right now i don't have any need to install nokia pc suite. if i ever need it, i will bother you. thanks.
  13. im waiting for official support on G80 chips.
  14. updatepack.nl is not working right now. maybe too much people are connecting. will try later. thanks Acheron.
  15. use the silent swtiches that you want to use. install it, configure it and use the export settings function. you can save a .reg file to import in your unattended installation. about AC3 filter, i don't use it but you can install silently too. 3ivx, correct me if im wrong, but its used to play 3gp videos. however, i dont install and im able to play them with media player classic and FFDshow.
  16. I found an old RunOnceEx file for version 6.x. I guess we will have to use the msi files approach then. Thanks for trying them. I don't have PC Suite installs to make right now.
  17. There are command line switches to use with the original installer. setup.exe /Z"SILENT" runs the setup in silent mode but it displays progress setup.exe /s run the setup in silent mode, hiding everything to the user. For the multilingual installer, /LXXXX specifies the desired language. /L1033 will install it in english and /L1034 for spanish. I don't know any other codes but they are standard. Use the /L switch after /s or /Z. setup.exe /Z"SILENT" /L1034 For preventing the startup with windows (and when the installer finishes) and the desktop icon use "PLATFORM" parameter. setup.exe /Z"SILENT;PLATFORM" /L1034 I haven't used this for a while, but i guess they still work on 7.0.7.0. Using the msi files is a good method if these switches don't work with the new version.
  18. Look for registry entries that have the company name on it (i don't know which company makes DVDFab, as i don't use it). Another tip, make a registry search for you serial number.
  19. I'm not sure, but i think i saw some forum threads covering avast! Use the search function to look for them.
  20. you're welcome. The file I used as a basis for creating the English Lite version was originally named AdbeRdr90_en_US_Std.exe it was 25.1MB and had an MD5 of e714ec99dad64310176a5278189f8dc0 NOTE: I use FTP for file transfers whenever possible because dialup sucks and FTP often resumes shark That was the exact build i was taking about. I think it doesn't include AIR files or Acrobat.com support, which is great for Lite versions. However, i can confirm this because i don't ever install the full versions. Hopefully, Adobe will release Spanish version soon. I use the spanish versions on many computers except my own. Thanks again. Regards.
  21. Have you tried the standard inno setup switches? /silent /norestart Is made wit inno setup. Also, for the registration you can look for changes in your registry after you enter your key. Hope this helps you out.
  22. Many thanks Shark. Which build did you use? The standard http download listed at 34mb? I notice in the adobe ftp that there are two builds, one 34mb and other listed at 25mb. Maybe the latter don't includes Acrobat.com support and therefore is more "lite" than the standard download.
×
×
  • Create New...