Jump to content

freshy98

Member
  • Posts

    30
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

About freshy98

freshy98's Achievements

0

Reputation

  1. I did see his installer but I couldn't see whether it could do what I need. I will check it out now. Thanks for the reply.
  2. I (probably) need to deploy iTunes here at work, but I want some thing set during the installation. I don't care in what way it's done, but I need/want too. During a manual installation you can deselect to not have iTunes copy all your music to it's library directory, etc. I want this unattended. Now, I have looked through the registry but haven't found anything useful to this. The itunes.pref seems to be a xml file in 7.5? Anyways, can anyone help me with this? Btw, QuickTime installation is fine.
  3. Would this help with doing a record on Runtime first, then Custom to get Windows Interfaces (ODBC) in? I know it makes two seperate .rsp files, but that should be no problem.
  4. Hi, Bit late to reply, but I am at this stage my self. If you are using a recent version you should be able to use OUI (Oracle Univeral Installer) which sucks. It is Java based and uses a response file. You can either use the setup.exe found in the root of the CDROM, or the one in \install\win32\. The one in the root calls de one in \install\win32. Then use "setup.exe -record -destinationfile <full-path-name.rsp>" to record an installation. After that you have to edit the rsp file with simple test editor, and put stuff like the splash screen, summary screen etc to false so it won't show. Don't put everything on false until you know the installation works. After all this, which will take a while because OUI is crap-to-the-bone, use the following line: "setup.exe -responsefile <full-path-name.rsp> -silent". The -silent is to ensure any annoying questions like a port is displayed, even though you handled it in the rsp file. In my case, I have to install ADI 8something on a Oracle 9i client. This is completly impossible. The installer b0rks on several files during installation. So, I have install 8something client on an empty machine and install ADI. Then I need to de-install the client and make some kind of package from it with Wise. Sounds simple, but it's Oracle so it probably ain't gonna be easy... Anyways, I hope you can use this information somehow.
  5. I don't get this... I recorded a nice installation with all the requirements for the normal runtime client, and also the Windows Interfaces for the ODBC stuff we need here. When I check the recorded .rsp file it's shows all the stuff I wanted in, including the port needed somewhere during the installation (default is 2030). But when I run the setup.exe with the recorded .rsp file, it shows the summary screen where it shows what it will install, and that's completly empty except for the Oracle client (installed per default). Anyone got any tips on this?
  6. Will try that. Should in theory work fine then. Thanks! ATM I am working on a Oracle 9i client unattended installation. Man, that sucks! Getting there though....
  7. mpl, How did you work out the NET8 configuration part? There is a netca.rsp which should handle everything, but it either isn't used or I got things wrong. The first thing to configure is the port (defaults to 2030) but I don't see a value of 2030 in netca.rsp. How have you done you silent installation? Did you use a custom .rsp with the individual packages defined for the client, excludig NET8 for example? Please let me know! [edit]I found out a nice other option to parse to setup.exe: setup.exe -record -destinationfile <path-to-filename.rsp> Seem to work quite nice, but has it's odds. Like you need to set everything to false on things that are shown.[/edit]
  8. I use the "/S /v/qn" way directly on the installer downloaded from Apple. Also, I use the batch file mentioned on page two of this thread with some modifications of my self. The problem starts after the QTPlayerSession.xml is copied to the client PC. The only thing I have changed in the preferences is that the taskbar icon/program isn't started. But somehow it won't work on a client PC ie. the taskbar icon/program is still enabled. There is a line in that file that specifies the profile path. <string>C:\Documents and Settings\weustink\Bureaublad</string> Weustink is the account name I originally installed QuickTime under, but of course other users have different usernames/last names. I tried using <string>%userprofile%\Bureaublad</string> but that doesn't help either. Does anyone know what to do to correct this? BTW: "bureablad" means "desktop" in Dutch.
  9. Well, it seems that what I want can only be done by the bootable CD. I am going to use GDISK from Symantec Ghost to make a 100% disk partition, FAT32 and let the formatting do on-the-fly. Won't be a problem, just hoped that it could be done more nicely. [edit]Well, gdisk is nice but DOS_ONLY.IMG from Alitirs which supports FAT32 is even nicer for this. I can use this boot flop to do what I want with gdisk in one job, instead of having two jobs. Case closed...[/edit]
  10. Do you use a bootable CD/DVD to setup Windows, or use a network installation (maybe using a job from Altiris for example)? If it's a bootable CD/DVD I don't think it's possible. I think the boot.bin (or whatever it is called) is the floppy on thje CD/DVD and that one initiates what is executed. So, you would have to hack that to have it execute a batch file or so.
  11. I got a problem here with setting up Windows XP Professional via a network installation. I have made a complete sysprep with Altiris Deployment Console, and everything works when the client PC has a FAT partition to put the setup files on. The problem here is that we want to put the new setup on all PC's, including our new PC line, with a NTFS partition. Only one partition exist, which is NTFS. I was hoping to use "LocalSourceOnCD=1" in [Data] in unattend.txt, but that won't do. My question now is, does anyone have experience with this and how did you solve it? It's kinda driving me nuts by now, after searching the internet on relevant information, but nothing seems to work for me.
  12. I can confirm to the non-raid drivers being picked first. What I did was just remove the non-raid drivers and lines. @buletov, contacting Silicon Graphics (SGI) doesn't make much sence since they didn't do the chip. They make Visual Workstations/Servers and Supercomputers. You are referring to Silicon Image ;-)
  13. I was wondering if anyone has succesfully installed X-Chat 2.x silently and keeping English text in the program. Using the /S option installs silently but it defaults to your regional settings language. In my case it is Dutch which sucks then! When using Gaim you can use /S too but also with /L=1033 to have English which works nicely :-) Hope to see any finding on this.
  14. hehe yeah, you should ;-) I will try it out. without the library option it works just fine.
  15. SolidasRock, just don't mention the options you don't want to have installed. Only the ones you want installed.
×
×
  • Create New...