Jump to content

x10a

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by x10a

  1. Hi guys,

    I use my win2k3 server as my gateway, I have recently obtained another line(dsl) and wish to use both of them at the same time(not as fail safe, but more like either a round robin connection). I know it is possible to do it in linux, but can you do it with windows server?

    I have 3 nic and running Routing and Remote access (NAT).

    2 minute network map

    (cable)Wan 1 -----------------------|Nic 1

    (DSL )Wan 2 -----------------------|Nic 2| Windows 2003 |-------------------- |Switch| ---------------|Workstations

    Thanks!

  2. nice app :)

    I personally don't leave my comp running over night cause it sounds like a **** hurricane with its 9 fans lol.. but my server which i can barely hear i leave on 24/7. so, would be nice to put it on there if i needed it..

    now does anyone know where i can find some sort of firealarm mp3.. lol.. i have 2 alarmclocks next to my bed, both of which will go off 15-30 minutes before i even hint at waking up.

    that's probably the last thing you want to do.... because if got used to it + starting to ignore it and god forbid and the "REAL" ALARM fired up.... :no:

  3. hi I'm new and I want to make a program install silently. After some search I found the application switch for the the program I want.

    the program is downloadable in the following link: http://www3.firstclass.com/ClientDownloads...es/FC8200US.exe

    First Class:

    Extract downloaded file:
    FC8200US.exe -extract_all:"C:\Temp"

    Create setup.iss (from the extracted folder):
    setup.exe /r
    The answerfile will be in C:\Windows

    Silent install:
    X:\FC82\Setup.exe /s /sms /f1X:\FC82\Setup.iss
    or
    \\SRVNAME\SHARE\Setup /s /sms /f1\\SRVNAME\SHARE\Setup.iss

    However I tried in cmd typing the silent install line just for testing. It attempt to load and then nothing happend . Did a quick read in the setup file created at the same folder as setup.iss adn found these.

    [installShield Silent]Version=v7.00

    File=Log File

    [ResponseResult]

    ResultCode=-3

    What am I doing wrong? And also I want to know what is /1X:\path

    since it will be make as installer later what do I have to change there?

    Thanks a ton!

×
×
  • Create New...