Jump to content

Sonic

Patron
  • Posts

    1,709
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by Sonic

  1. set vrefresh @60 ...
  2. Do you have the demo webversion ?
  3. Okay, I will begin to test this method ! Just one question, it's possible to execute the script @ T-12 ? In fact, when the network is okay, beacause, I would like to search drivers on the network ... good idea no ?
  4. Do you have Windows XP without any services packs ?!
  5. Can you send your VENDOR_ID & DEVICE_ID ? You see that info in Everest in Physical Devices sections ... After I will send you the zip version for you based on the pack of Bash ...
  6. To disable Nero Scout, this is the post command method ... this remove the icon from "My Computer" ... edit: change the path of Common Files ... Why don't you use regsvr32 /u "%commonprogramfiles%\Ahead\Lib\MediaLibraryNSE.dll"? Then it is language independent. (and less code) BTW, I now use InstallRite to install Nero 7. My installer only installs Nero Burning Rom, CoverDesigner, CD-DVD Speed and DriveSpeed. It does not register NeroScout in the registry and does not create Autorun entries. And it is able to integrate tweaks, like "ShowSingleRecorderSpeed". Works just fine. Only problem is, that for every new Nero version, I will have to rebuild the installer. Yes!! But I'm not remember the varaible in fact ... i'm just fast edited my first post by a fast copY/paste ... I have edited ... By the way I'm testing the neroscout eradication direct by mst ... Why companies force to install all features, even if they are new ?!
  7. @boogy: you can set your serial into PROPERTY sections in the default mst (for me 1036.mst because french package ...) (with adminstudio) and you replace the demo key by your serial ... @all: Why nero has cabbed all files ?? why has changed their distribution ? before, with nero6, all was okay ...
  8. To disable Nero Scout, this is the post command method ... this remove the icon from "My Computer" ... edit: change the path of Common Files ...
  9. so no more errors ? (I don't understand correctly your past post, excuse me, I'm french ...)
  10. can you try to remake your uxpcd from start ? recopy original files to another cd and make each steps ... and retry ...
  11. okay, win.ini & win.com are both present in txtsetup.sif & in my windows xp system too ! they are regular files ... make sure they exist in folder I386 too ... I make a mistake about files from windows 98
  12. ECHO. ECHO Norton Antivirus Corporate Edition 7.6 start "" /wait \\192.168.58.1\vphome\clt-inst\WIN32\SETUP.EXE /S Executes setup, but doesnt run silently. ECHO. ECHO Microsoft Office 2000 Professional start "" /wait \\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc1\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc1\unattended.MST" /qb- start "" /wait \\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc2\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc2\unattended2.MST" /qb- start wait the first argument as Title of cmd windows ... so force it to blank with double comma "" , and after just type the path of your exe and the options ...
  13. No problem for uninstall too (I have the web version and custom mst & autoit ...) I had had one problem about NeResize.ax when uninstalling but it okay now ...
  14. no, I don't think about winnt.sif ... The first part of the windows installation is text based ... some files are copied to the hard disk and the list of these files are listed in the TXTSETUP.SIF, so post your txtsetup.sif ... or look if win.ini or win.com are listed in your txtsetup.sif ... Moreover, you don't update any existing windows ?!
  15. yes I have replaced all the 1033 to 1036 and the setup run again in english ... but it's not a big problem ... they are the shortcuts the problem ... For the moment the AutoIt is my best solution ...
  16. I'm trying VmWare Playeer, it's works ! the vmx file is fully editable ... Now wait for a guy which program a small GUI to regenerate a correct vmx file ... it's more easy if we change lot of settings ... for example a html/php/javascript will be okay I think ... Goodbye.
  17. Finally for me, I have make Nero7 Silent is these steps : 1) Downloaded Nero 7 Demo 7.0.1.2 (FR package) 2) Clean ... - All .mst files except the 1036.mst file (my lang ...) - Redist \ Conf folder - Setup \ EULA all except EULA_fra (my lang ...) 3) Customize the .mst/.msi file in AdminStudio 7 - String Nero 7 Demo to Nero 7 Ultra Edition (for cosmetic ...) - Customized features ... - License key direct in mst file - NeroScout FALSE (in fact just the last part is unchecked ...) 4) AutoIt3 script to confirm install ... because with the /qb /norestart setup runs in english and shortcuts are english too ... I have tested with the TRASNFORMS but the shortcuts don't created anymore ! and I don't like manual creation of shorcuts ... French Ressources ... #Initialisation AutoItSetOption("TrayIconHide", 1) BlockInput(1) #Lancement Run("SetupX.exe") #Lassistant dinstallation va installer sur cet ordinateur. WinWait(" - Assistant dinstallation","Lassistant dinstallation va installer sur cet ordinateur.") WinActivate(" - Assistant dinstallation","Lassistant dinstallation va installer sur cet ordinateur.") Send("!s") #Contrat de licence WinWait(" - Assistant dinstallation","Contrat de licence") WinActivate(" - Assistant dinstallation","Contrat de licence") Send("!s") #Information client WinWait(" - Assistant dinstallation","Information client") WinActivate(" - Assistant dinstallation","Information client") Send("!s") #Type de configuration WinWait(" - Assistant dinstallation","Type de configuration") WinActivate(" - Assistant dinstallation","Type de configuration") Send("!s") #Prêt à installer le programme WinWait(" - Assistant dinstallation","Prêt à installer le programme") WinActivate(" - Assistant dinstallation","Prêt à installer le programme") Send("!i") #Paramètres WinWait(" - Assistant dinstallation","Paramètres") WinActivate(" - Assistant dinstallation","Paramètres") Send("{ENTER}") #Lassistant dinstallation a installé correctement . WinWait(" - Assistant dinstallation","Lassistant dinstallation a installé correctement .") WinActivate(" - Assistant dinstallation","Lassistant dinstallation a installé correctement .") Send("!t") #NoReboot OK WinWait("Information de linstallation") WinActivate("Information de linstallation") Send("!n") 5) Disable NeroScout ... regsvr32 /u "%CommonProgramFiles%\Ahead\Lib\MediaLibraryNSE.dll" I hope Ahead will release a web package with a correct silent installation, for example a full documented & worked conf.txt ! edit: yes the problem is the size of the package ... 130mb after repacked ...
  18. You don't need to splitstream SP1 !!! Just SP2 is okay and more clean ... Post your TXTSETUP.SIF as attach ...
  19. You must reformat ... Silent reinstallation/repair of existing windows doesn't exist ...
  20. @NeoDeath: MRT 1.9 Version 08FFB7EB-5453-4563-A016-7DBC4FED4935
  21. Yes the /norestart works in web 7012 ... When I customize the features direct into mst / or by conf.txt , the install run fine but the uninstall open an error about NeResize.ax ... event I have the file in the correct directory.
  22. delete me ...
  23. Nobody can do all just with conf.txt ?
  24. I have edited my last post ...
  25. Why not use a batch at post install ? just copy the two dll to system32 dir and Windows Update is okay ...
×
×
  • Create New...