My first post ever on this forum so please don't shoot me if I'm doing anything wrong I'm trying to install JBuilder and Together 2006 silently, but it's not working somehow... I tried using the silent installation method from Borland JBuilder 2005... Thought that would work: To install JBuilder without using the GUI installer: 1. Create a file that specifies an installation directory and request a silent installation. 2. The file should contain these lines: * Windows: USER_INSTALL_DIR=drive:$/$Borland$/$JBuilder2005 INSTALLER_UI=silent So I made a file called installation.props with the following info: USER_INSTALL_DIR=C:\Borland\JBuilder2006 INSTALLER_UI=silent Then I use the following commands (in WPI) to "install" this stuff: JBuilder %systemdrive%\\install\\Applications\\Jbuilder2006\\Disk1\\InstData\\Windows\\VM\\install.exe -f %systemdrive%\\install\\Applications\\Jbuilder2006\\installation.props Together %systemdrive%\\install\\Applications\\Together2006\\install_windows.exe -f %systemdrive%\\install\\Applications\\Together2006\\installation.props Installation seems to take forever... And somehow I end up with 2 folders in my Start menu, with broken shortcuts, because Borland JBuilder and Together are nowhere to be found... What am I doing wrong?