Jump to content

kujina

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by kujina

  1. Hello I made a quicktime (standard version) add on a few months back with the Nlite Add-on maker. I have been trying to make a new one with the latest version of quicktime but it doesnt install with the xp build, I think I've forgotten how I made it last time! I've extracted QuickTime.msi from the QuickTimeInstaller.exe and put it in a folder with msistub.exe, in nilte add-on maker I've selected msistub.exe as the installation file and in the command box I've tried /qn and QuickTime.msi /qn Any suggestions? ...Thanks...
  2. I have made an .inf file for the registry settings. The settings for the ashampoo burning software worked but the internet explorer proxy settings did not work. Here is my hkcu.inf [Version] Signature=$CHICAGO$ [DefaultInstall] AddReg=Add.Settings1,Add.Settings2,Add.Settings3,Add.Settings4,Add.Settings5,Add.Settings6,Add.Setti gs7 [Add.Settings1] HKCU,Software\Microsoft\Windows\CurrentVersion\Internet Settings,ProxyEnable,0x00010001,0x00000001 [Add.Settings2] HKCU,Software\Microsoft\Windows\CurrentVersion\Internet Settings,ProxyServer,0x00000000,"10.35.72.22:8080" [Add.Settings3] HKCU,Software\Microsoft\Windows\CurrentVersion\Internet Settings,ProxyOverride,0x00000000,"10.35.72.45;classserver;eportal;<local>" [Add.Settings4] HKCU,Software\ashampoo\Ashampoo Burning Studio 6,RegKey,0x00000000,"BGR6754-745449-2E02A4" [Add.Settings5] HKCU,Software\ashampoo\Ashampoo Burning Studio 6\ash_inet,InfoChannel_ashnews_Enabled,0x00010001,0x00000000 [Add.Settings6] HKCU,Software\ashampoo\Ashampoo Burning Studio 6\ash_inet,InfoChannel_-updates-_Enabled,0x00010001,0x00000000 [Add.Settings7] HKCU,Software\ashampoo\Ashampoo Burning Studio 6\General,FirstStart,0x00010001,0x00000000
  3. My cmdlines.txt look like this; "REGEDIT /S .\hkcu.reg" All I want to do is enter the ashampoo burning software serial number; [HKEY_CURRENT_USER\Software\ashampoo\Ashampoo Burning Studio 6]"RegKey"="XXXXXXXXXXXXXX" And set up internet explorer proxy settings; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]"ProxyEnable"=dword:00000001"ProxyServer"="10.35.72.22:8080""ProxyOverride"="local>"
  4. I created the $OEM$ folder after nlite modified the install, I have double checked the CD and the files are there. In the cmdlines.txt I have tried; "REGEDIT /S hkcu.reg", "REGEDIT /S .\hkcu.reg" and "REGEDT32.EXE /S hkcu.reg". I dont have anything else I can try now. Here is my answer file winnt.sif ; Generated by nLite 1.4 beta [Data] AutomaticUpdates="Yes" Autopartition=1 MsDosInitiated=0 UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended UnattendSwitch="Yes" OemPreinstall="Yes" OemSkipEula="Yes" Repartition=Yes FileSystem=* WaitForReboot="No" NoWaitAfterTextMode=1 NoWaitAfterGUIMode=1 DriverSigningPolicy=Ignore NonDriverSigningPolicy=Ignore [SystemRestore] MaximumDataStorePercentOfDisk=06 [GuiUnattended] AdminPassword="pass" EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonCount=1 TimeZone=085 OEMSkipRegional=1 OemSkipWelcome=1 [Components] [UserData] ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" ComputerName=* FullName="joe bloggs" OrgName="home" [RegionalSettings] LanguageGroup=1 SystemLocale="0809" UserLocale="0809" UserLocale_DefaultUser="0809" InputLocale="0809:00000809" InputLocale_DefaultUser="0809:00000809" [Networking] InstallDefaultComponents="Yes" [Identification] JoinWorkgroup="workgroup"
  5. Hi Ray I did name the folder correctly, I only made the spelling mistake in my original post. BikinDutchman I will try REGEDIT /S .\hkcu.reg
  6. I have 2 registry setting I want applied for all acounts. It is supposed to run at T12 of intallation. I created an $OEM$ folder in the root of the xp CD and placed a cmdlines.txt file in there with a HKCU.reg file. cmdlines.txt "REGEDIT /S hkcu.reg" and here is the HKCU.reg Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\ashampoo\Ashampoo Burning Studio 6] "RegKey"="XXXXXXXXXXXXXX" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "ProxyEnable"=dword:00000001 "ProxyServer"="10.35.72.22:8080" "ProxyOverride"="local>" These reg entries are not present in the registry after installation, is it because the cmdlines needs to contain "REGEDT32.EXE /S hkcu.reg" instead?
×
×
  • Create New...