Jump to content

radix

Member
  • Posts

    755
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by radix

  1. @Sonic: Thanks! I thought that registry values are generated using some sort of hardware hashing like in Nero 7 or 8 if I remember right.
  2. Nice guide. I use ISChainPackage Table, Dialog Table and CustomAction Table to remove un-needed features. Also, we can remove the splash screen: search for SplashScreen.dll and drop all rows which contain this file name. Edit every .msi file from applications folder in Microsoft Orca, search for SplashScreen.dll and drop all rows which contain this file name. I use AutoIt to register all three serials in Nero Control Center. It's possible to register DTS and mp3PRO plug-ins using the command line too ?
  3. I guess it's better to use non .msi installers, but in case you want them in your project, you can check these links: Adobe Flash Player Plug-in: http://fpdownload.ma...lugin_32bit.msi http://fpdownload.ma...lugin_64bit.msi Adobe Flash Player Plug-in ActiveX: http://fpdownload.ma...ive_x_32bit.msi http://fpdownload.ma...ive_x_64bit.msi Adobe Shockwave Player (already posted): http://fpdownload.ma...l_installer.msi
  4. Regarding this: "-completed shockwave installer - on first use of Shockwave, you will have to approve the license and complete the install", you should use msi installer with its silent switches. http://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/sw_lic_full_installer.msi
  5. Silent install switch was removed. You should install the player, configure as you want, check Store settings to .ini file. Copy the entire install folder into another place and make a sfx archive with shortcuts, uninstall entry...
  6. ZoneAlarm Free 10.1.079.000 ZoneAlarm_Free_10.1.079.000.au3 ZoneAlarm_Free_10.1.079.000_Deutsch.au3
  7. DivX Plus 8.2.2 Build 1.8.5.36 DivX_Plus_8.2.2_Build_1.8.5.36.au3 DivX_Plus_8.2.2_Build_1.8.5.36_Deutsch.au3
  8. Just tried to download Oracle Database 11g Release 2 Client (11.2.0.1.0) for Microsoft Windows (x64) and the 32 bit installer, but this eror occured: "System error. Please re-try your action. If you continue to get this error, please contact the Administrator." Please provide direct links to files if possible.
  9. AutoIt script for Ashampoo Burning Studio 11 v.11.0.3.
  10. Ashampoo Burning Studio 11 v.11.0.3 Ashampoo_Burning_Studio_11_v.11.0.3.au3
  11. Try the msi installer with /qn /norestart switches: http://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/sw_lic_full_installer.msi
  12. That's the cache. Lower the cache from Tools->Options->Cache menu.
  13. It works. I've tested in virtual machines with xp and 7 x86 and x64. In the host I have 7 sp1 x86. I guess it's a conflict with VS2010 ultimate.
  14. The interface won't start in Windows 7 x86 SP1 eng., so I close FFaM.exe process from task manager and use the extracted FFaM.exe. The prog run in 3-4 seconds. Did the program write it's own settings in registry, because I saw that after deletion, the new extracted exe remember the old settings (nothing found in users profile folders).
  15. google_book_downloader rapidshare_links_checker the_cavern_links_checker Only the first folder is created, but with a single file. config.xml has this code: <UserScriptConfig> </UserScriptConfig>
  16. I have 3 user scripts for greasemonkey, but only the first folder (in alphabetical order) from gm_scripts is included in the installer. Also, not all files from that folder were included and config.xml file from the root of gm_scripts is almost empty.
  17. This is my config.xml file (I have it in two locations: ProPlusr.WW folder and in the root folder nearby setup.exe file). Edit the code with your own serial (no other edit is needed). <Configuration Product="ProPlusr"> <Display Level="None" CompletionNotice="No" SuppressModal="Yes" NoCancel="Yes" AcceptEula="Yes" /> <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" /> --> <PIDKEY Value="xxxxxxxxxxxxxxxxxxxxxxxxx" /> <!-- <USERNAME Value="Customer" /> --> <!-- <COMPANYNAME Value="MyCompany" /> --> <!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> --> <!-- <LIS CACHEACTION="CacheOnly" /> --> <!-- <LIS SOURCELIST="\\server1\share\Office;\\server2\share\Office" /> --> <!-- <DistributionPoint Location="\\server\share\Office" /> --> <OptionState Id="ACCESSFiles" State="Local" Children="force" /> <OptionState Id="EXCELFiles" State="Local" Children="force" /> <OptionState Id="GrooveFiles" State="Local" Children="force" /> <OptionState Id="OneNoteFiles" State="Local" Children="force" /> <OptionState Id="OUTLOOKFiles" State="Local" Children="force" /> <OptionState Id="PPTFiles" State="Local" Children="force" /> <OptionState Id="PubPrimary" State="Local" Children="force" /> <OptionState Id="VisualStudio_PreviewServer_SPD" State="Local" Children="force" /> <OptionState Id="WORDFiles" State="Local" Children="force" /> <OptionState Id="XDOCSFiles" State="Local" Children="force" /> <OptionState Id="SHAREDFiles" State="Local" Children="force" /> <OptionState Id="TOOLSFiles" State="Local" Children="force" /> <OptionState Id="PROJECTFiles" State="Local" Children="force" /> <OptionState Id="WAC_SPD" State="Local" Children="force" /> <!-- <OptionState Id="OptionID" State="absent" Children="force" /> --> <!-- <Setting Id="SETUP_REBOOT" Value="IfNeeded" /> --> <!-- <Command Path="%windir%\system32\msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> --> </Configuration>
  18. Also, you can add the next lines to your config.xml file to ensure that you will make a full installation of Office Pro Plus (I've saw that without the next lines, will be an 8 MB difference in installation folder, if I remember correctly that size): <OptionState Id="ACCESSFiles" State="Local" Children="force" /> <OptionState Id="EXCELFiles" State="Local" Children="force" /> <OptionState Id="GrooveFiles" State="Local" Children="force" /> <OptionState Id="OneNoteFiles" State="Local" Children="force" /> <OptionState Id="OUTLOOKFiles" State="Local" Children="force" /> <OptionState Id="PPTFiles" State="Local" Children="force" /> <OptionState Id="PubPrimary" State="Local" Children="force" /> <OptionState Id="VisualStudio_PreviewServer_SPD" State="Local" Children="force" /> <OptionState Id="WORDFiles" State="Local" Children="force" /> <OptionState Id="XDOCSFiles" State="Local" Children="force" /> <OptionState Id="SHAREDFiles" State="Local" Children="force" /> <OptionState Id="TOOLSFiles" State="Local" Children="force" /> <OptionState Id="PROJECTFiles" State="Local" Children="force" /> <OptionState Id="WAC_SPD" State="Local" Children="force" />
  19. Since the link to Original Bitmap file created by Aegis is dead and actually I have that file on my pc, I've uploaded to two image hosts that support 10 MB/file size. Size 3000x2000 px/9.59 MB. Direct links to image: http://i.imgbox.com/abokyZt7.png or http://43.imagebam.com/download/vOHAmdK9ODlrT2clndpRhg/15273/152720203/bliss.png SHA-1: 354c75640861185210b4f5b75ec54d86f01a0bda Thumbnail:
  20. All went fine with v0.8b5 in Windows 7 with SP1 ENG. Thanks for your hard work! Edit: You still have problems with icons. I choose desktop and start menu/programs and installer create desktop and start menu (current user). If you have hard times with those paths is better to use inf scripting to create icons.
  21. Jonnyboy82 read here about retired OGA.
  22. I've used v0.8b4 in Win7SP1. I've checked to create 'desktop' and 'start menu\programs' icons, but the installer create icons in start menu pinned and start menu (C:\Users\User Name\AppData\Roaming\Microsoft\Windows\Start Menu). Desktop icon is not created. If I'm not wrong, OGA is not used anymore to validate Office installation.
  23. Run those installers and on the first window go to %temp% folder and search for msi file, which can be run silently with /qb! /norestart or qn /norestart (no ui) switches. Regarding registration, you should use a program that can record what files and registry are changed during operation and backup them in a new sfx package with msi file.
×
×
  • Create New...