Jump to content

Glowy

Member
  • Posts

    308
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Glowy

  1. change line 231 ControlClick ("Nero 7 Ultra Edition - Installation Wizard", "Select the program features", 10007 )to ControlClick ("Installation Wizard", "Select the program features", 10007 )and it should work.
  2. The hotfixes with the arrow use WGA
  3. I'm using a HFSlipped CD with the latest Flash version included. and Windows Update doesn't show the update with me, so if you include the latest flash you don't need the update. Edit: Sorry Super-Magician, actually what you said I,ve got to learn to read better
  4. Why use the .MST? the only thing that does is set the public properties ADDEPLOY=1 and REBOOT=REALLYSUPPRESS no need for an .MST just use the public properties: msiexec /i netfx.msi /qb ADDEPLOY=1 REBOOT=REALLYSUPPRESS
  5. It's not the script that stopped working, the Nero installer stopped accepting MSI Properties, the /qn and /norestart still work but the properties do not (except for the SERIALNUM_USERVAL), not even when manually entered at the cmd-line. and there seem to be 3 extra properties, CB27B709E, CDA5EA0D9 and CF99127CF but no description can be found for these properties. great installer NOT!
  6. Try changing your lines to something like this: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\001] @="Hard Drive Protection" "1"="%systemdrive%\\HardDriveProtection\\T4x\\setup.exe -S" That should bring up a status window I don't know what the "Flags"=dword:00000000 is for, I don't have that
  7. Same here, I was looking at WPI to replace Xplode because of the dynamic dependency function. When this is sorted, I will probably change from Xplode to WPI, in the mean time I'll stick with Xplode, because I don't want to re-write my scripts just yet.
  8. But that only works if the category is alphabetically sorted. example app1 in category applications is dependent of app2 in category system. it doesn't work. in reverse app1 in category system is dependent of app2 in category applications works.
  9. I have the same, also an application with a dependency will completely ignore the dflt[pn]=['yes'] entry.
  10. Yup tried it and worked.. but in a slightly different method. I used Mercury_22's method, but instead of using the cmdline I modified the installer comment (it's an unprotected RAR) to: Setup=setupx.exe /qn /norestart SERIALNUM_USERVAL="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX" NERO_SCOUT=FALSE CB035464E=0 C2FF8B816=0 C57D52359=0 CD773A6E2=0 C53BEFA20=0 CCB9D5429=0 C7CE8D626=0 CED1EAF52=0 CFA3A3F7B=0 C716FE146=0 CE38B9E06=0 TempMode Silent=1 Overwrite=1 Title=Nero 7 Ultra Edition
  11. Tried that got no reply... but as I look at the MSI they don't understand it very wel.. It's a pretty dirty MSI. As for now (can't see why to change) I'm using Mercury_22's method, by passing the MSI Property's through the installer (You can find these by opening the MSI with Orca, and go to the table Property) And additionally I changed the comment Silent=2 to Silent=1 in the installer (It's an unprotected WinRar) to hide the unpacking dialog. The Property's can possibly be added to the comment of the archive too (after Setup=setupx.exe) but I did not try that yet. that is how I installed nero 6 (just editing the comment of the archive)
  12. UniqueID's for Dutch language are the same as the English.. so I don't think they are language specific. Even double checked it in the msi file under property with orca. The ones that are all capital characters are the only property's you can pass to the MSI. The only thing related to Nero Scout was the NERO_SCOUT property wich doesn't seem to do anything The rest works without a problem. so I'll stick with the reg keys to disable nero scout
  13. It's best to put all your extra files you want on the CD, like the $OEM$ folder and WINNT.SIF, in the FILESCD folder, that's what it's for. this gets copied to the root of your CD, so what's in FILESCD\I386 is in the I386 folder on your CD. to check if your hotfixes are integrated, check in the CDROOT folder if there is a SVCPACK folder in your I386 folder, and contains files. Or just try the ISO in a Virtual machine, or burn it to a CD-RW and try it in a real machine. According to the log I can't see any hotfixes copied to this folder. Do you have a VirusScanner active wile XPCreating? if so try to XPCreate with the AV disabled.
  14. FPS for mee too, like it a bit more then strategy.. although I'm playing just oGame these days.
  15. Glowy

    Total Noob

    It is possible, but it's not xpcreate related. if you search the forum you will find it, it's just a reg key. but then again, I can give the key to you right now [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 the current user one is best applied during the t-12 stage, then it's applied to the default user, and every new user will have the reg key.
  16. Glowy

    Total Noob

    If you have DOPATH=YES in your XPCreate.INI XPCreate will put the correct lines in the WINNT.SIF
  17. Does it give you the error when you manually start the SP? if so it's probably corrupted. try re-downloading (disable all downloadmanagers)
  18. drivers can be added using xpcreate but not selective. as for programs, there are plenty of programs on this board that do exactly what you want, WPI or xplode for example (wich seems to have vanished from msfn but is still available at xplode.voidfx.com)
  19. can you post your xpcreate.ini file here? I think the solution for these two: is in there:EXITQUIET=YES DOCD=NO Sharing violation can be the result of virusscanner and/or the missing line STARTSWITCH=/WAIT /MIN in xpcreate.ini
  20. Check your XPCreate.ini if this line exists STARTSWITCH=/WAIT /MIN
  21. Opened the installer with orca only usefull property I could find is the INSTALL_DESKTOP_SHORTCUT
×
×
  • Create New...