Jump to content

ji46

Member
  • Posts

    25
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About ji46

ji46's Achievements

0

Reputation

  1. This registry tweak will remove the arrow from shortcuts... [HKEY_CLASSES_ROOT\lnkfile] @="Shortcut" "EditFlags"=dword:00000001 "FriendlyTypeName"="@shell32.dll,-4153" "IsShortcut"=- "NeverShowExt"="" "IsNotShortcut"=""
  2. I am having exactly the same problem! Have created a setup disc using 64 bit home premium which installs silenlty from start to finish but trying to install applications causes an error which shuts down the computer. I am using the methods outlined in firegeier's Vista unattended guide. Can anybody help?
  3. To install Nero 7 Premium silently do the following: First edit conf.txt found in "nero\Nero 7 Premium\Redist\Config" INCEXCFTR (B035464E) (NeroStartSmart) NeroStartSmart EXCLUDE INCEXCFTR (BCAFF604) (Actions) NeroBurningRom INCLUDE INCEXCFTR (2FF8B816) (Features) NeroHome EXCLUDE INCEXCFTR (57D52359) (Features) NeroVision INCLUDE INCEXCFTR (D773A6E2) (NeroShowTime) NeroShowTime EXCLUDE INCEXCFTR (6035F00C) (Actions) NeroRecode INCLUDE INCEXCFTR (53BEFA20) (Features) NeroMediaHome EXCLUDE INCEXCFTR (CB9D5429) (Features) NeroBackItUp EXCLUDE INCEXCFTR (7CE8D626) (Actions) NeroCoverDesigner EXCLUDE INCEXCFTR (ED1EAF52) (NeroPhotoSnap) NeroPhotoSnap EXCLUDE INCEXCFTR (FA3A3F7B) (Features) NeroWaveEditor EXCLUDE INCEXCFTR (716FE146) (NeroSoundTrax) NeroSoundTrax EXCLUDE INCEXCFTR (E38B9E06) (Features) NeroImageDrive NOTWOW64BITS INCEXCFTR (82602EE0) (Features) NeroCDDVDSpeed INCLUDE INCEXCFTR (7DFFCC12) (Features) NeroDriveSpeed INCLUDE INCEXCFTR (72CC518F) (Features) NeroBurnRights INCLUDE INCEXCFTR (E72D824A) (Features) NeroInfoTool INCLUDE INCEXCFTR (C5AB9CFD) (SpecialFeatures) NeroFastCDBurningPlugin INCLUDE Change the text to INCLUDE or EXCLUDE depending on whether you want a feature installed or not. First make sure that hidden files are shown Control Panel-->Folder Options-->View-->Show hidden files and folders. Next start the Nero 7 Premium Installation wizard. Now locate the following folder Enter %Temp% in the Explorer address bar (Thanks to BoardBabe for pointing this out ) Copy the following 2 files: 16e16cf.msi and 16e16do.mst to the Nero 7 Premium folder that also contains Cab,Redist,setup folders and a number of 1###.mst files. (NOTE: the filenames in red will be generated at random and will be different from that shown here). For the serial number add this to the registry first Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info] "Serial7_1128629792"="*xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" "Version"="7.0.0.0" "User"="User" "Company"="Company" Start the installation with c:\nero\Nero 7 Premium\16e16cf.msi /qb
  4. To install Nero 7 Premium silently do the following: First edit conf.txt found in "nero\Nero 7 Premium\Redist\Config" INCEXCFTR (B035464E) (NeroStartSmart) NeroStartSmart EXCLUDE INCEXCFTR (BCAFF604) (Actions) NeroBurningRom INCLUDE INCEXCFTR (2FF8B816) (Features) NeroHome EXCLUDE INCEXCFTR (57D52359) (Features) NeroVision INCLUDE INCEXCFTR (D773A6E2) (NeroShowTime) NeroShowTime EXCLUDE INCEXCFTR (6035F00C) (Actions) NeroRecode INCLUDE INCEXCFTR (53BEFA20) (Features) NeroMediaHome EXCLUDE INCEXCFTR (CB9D5429) (Features) NeroBackItUp EXCLUDE INCEXCFTR (7CE8D626) (Actions) NeroCoverDesigner EXCLUDE INCEXCFTR (ED1EAF52) (NeroPhotoSnap) NeroPhotoSnap EXCLUDE INCEXCFTR (FA3A3F7B) (Features) NeroWaveEditor EXCLUDE INCEXCFTR (716FE146) (NeroSoundTrax) NeroSoundTrax EXCLUDE INCEXCFTR (E38B9E06) (Features) NeroImageDrive NOTWOW64BITS INCEXCFTR (82602EE0) (Features) NeroCDDVDSpeed INCLUDE INCEXCFTR (7DFFCC12) (Features) NeroDriveSpeed INCLUDE INCEXCFTR (72CC518F) (Features) NeroBurnRights INCLUDE INCEXCFTR (E72D824A) (Features) NeroInfoTool INCLUDE INCEXCFTR (C5AB9CFD) (SpecialFeatures) NeroFastCDBurningPlugin INCLUDE Change the text to INCLUDE or EXCLUDE depending on whether you want a feature installed or not. First make sure that hidden files are shown Control Panel-->Folder Options-->View-->Show hidden files and folders. Next start the Nero 7 Premium Installation wizard. Now locate the following folder C:\Documents and Settings\USER NAME\Local Settings\Temp (USER NAME will be the name your logged on has). Copy the following 2 files: 16e16cf.msi and 16e16do.mst to the Nero 7 Premium folder that also contains Cab,Redist,setup folders and a number of 1###.mst files. (NOTE: the filenames in red will be generated at random and will be different from that shown here). Start the installation with c:\nero\Nero 7 Premium\16e16cf.msi /quiet /passive /norestart
  5. Program Files(x86) is for 32 bit apps that get emulated as 64 bit apps and the other Program Files folder is for native 64 bit apps. It's done so that all 32 bit apps can still be run.
  6. Using winnt.sif with the 32 bit version of Windows it is possible to use [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS UnattendSwitch=Yes WaitForReboot = No DriverSigningPolicy = ignore NonDriverSigningPolicy = ignore ProgramFilesDir = "D:\Program Files" to change the Program Files Directory to partition D. There is no mention of this switch in the 64 bit version for winnt.sif. Is there a way of changing the registry entries from "ProgramFilesDir=C:\Program Files" to "ProgramFilesDir=D:\Program Files" before runonceex runs to install apps so they go to the D:\ partition? All attempts at getting regedit to add registry entries with updated drive letters has failed to make any difference so far. I don't know at what point in an unattended install to do it at.
  7. Download the Windows (Offline Installation) version of Java from http://java.com/en/download/windows_xpi.jsp start the installation as usual. Accept the licence agreement and then look for the following files at C:\Documents and Settings\ <Your User name will be here> \Local Settings\Application Data\{3248F0A6-6813-11D6-A77B-00B0D0150050} (these numbers and letters are purely random so will be anything). Note: The Application Data folder is hidden unless you use Control Panel-->Folder Options-->View-->Show hidden folders and files) In this folder will be two files called 1033.MST and J2SE Runtime Environment 5.0 Update 5.msi Save these files to another folder in your unattended setup. Start the installation using c:\folder name\J2SE Runtime Environment 5.0 Update 5.msi /qb
  8. Download the Windows (Offline Installation) version of Java from http://java.com/en/download/windows_xpi.jsp start the installation as usual. Accept the licence agreement and then look for the following files at C:\Documents and Settings\ <Your User name will be here> \Local Settings\Application Data\{3248F0A6-6813-11D6-A77B-00B0D0150050} (these numbers and letters are purely random so will be anything). In this folder will be two files called 1033.MST and J2SE Runtime Environment 5.0 Update 5.msi Save these files to another folder in your unattended setup. Start the installation using c:\folder name\J2SE Runtime Environment 5.0 Update 5.msi /qb (Just checked the Application Data folder is hidden unless you use Control Panel-->Folder Options-->View-->Show hidden folders and files)
  9. Open config.ini with Wordpad at the top of the file is this: [General] ; Run Mode values: ; Normal - Shows all dialogs. Requires user input. ; Auto - Shows some dialogs, but none requiring user input. It will ; automatically install the product using default values. ; Silent - Show no dialogs at all. It will install product using default ; values. Run Mode=Normal Just change Run Mode=Normal to Run Mode=Silent and save the file. Job done.
  10. I have silenlty integrated a number of hotfixes into an unattended media center 2005 installation like this: KB834707.exe /integrate:d:\media_xp /quiet /passive KB867282.exe /integrate:d:\media_xp /quiet /passive KB873333.exe /integrate:d:\media_xp /quiet /passive KB873339.exe /integrate:d:\media_xp /quiet /passive KB883939.exe /integrate:d:\media_xp /quiet /passive KB885250.exe /integrate:d:\media_xp /quiet /passive KB885835.exe /integrate:d:\media_xp /quiet /passive KB885836.exe /integrate:d:\media_xp /quiet /passive KB886185.exe /integrate:d:\media_xp /quiet /passive KB887472.exe /integrate:d:\media_xp /quiet /passive KB887742.exe /integrate:d:\media_xp /quiet /passive KB887999.exe /integrate:d:\media_xp /quiet /passive KB888113.exe /integrate:d:\media_xp /quiet /passive KB888302.exe /integrate:d:\media_xp /quiet /passive KB888316.exe /integrate:d:\media_xp /quiet /passive KB890046.exe /integrate:d:\media_xp /quiet /passive KB890047.exe /integrate:d:\media_xp /quiet /passive KB890175.exe /integrate:d:\media_xp /quiet /passive KB890760.exe /integrate:d:\media_xp /quiet /passive KB890830.exe /integrate:d:\media_xp /quiet /passive KB890859.exe /integrate:d:\media_xp /quiet /passive KB890923.exe /integrate:d:\media_xp /quiet /passive KB891781.exe /integrate:d:\media_xp /quiet /passive KB893066.exe /integrate:d:\media_xp /quiet /passive KB893086.exe /integrate:d:\media_xp /quiet /passive KB893803.exe /integrate:d:\media_xp /quiet /passive KB896358.exe /integrate:d:\media_xp /quiet /passive KB896422.exe /integrate:d:\media_xp /quiet /passive KB896428.exe /integrate:d:\media_xp /quiet /passive MC05UPD1.exe /integrate:d:\media_xp /quiet /passive No errors are reported. Running Windows Update after installation all these updates are shown has ready to be installed. Does this mean the updates have not integrated or do I need to somehow register the updates has already being installed? Hopefully somebody can help me out with this
  11. ATI HDTV Wonder ATI Theater 550 Pro ATI TV Wonder Elite are the only ATI TV cards recognised in MCE.
  12. http://www.macromedia.com/go/fl_sw_installer.
  13. Just installed Shockwave silently using mm_fl_sw_installer.msi /quiet /passive with Firefox. Worked no problem
  14. Try this MCE powertoy. It has an option to set how many seconds rewind and fast forward work at. http://www.microsoft.com/downloads/details...&displaylang=en
  15. There is a guide here to create a bootable CD... http://www.tacktech.com/display.cfm?ttid=249 there's a link to the boot sector image file you will need as well, it uses Nero to create the disc which may be easier to use than the app you are currently using
×
×
  • Create New...