Jump to content

keytotime

Member
  • Posts

    403
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by keytotime

  1. Update the guide, changed the .msi info, now the pictures all screwed up.
  2. So do java.msi /qb-! Custom=1 AddLocal=ALL IExplorer=1 Javaupdate=1 Reboot=Suppress
  3. Ryanvm already has a switchless installer on his main page http://ryanvm.msfn.org/
  4. My guide at http://www.msfn.org/board/index.php?showtopic=59483 should work for premium, because the installer's are very similar. (If not the same).
  5. Thanks. I wish Nero would not such a bad installer.
  6. Damm you boooggy, beat me to posting. Good job. Added it to post 1.
  7. UMM uninstall work's unless you remove it.
  8. You can use the mst to customize the language.
  9. I'm using the demo and havin no prob's. I import the serial with the rest of my regtweaks at t-13. It install's but it has no shortcut's. That's why i use XXMKLINK to create the shortcut's. Here the code i use for creating the shortcut's: If Exist "%PROGRAMFILES%\Nero\Nero 7\Core\nero.exe" md "%ALLUSERSPROFILE%\Start Menu\Programs\Nero 7 Ultra" If Exist "%PROGRAMFILES%\Nero\Nero 7\Core\nero.exe" md "%ALLUSERSPROFILE%\Start Menu\Programs\Nero 7 Ultra\Tools" If Exist "%PROGRAMFILES%\Nero\Nero 7\Core\nero.exe" XXMKLINK "%ALLUSERSPROFILE%\Start Menu\Programs\Nero 7 Ultra\Nero Burning Rom" "%PROGRAMFILES%\Nero\Nero 7\Core\nero.exe" If Exist "%PROGRAMFILES%\Nero\Nero 7\Core\nero.exe" XXMKLINK "%ALLUSERSPROFILE%\Start Menu\Programs\Nero 7 Ultra\Tools\Nero CDSpeed" "%PROGRAMFILES%\Nero\Nero 7\Nero Toolkit\CDSpeed.exe" If Exist "%PROGRAMFILES%\Nero\Nero 7\Core\nero.exe" XXMKLINK "%ALLUSERSPROFILE%\Start Menu\Programs\Nero 7 Ultra\Tools\Nero DriveSpeed" "%PROGRAMFILES%\Nero\Nero 7\Nero Toolkit\DriveSpeed.exe" If Exist "%PROGRAMFILES%\Nero\Nero 7\Core\nero.exe" XXMKLINK "%ALLUSERSPROFILE%\Start Menu\Programs\Nero 7 Ultra\Tools\Nero InfoTool" "%PROGRAMFILES%\Nero\Nero 7\Nero Toolkit\InfoTool.exe" del /q "%ALLUSERSPROFILE%\Start Menu\Set Program Access and Defaults.lnk" del /q "%ALLUSERSPROFILE%\Start Menu\Windows Catalog.lnk" To Add XXMKLINK to your cd copy it to your i386 folder and add this to Dosnet under [Files] d1,XXMKLINK.EXE Add this to txtsetup.sif under [sourceDisksFiles] XXMKLINK.EXE = 100,,,,,,,2,0,0
  10. @-MAXX- Nero Scout has to Removed from the msi tables, it's listed as NeroMediaLibrary. Also remove all referances to NeroFileDialog.dll, NMSearch.dll (all of them), and MediaLibraryNSE.dll BTW in version 7.0.1.2 /norestart works.
  11. AdminStudio Dynaletik I'll make you a mst tonight.
  12. here's my solution http://www.msfn.org/board/index.php?showtopic=59483 Basically inorder to Kill the reboot you have to InCD_CreateINCDSERVICES part of the Install Sequence, it's the last part. Nero Scout still get's created.
  13. Mst to install just Nero and Nero Tools. NO REBOOOT!!!!!!! This is for NERO 7.0.1.2 1)Download Nero 7.0.1.2, run the installer, then browse to C:\Documents and settings\Your Profile\Local Settings\Temp . Find where nero extracted the setup files, then copy them to a different place. 2)Then open a cmd and type msiexec /a "The path to NeroSuite.msi" 3) Then go to the folder where you did the admin install and leave only these folders: [FILELOCATION] - You don't need the Nero MediaHome or the Redist Folder [FILELOCATION]Common Files [FILELOCATION]Core [FILELOCATION]Nero Home Components - only the NT folder [FILELOCATION]Nero Toolkit [FILELOCATION]Redist [FILELOCATION]System Redist\MS\System\comctl32.ocx In the nero Core folder delete all .nls and all .txt except for nero.txt, also non english help files, this saves and additional 112 mb. 6)To Install "Path to NeroSuite.msi TRANSFORMS=Nerocore.mst /qb-! /norestart" 7)It is 95.9Mb uncompressed, and the compressed size is 23mb 8)For the serial save this as a reg file Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info] "Serial7_1127858803"="*Put Your Serial Here" To fix the problem with the demo not making shortcut's: 1) Download XXMKLINK. 2)In order to Add XXMKLINK to your cd copy it to your i386 folder and add this to Dosnet under [Files] d1,XXMKLINK.EXE Add this to txtsetup.sif under [sourceDisksFiles] XXMKLINK.EXE = 100,,,,,,,2,0,0 2)In order to add the shortcut's add this your cleanup.cmd. This is for the tools and nero itself. If Exist "%PROGRAMFILES%\Nero\Nero 7\Core\nero.exe" md "%ALLUSERSPROFILE%\Start Menu\Programs\Nero 7 Ultra" If Exist "%PROGRAMFILES%\Nero\Nero 7\Core\nero.exe" md "%ALLUSERSPROFILE%\Start Menu\Programs\Nero 7 Ultra\Tools" XXMKLINK "%ALLUSERSPROFILE%\Start Menu\Programs\Nero 7 Ultra\Nero Burning Rom" "%PROGRAMFILES%\Nero\Nero 7\Core\nero.exe" XXMKLINK "%ALLUSERSPROFILE%\Start Menu\Programs\Nero 7 Ultra\Tools\Nero CDSpeed" "%PROGRAMFILES%\Nero\Nero 7\Nero Toolkit\CDSpeed.exe" XXMKLINK "%ALLUSERSPROFILE%\Start Menu\Programs\Nero 7 Ultra\Tools\Nero DriveSpeed" "%PROGRAMFILES%\Nero\Nero 7\Nero Toolkit\DriveSpeed.exe" XXMKLINK "%ALLUSERSPROFILE%\Start Menu\Programs\Nero 7 Ultra\Tools\Nero InfoTool" "%PROGRAMFILES%\Nero\Nero 7\Nero Toolkit\InfoTool.exe" The format for XXMKLINK is "The Link to create" "The File to Link to" Guide for making MST 1)In order to to make the .mst download AdminStudio trial, the password is utopia05 (Mod's the password is standard and not a serial). Install 2)Open FLEXnet AdminStudio 7 3)Then go to the tab Assistant 4)Select the .msi created by the admin install, then hit start 5)Then in the windows select under Customization option, select create a mst file. Then name the file. 6)Hit Customize 7)In the Window that opens you should see a list, Expand organization folder, then click on the setup design 8) Select a Feature if you do not want to install a feature, simply hit del, and say yes to the dialog box. 9)Hit save. 10)Install by Nero.msi TRANSFORMS=NAMe OF MST.MST /qb /norestart How to remove Nero Scout: 1)With your .mst or your edited .msi 2)Go to organization>setup design. 3)Delete all reference to NeroMediaLibary97E5875A 4)Go the direct editor and search and delete all references to NeroMediaLibary. 5)Now delete any other component that you want. 6)Now all you haver to leave in the [FILELOCATION]Nero Home Components\NT folder is NeroFileDialog.dll, NMSearch.dll and MediaLibraryNSE.dll. The Nerocore.mst has only the basics, the Nerocover.mst has the basics and Nero Cover Designer. Neither one has nero scout, and both have the titles Nero Ultra Edition. The mst are for the english version. Nerocover.Mst Nerocore.mst
  14. To make an admin install 1)First copy all the Files from CD1/Nero 7 Ultra Edition to a folder 2)Then go to Redist\Config and open up conf.txt 3)At the bottom of conf.txt there is a section MSIPROPERTY SERIALNUM , put your serial number: MSIPROPERTY SERIALNUM THIS-ISNOT-AREAL-SERIAL 4)Then open a cmd and type msiexec /a "The path to NeroSuite.msi" To Disable Nero Scout [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\InCDFs] "Start"=dword:00000004
  15. My mom alway's told me not to use crack when voting. Obviously somebody took to much acid and went on a magic carpet ride.
  16. 1. Download the Installer 2. Run the Installer and choose where to extract the files. I did it to C:\ATI 3. In the directory where the installer extracted the files there will be a folder called ACE 4. Run setup.exe /A to do a Admin install. It will ask you where to extract the files. 5. Where you did the network install there will be a file called ATI Catalyst Control Center.msi. 6. To install silently run ATI Catalyst Control Center.msi /qb /norestart 7. The folder is quite large (58 MB) so i suggest creating a 7-Zip Installer using the link in my signature. When you make a 7-zip installer the file size is 10mb verus 20mb originally. Below is attached my config.msi. I renamed the .msi to ati.msi. config.txt
  17. See this: http://unattended.msfn.org/intermediate/ap...03_advanced.htm Search around.
  18. Office Pro contains all the component's of office Standard and more, so there is no reason to bother with the Office standard AIP, if you are doing an office pro one.
  19. Extract the file. Install 7-Zip, right click and choose extract. Then try again.
×
×
  • Create New...