Jump to content

urie

Member
  • Posts

    520
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by urie

  1. This is my first post, excuse the failure to use English because I am using the google translator. (I'm from Brazil)

    Guys I'm trying to include the serial avast 5 but already tried in several place and found a solution to make unattended installation. I was able to command setup_av_free.exe /VERYSILENT /NORESTART /SP- .but I could not put the serial.

    If anyone knows how to do, although I believe that avast did not provide that.

    It has not been added yet even to the pro version but it does mention how to do it in help file same as version 4 if you check avast forums you will find more info.

  2. I get these errors on Se7en_UA6.1.8 after mounting is done -

    Error copying file or folder

    cannot copy Dism:The system cannot find message text for message number 0x%1 in the message file for %2

    cannot copy CbsProvider:The system cannot find message text for message number 0x%1 in the message file for %2

    cannot copy Wdscore:The system cannot find message text for message number 0x%1 in the message file for %2

    cannot copy wimgapi:The system cannot find message text for message number 0x%1 in the message file for %2

    and then zMountDir is unmounted

    dism log shows it found WAIK ,Successfully loaded the ImageSession at "C:\Program Files\Windows AIK\Tools\Servicing

    Please suggest where i'm going wrong.

    What OS are you running if it is windows 7 you don't need to install waik, what is the name of you windows source folder does it have spaces in folder name if so remove them.

  3. how to i add shortcut in program menu.

    I asked similar question,

    If possible the option to make proper sfx i,e copy executable file or folder with executable to say program files and add icons to start menu desktop ec.t. so executable file can be run later on i don't mean run an installer.

    No reply yet.

  4. For a master image, what I would suggest is this:

    1. Boot the Win7 installation media on the template PC (or virtual machine)
    2. Use the disk management in the installer itself to delete ALL partitions
    3. Create a new partition and format it NTFS, again using the disk management tool of the Win7 installer
    4. Select that partition to install Windows 7 into; Windows 7 will install to this partition
    5. Configure Win7 after installation
    6. Once finished configuring, shut down the PC and take an image

    This will result in your image having ONE partition, and not the second 100MB partition for EFI and bitlocker. Since you don't actually necessarily need this unless you're going to be booting EFI machines (bitlocker will create it's own partition for conversion when it's first run to bitlocker a drive, so this is only a convenience for speed in that case), you can create an image without it.

    This is not the case, i have tried this. When you make a new partition with the Win7 installer, he says that he will make a extra partition. This partition is becomming 100 mb and there is nothing i can do about it!

    So now am gonna try gparted. And then making no partitions with the win7 installer but making them all with Gparted and then install Win7 on the partition that i want it. I must try this..

    Not true it is you that is doing it wrong you can delete extra partition and expand other, so you only have one.

  5. How do you force the install from DVD ? I would like to install the apps from DVD and not the hard drive ? The assumption here is that my drive/partition will be clean when I do the install. Thanks in advance for your help.
    The Apps are copied to dvd what maxx is saying is if you were installing to say your own machine and you had the apps on dvd and another partition or drive you can select from where you want to install from.
  6. Here is my appswitch file as well. I am placing all necessary apps in c:\apps\subdirectory for each application. Am I entering the entries incorrectly? Do I need to add the subdirectory for each application as it is in the c:\apps directory? Also do I need a different designation if I want them to install from the DVD ? Again thanks for your assistance.

    [Off2k7]

    REM http://www.microsoft.com

    REG ADD %KEY%\iAdd /VE /D "Office 2007" /f

    REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\setup.exe" /f

    [Firefox]

    REM http://www.mozilla.org

    REG ADD %KEY%\iAdd /VE /D "Firefox" /f

    REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\ff.exe" /f

    [CIS]

    REM http://www.comodo.com

    REG ADD %KEY%\iAdd /VE /D "Comodo Firewall" /f

    REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\fw.exe" /f

    [Avira]

    REM http://avira.com

    REG ADD %KEY%\iAdd /VE /D "Avira Antivirus" /f

    REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\Avira.exe" /f

    [Ashampoo]

    REM http://avira.com

    REG ADD %KEY%\iAdd /VE /D "Ashampoo Burning Studio" /f

    REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\Asham.exe" /f

    You need to add full path to your apps i,e the sub folders also examples below.

    [DVDFab_6]
    REM http://www.dvdfab.com/
    REG ADD %KEY%\iAdd /VE /D "DVDFab Platinum v6.1.2.5" /f
    REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\DVDFab_6\DVDFab6125.exe /SILENT /SP- /NORESTART" /f
    REG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%USERPROFILE%\Desktop\DVDFab 6.lnk\"" /f
    REG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\DVDFab 6.lnk\"" /f
    FLAG1=HKLM\SOFTWARE\DVDFab
    FLAG1=HKCU\SOFTWARE\DVDFab\V6

    [DVD2one]
    REM http://www.dvd2one.com/download.php
    REG ADD %KEY%\iAdd /VE /D "DVD2one 1.5.2" /f
    REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\DVD2one\setup_dvd2one152.exe /S" /f
    REG ADD %KEY%\iAdd /V Inum /D "REGEDIT /S %SystemDrive%\APPS\dvd2one\dvd2one.reg" /f

    [DVDSanta]
    REM http://www.dvdsanta.com/
    REG ADD %KEY%\iAdd /VE /D "DVDSanta" /f
    REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\DVDSanta\dvdSanta.exe /SILENT /SP- /NORESTART"/f
    REG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%USERPROFILE%\Desktop\dvdSanta.lnk\"" /f
    REG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\dvdSanta.lnk\"" /f

  7. Moved from always buggy WinDVD and PowerDVD (same s***, sorry) to ArcSoft TotalMedia Theatre 3 and now looking for silent install switches...

    Tried setup.exe /s/v/qn but it finished with ResultCode=-3 in setup.log. It seems I need to enter serial number somewhere...

    Also there is an update for it - totalmediatheatre_3.0.1.120_3.0.1.160_update_all.exe which doesn't support even /s/v/qn

    Please help.

    Have you tried unpack the archive with winrar then try an admin install

  8. Hi Blue,

    That worked :)

    However, I have an issue when trying to integrate drivers for my Nvidia graphics card. Drivers are latest official WHQL Windows 7 x64 drivers. (I have no problems with integrating Nforce drivers though).

    Installing 10 of 11 - D:\[Win_7]\7Customizer\Win7Drivers\Nvidia WinVista_Win7_64
    v195.62\NV_DISP.INF: Error - An error occurred. The driver package could not be
    installed.
    For more information, check for log files in the <windir>\inf folder of the targ
    et image.
    Installing 11 of 11 - D:\[Win_7]\7Customizer\Win7Drivers\Nvidia WinVista_Win7_64
    v195.62\NVDD.INF: Error - An error occurred. The driver package could not be in
    stalled.
    For more information, check for log files in the <windir>\inf folder of the targ
    et image.

    Error: 30

    The command completed with errors. For more information, refer to the log file.

    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    ==Finished integrating drivers==

    I have also attached the relevant part of the dism log.

    Thx.

    Try expanding the drivers files.

  9. How about windows updates ?

    I know 7Costumizer kan integrate some of them, but i mean all .exe and .msu files including java, flash etc for windows 7 ?

    yea i know java etc are apps and that is on the do do list perhaps but i consider them as windows updates :P

    you obviously ain't grabbed the plot you can integrate drivers and hotfixes if they are MSU files with DISM as for others you need to do it with cmd.

    example.

    windows-kb890830-x64-v3.1.exe /quiet
    vcredist2005SP1_x86.exe /Q
    vcredist2008SP1_x86.exe /q
    msxml4-KB954430-enu /quiet
    Windows6.1-KB947821-v2-x86.msu /quiet /norestart
    Windows6.1-KB973525-x86.msu /quiet /norestart
    Windows6.1-KB973874-x86.msu /quiet /norestart
    Windows6.1-KB974332-x86.msu /quiet /norestart
    Windows6.1-KB974431-x86.msu /quiet /norestart
    Windows6.1-KB974455-x86.msu /quiet /norestart
    Windows6.1-KB974571-x86.msu /quiet /norestart
    Windows6.1-KB975053-x86.msu /quiet /norestart
    Windows6.1-KB975364-x86.msu /quiet /norestart
    Windows6.1-KB975467-x86.msu /quiet /norestart
    Windows6.1-KB976749-x86.msu /quiet /norestart

  10. @ Viper999

    [Vista_Path]

    Wallpaper=D:\Storage\XP\winxp\$OEM$\$$\Web\Wallpaper

    Wallselect=Autumn1.jpg

    Applications=D:\Storage\XP\winxp\Software

    MP3=D:\Storage\Downloads\music\Men At Work - Cargo

    Se7en_UA=D:\Storage\XP\Vista Win 7\Se7en_UA6.0.3

    Change your Paths

    Applications=D:\Storage\XP\winxp\Software

    to

    Applications=D:\APPS

    you may also want to install Seven_UA to root of drive or remove spaces in folder names

  11. Installing applications: Never mind I figured it out

    What am I doing wrong?

    Working with a win7 64bit ultimate image on an install of the same.

    I've made an installation DVD with 9 apps that are installed from the DVD.

    It installs on a vmware virtual machine OK.

    When I go back to Se7en_UA and click on roll back here and then

    Add Applications. When I click the check box of one of the apps I've

    already setup I get this popup

    If I go to the apps folder, the sub folder for that app is gone.

    I click on all the apps and the sub folders are deleted.

    If I copy a backup of the APPS folder back to

    UaDVD/APPS I'm able to setup the applications again.

    Another question

    If Iwant to install my apps from a second HD do I just need to put the APPS

    folder on that drive and then setup the apps the sameway I've been

    doing it?

    Never had that problem with Apps folder i,e getting deleted in saying that i Never add my Apps folder to c:\ i always have them on different partitions or drives think this also answers your second question you can have as many APPS folders as you like .

  12. I'm gonna make a screenshot just to be sure all is correct. mkcd2o.jpg

    I'm using a USB HDD... not a pendrive. there any implication?

    Yes obviously go to

    Administrative Tools, and then open Computer Management.

    Click Disk Management, then find your external hard drive in the list on the right (in the upper pane).

    Right-click the drive and choose Mark Partition as Active. Approve whatever warnings Windows issues.

    remember you will need to select usb hdrive when booting.

  13. Hi,

    I just finished my multi win7 image (x64 & x86).

    Now I have 2 autounattend.XML files, one for 64bit and one for 32bit.

    Is it possible to put them both in the dvd? So when x64 ultimate is chosen the setup uses the x64 answerfile and when ultimate x86 the setup uses the x86 answerfile.

    Is this possible?

    :)

    you can actually combine them into one.
×
×
  • Create New...