Jump to content

BoardBabe

Member
  • Posts

    1,415
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

Everything posted by BoardBabe

  1. Read the forum rules. (7b applies, and you've been warned before) Dude, we're only trying to help. If you don't want our help, as you clearly state you do not. Then don't ask...
  2. I see... so to skip initial MU screen just backup DataStore.edb to UA CD/DVD $$\SoftwareDistribution\DataStore (Do you know what exactly this file contains of info?)
  3. Please use the SEARCH function.... This question has already been answered...
  4. I wrote an autoit script also -for the Norwegian Nero 7, and noticed that the button numbers differs from the english installer.
  5. How'd you do that?
  6. *DELETED*
  7. Sorry no, theres nothing even then I have the dir under same path for default user and Local/Network Services, but not %UserProfile%. Could you past a link to the cab?
  8. How do you build a new installer? And where do you get wise for windows?
  9. Hm your right, I had an older version. /S did not work at the above posted installer. Although on DivXPlay it seems to work fine.
  10. I don't have a Content.IE5 in %UserProfile%\Lokale innstillinger\Temporary Internet Files. (The correct norwegian path). Although I do have Windows Live Safety Center "installed".
  11. I install the bundle fine with /S
  12. At this point I find it most efficient to use AutoIt to compile a custom installer. Here is my autoit script. ; AutoIt options. AutoItSetOption("TrayIconHide", 1) AutoItSetOption("WinTitleMatchMode", 4) ; Verify only one instance of installer is running. $installername = "Nero 7 AutoSetup" If WinExists($installername) Then Exit AutoItWinSetTitle($installername) ; Installation variables. $regpath = @ScriptDir & "\Register.reg" $installerpath = @ScriptDir & "\SetupX.exe" $programpath = @ProgramFilesDir & "\Nero\Nero 7\Core\nero.exe" ; Verify installation file path. If Not FileExists($installerpath) Then SplashTextOn("Error", @CRLF & " Cannot find file:" & @CRLF & " " & $installerpath, 500, 90, -1, -1, 4, "Arial", 11, 11) WinActivate("Error") Sleep(4000) SplashOff() Exit EndIf ; Verify registration file path. If Not FileExists($regpath) Then SplashTextOn("Error", @CRLF & " Cannot find file:" & @CRLF & " " & $regpath, 500, 90, -1, -1, 4, "Arial", 11, 11) WinActivate("Error") Sleep(4000) SplashOff() Exit EndIf ; Verify application is not already installed. If FileExists($programpath) Then SplashTextOn("Error", @CRLF & @CRLF & "Ahead Nero 7 already installed.", 350, 90, -1, -1, -1, "Arial", 11, 11) WinActivate("Error") Sleep(4000) SplashOff() Exit EndIf ; Start installation. Run('regedit /s "' & $regpath & '"') Run("SetupX.exe") ; Welcome dialog. WinWait("Nero 7 Demo - Installasjonsveiviser", "Installasjonsveiviseren installerer Nero 7 Demo på datamaskinen. Klikk Neste for å fortsette.") ControlClick("Nero 7 Demo - Installasjonsveiviser", "Installasjonsveiviseren installerer Nero 7 Demo på datamaskinen. Klikk Neste for å fortsette.", "Button1") ; License agreement. WinWait("Nero 7 Demo - Installasjonsveiviser", "License Agreement") ControlClick("Nero 7 Demo - Installasjonsveiviser", "License Agreement", "Button6") Sleep(500) ControlClick("Nero 7 Demo - Installasjonsveiviser", "License Agreement", "Button3") ; Customer Information. WinWait("Nero 7 Demo - Installasjonsveiviser", "Customer Information") ControlClick("Nero 7 Demo - Installasjonsveiviser", "Customer Information", "Button1") ; Setup Type. WinWait("Nero 7 Demo - Installasjonsveiviser", "Setup Type") ControlClick("Nero 7 Demo - Installasjonsveiviser", "Setup Type", "Button3") Sleep(500) ControlClick("Nero 7 Demo - Installasjonsveiviser", "Setup Type", "Button5") ; Language selection. WinWait("Nero 7 Demo - Installasjonsveiviser", "Language selection") ControlClick("Nero 7 Demo - Installasjonsveiviser", "Language selection", "Button3") ; Custom Setup. WinWait("Nero 7 Demo - Installasjonsveiviser", "Custom Setup") ControlClick("Nero 7 Demo - Installasjonsveiviser", "Custom Setup", "Button4") ; Ready to Install the Program. WinWait("Nero 7 Demo - Installasjonsveiviser", "Ready to Install the Program") ControlClick("Nero 7 Demo - Installasjonsveiviser", "Ready to Install the Program", "Button1") ; File Associations. WinWait("Nero 7 Demo - Installasjonsveiviser", "Please select file associations and other options") ControlClick("Nero 7 Demo - Installasjonsveiviser", "Please select file associations and other options", "Button3") ; Installation Wizard Completed. WinWait("Nero 7 Demo - Installasjonsveiviser", "Installation Wizard Completed") ControlClick("Nero 7 Demo - Installasjonsveiviser", "Installation Wizard Completed", "Button1") ; Reboot dialog. WinWait("Installasjonsinformasjon for Nero 7 Demo", "Du må starte systemet på nytt") ControlClick("Installasjonsinformasjon for Nero 7 Demo", "Du må starte systemet på nytt", "Button2") Exit ;eof PS: this is for NORWEGIAN NERO 7 ONLY, you have to change the dialog info for your lanugage. Register.reg is my Nero 7 registration info Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info] "Serial7"="*XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX" "User"="Registered UserName" "Company"="Registered Company Name" To select what components should be INCLUDED or EXCLUDED simply modify Redist\Config\Conf.txt
  13. How could Windows Live Safety Center be included on UADVD?
  14. Nero 7 has gone public! Version: 7.0.1.2 Release Date: October 31st, 2005 All languages available Any chance we will see NCAB support any time soon? pleeeeeeeeeease
  15. Ok here comes a n00b shoot question, why would you copy i386 during setup?
  16. No, that's for the start menu etc. I'm looking for the ones from MSN messenger (when you click download more display pictures) where do these go? I checked the dir you provided and they are not there :/
  17. w00t? Ofc. it does huh? Well, I had no problems with it not creating any start menu shortcuts, with the version I am running :/
  18. When you download new MSN messenger display pictures from within MSN Messenger 7.5 where do they go? I'd like to add some of these and others to default list of display pictures after install.
  19. What kind of installer does it use?
  20. Hmm, im pretty sure if you just remove the following part from your winnt.sif file (in i386 dir), you will be promted for a CD key as "normal". [UserData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
  21. Just don't provide the key entry in winnt.sif
  22. CoolSights2000: You better watch your language and read the forum rules... Keep up like this and not only will you get no help, you will be banned...
  23. w00t? Ofc. it does
  24. How about doing a search? winnt.sif [Unattended] DriverSigningPolicy=Ignore There's also a reg "tweak" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing] "Policy"=hex:00
×
×
  • Create New...