Jump to content

Marthax

Member
  • Posts

    588
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Sweden

Posts posted by Marthax

  1. and another thing...does anyone know how to delete certain files inside a directory if i don't know what they are called but i want the folder to be emptied...like windows prefetch folder i want it to be emptied but i don't know what all the files are called...is there a way to delete them without knowing their name?

  2. hey guys!

    now that i finished my batch file i wanted to clean up the computer a little bit so that the unnecessary files that were copied to the computer during the installation will be deleted. the command for deleting a folder or a file is "del" right? besides that i also want it maybe to empty the recycle bin..maybe it's not necessary for the installation but it would be good to know the command. Does anyone know the command to empty the recycle bin?

  3. does someone now the unattend switch for the installation of adobe premiere 6.5?

    ECHO Installing Premiere 6.5ECHO Please Wait...start /wait c:\PREMIERE\Premiere\Setup.exe -s /REBOOT=ReallySUPPRESSECHO.

    i tried this one but it does'nt work...i've created a .iss file but it won't work. someone what to do? :)

  4. This is how my winnt.sif looks like..hope this helps :) I've double checked my file and everything seems to be right but then again i'm not a master in these things so maybe you guys can help me out here.. thx for all the replies :rolleyes:

    ;SetupMgrTag[Data]    AutoPartition=1    MsDosInitiated="0"    UnattendedInstall="Yes"
    [unattended]    UnattendMode=FullUnattended    OemSkipEula=Yes    OemPreinstall=Yes    TargetPath=\WINDOWS    UnattendSwitch=yes    Repartition=yes    WaitForReboot=No    KeyboardLayout=Swedish
    [GuiUnattended]    AdminPassword=*    EncryptedAdminPassword=NO    OEMSkipRegional=1    TimeZone=110    OemSkipWelcome=1
    [userData]    ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX    FullName="XXXXX"    OrgName="XXXXX"    ComputerName=XXXXX
    [Display]    BitsPerPel=32    Xresolution=1024    YResolution=768    Vrefresh=85
    [TapiLocation]    CountryCode=46    Dialing=Tone    AreaCode=08
    [RegionalSettings]    LanguageGroup=1    SystemLocale=0000041d    UserLocale=0000041d    InputLocale=041d:0000041d
    [identification]    JoinWorkgroup=MSHOME
    [Networking]    InstallDefaultComponents=No
    [NetAdapters]    Adapter1=params.Adapter1
    [params.Adapter1]    INFID=*
    [NetClients]    MS_MSClient=params.MS_MSClient
    [NetServices]    MS_SERVER=params.MS_SERVER
    [NetProtocols]    MS_TCPIP=params.MS_TCPIP    MS_NWIPX=params.MS_NWIPX
    [params.MS_TCPIP]    DNS=Yes    UseDomainNameDevolution=No    EnableLMHosts=Yes    AdapterSections=params.MS_TCPIP.Adapter1
    [params.MS_TCPIP.Adapter1]    SpecificTo=Adapter1    DHCP=Yes    WINS=No    NetBIOSOptions=0
    [Components]    msmsgs=off    msnexplr=off    freecell=off    hearts=off    minesweeper=off    pinball=off    solitaire=off    spider=off    zonegames=off    Fax=off    Clipbook=Off
    [params.MS_NWIPX]    VirtualNetworkNumber=00000000    AdapterSections=params.MS_NWIPX.Adapter1
    [params.MS_NWIPX.Adapter1]    SpecificTo=Adapter1    PktType=0xFF    NetworkNumber=00000000
    [branding]    BrandIEUsingUnattended=Yes
    [Proxy]    Proxy_Enable=0    Use_Same_Proxy=0
  5. hey guys!

    i need some help again with my unattended win xp installation because i'm stuck and can't seem to figure out what to do next. The problem i have is that when my win xp is installing it's starting by formatting the hard drive and then copying files to the computer and then restarts. After that when the installation begins and it shows up on the screen you can see that 3 of the 4 on the left side is filled in which i thought ment that the installation was going to do it all by itself, but then to my suprise the window were you are supposed to enter all the information shows up and you have to enter the information like a normal win xp installation. I've configured my winnt.sif file to enter all the information and i've used the deployment tool setupmgr.exe to do this but still i get the normal installation. What am i doing wrong?! :)

  6. steam.exe /silent

    taskkill /f /im steam.exe

    I've tried that one out already and the result is that the installer program shows up at the start of the installation and you have to choose which directory to install the game in and so on..But then the game installs and exits automatically so that part seems to work. Is it possible to make it totally automatic?

  7. hey guys!

    i'm a little new to these things but i've managed to done the batch file for the installation good so far, i think. But know when i make my installation i see that i'll maybe have to use more than one disc. my question is, does anyone know how to make the batch file ask for another disc and then when you press enter for example it continues with the installation?

×
×
  • Create New...