Jump to content

warrior1109

Member
  • Posts

    66
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by warrior1109

  1. Looking at your runonceex file, you are missing a \ in your code after %PP%

    REG ADD %KEY%10 /VE /D "Acrobat 8 Pro" /f
    REG ADD %KEY%10 /V 1 /D "%PP%install\Acrobat\AcroPro.msi /qb-! /quiet taskkill /acrobat.exe taskkill /acrotray.exe/" /f

    Should be;

    REG ADD %KEY%10 /VE /D "Acrobat 8 Pro" /f
    REG ADD %KEY%10 /V 1 /D "%PP%\install\Acrobat\AcroPro.msi /qb-! /quiet taskkill /acrobat.exe taskkill /acrotray.exe/" /f

  2. Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\TuneUp\Utilities\6.0]
    "Company"="*****"
    "UserName"="*****"
    "RegCode"="*****-*****-*****-*****-*****-*****"

    [HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\6.0]
    "Company"="*****"
    "UserName"="*****"
    "RegCode"="*****-*****-*****-*****-*****-*****"

    Open new text file, fill in your details, then save as TU2007.reg

    Now call the TU2007.reg like this

    REG ADD %KEY%05 /V 6 /D "REGEDIT /S %PATH TO FILE%\TU2007.reg" /f

  3. Ultimately, what I want is for the installer to run, the program to start, my serial be entered automatically and the program to close again - all completely in the background, with no screens at all. How can this be done?

    I run the installer with this switch; TU2007TrialEN.exe /qb-!

    then import the serial keys from these 2 registry keys

    [HKEY_CURRENT_USER\Software\TuneUp\Utilities\6.0]

    [HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\6.0]

    both those keys contain the serial key, once imported the app is full

  4. Have read many articles about Ghost and True Image, but both seem to have inherent probelms with dealing with the Vista partiton... the one time I tried TI (installed on Vista), i believe it corrupted the partition, and during boot, scandisk would run and delete loads of files...

    Anyone know of a solution to successfully backup/resotre an installation??

    Thanks

    stickzilla Posted Sep 5 2006, 08:33 PM

    True Image has no official Vista support, so you are best off using the Rescue Media Bootable disc

    I successfully backup using True Image Home. To backup, I do it from the boot disc. and restore is fine from the boot disc too.

  5. I'm getting this error after formatting the hard drive and beginning the windows xp pro installation.

    Setup cannot copy the file: "filename".*.*

    It looks like a problem with your cd, dirty, or damaged? try cleaning it, or better, try another cd

  6. or directly from RunOnceEx:
    REG ADD %KEY%\000 /VE /D "Acronis True Image" /f

    REG ADD %KEY%\000 /V 01 /D "\"%CDROM%\Software\AcronisTrueImage\AcronisTrueImage.msi \" ADDLOCAL=ALL PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /quiet /passive /norestart" /f

    I tried it from the RunOnceEx but could not get it to work, so now my RunOnceEx calls the batch file. :no:

  7. To silent install true image 9 extract the .msi (right click on the install button on splash screen and choose extract) and use a batch file;

    ECHO.
    ECHO Installing Acronis True Image 9
    ECHO Please wait...
    start /wait msiexec.exe /i AcronisTrueImage.msi ADDLOCAL=ALL PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /norestart /qb-!

    Be sure the batch file is in the same directory as the .msi, and call it in your usual way.

  8. If during the install you are creating a user folder called administrator, when Windows logs on for the first time it will detect that folder already exists and create the user acc with the hostname as part of the folder name. The way out of this would be to not create a user folder, but to wait untill the first logon before copying anything into it, use a sfx after first logon, instead of $OEM$. Hope that helps :)

×
×
  • Create New...