Jump to content

iceangel89

Member
  • Posts

    448
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Singapore

Posts posted by iceangel89

  1. Hi,

    between my XP and Vista comp, the way i go about file sharing is type "\\Computername" in my explorer to enter the shared folders of the computer. the computers aren't listed in "My network places" or inaccessible - it says i do not have permissions - when i can enter and access files using \\Computername? how do i fix this?

    Thanks in advance.

  2. Is it ok to have a DB Structure like this where Hardware from PC comes from a Hardware table? i will have many Foreign Keys in the PC table. eg. ProcessorID - HWID, HDDID - HWID... etc. then to select the item, i can do something like

    SELECT * FROM Hardware, Category 
    WHERE
    Hardware.CategoryID = Category.CategoryID AND
    Category.Title LIKE 'Processor'

    I hope the code is right i hand typed it

    post-125966-1181993552_thumb.jpg

  3. i get this error:

    Windows ® Installer. V 4.00.6000.0 

    msiexec /Option <Required Parameter> [Optional Parameter]

    Install Options
    </package | /i> <Product.msi>
    Installs or configures a product
    /a <Product.msi>
    Administrative install - Installs a product on the network
    /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
    Advertises a product - m to all users, u to current user
    </uninstall | /x> <Product.msi | ProductCode>
    Uninstalls the product
    Display Options
    /quiet
    Quiet mode, no user interaction
    /passive
    Unattended mode - progress bar only
    /q[n|b|r|f]
    Sets user interface level
    n - No UI
    b - Basic UI
    r - Reduced UI
    f - Full UI (default)
    /help
    Help information
    Restart Options
    /norestart
    Do not restart after the installation is complete
    /promptrestart
    Prompts the user for restart if necessary
    /forcerestart
    Always restart the computer after installation
    Logging Options
    /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile>
    i - Status messages
    w - Nonfatal warnings
    e - All error messages
    a - Start up of actions
    r - Action-specific records
    u - User requests
    c - Initial UI parameters
    m - Out-of-memory or fatal exit information
    o - Out-of-disk-space messages
    p - Terminal properties
    v - Verbose output
    x - Extra debugging information
    + - Append to existing log file
    ! - Flush each line to the log
    * - Log all information, except for v and x options
    /log <LogFile>
    Equivalent of /l* <LogFile>
    Update Options
    /update <Update1.msp>[;Update2.msp]
    Applies update(s)
    /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>
    Remove update(s) for a product
    Repair Options
    /f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode>
    Repairs a product
    p - only if file is missing
    o - if file is missing or an older version is installed (default)
    e - if file is missing or an equal or older version is installed
    d - if file is missing or a different version is installed
    c - if file is missing or checksum does not match the calculated value
    a - forces all files to be reinstalled
    u - all required user-specific registry entries (default)
    m - all required computer-specific registry entries (default)
    s - all existing shortcuts (default)
    v - runs from source and recaches local package
    Setting Public Properties
    [PROPERTY=PropertyValue]

    Consult the Windows ® Installer SDK for additional documentation on the
    command line syntax.

    Copyright © Microsoft Corporation. All rights reserved.
    Portions of this software are based in part on the work of the Independent JPEG Group.

  4. so it means task manager is just giving me a inaccurate reading of the process?

    and ya nuhi, seems like i became more interested to learn abt OS and develop automation to run my progs. currently trying a VB app to run progs unattended, like WIHU etc, except since i am learning VB in sch, trying the same thing with VB instead of other progs. lol :rolleyes:

    found that i can easily do that with System.Diagnostic.Process.Start("/Prog.exe")

  5. maybe i need SATA drives, as for errors, it gives an BSOD and restarts so quickly i cant see a thing

    but if i require drives, wont it prompt me for it? instead of showing a BSOD?

    ----------------- EDIT -----------------------------

    I just saw Microsoft Site about this, guess its something abt the IDE controller on a P965 Chipset. it says

    http://support.microsoft.com/kb/316401

    Does this mean i have to reformat the WHOLE HDD? i will be trying to create a partition marking it active then reboot and see how things go. actually what does ACTIVE mean? something abt which Partition is the boot partiion?

  6. Hi, any comments about this new product/technology? i actually need some help about its applications to education, transportation & recreation. i was thinking that its nothing more than a Large version of a tablet PC and an enhanced version of a desktop?

    http://www.microsoft.com/surface/

    nevertheless i think that its good for education as its more interactive and won't bore students to death. but i can't talk too much about only 1 point, can i? any help? microsoft ppl maybe? how would u promote the product? there is not much info about this product online, so this is making research difficult.

  7. i am sure this is very common thing to do. how do i do it. currently i used the ASP.NET Configuration tool but even when not logged in i can access the folders. this is what my Admin/web.config looks like after editing it after searching for info on this, but its not working.

    <?xml version="1.0" encoding="utf-8"?>
    <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
    <location path="~/Admin">
    <system.web>
    <authorization>
    <allow roles="admin" />
    <deny users="*" />
    </authorization>
    <authentication mode="Forms">
    <forms loginUrl="~/Home/Login.aspx"
    defaultUrl="~/Default.aspx" />
    </authentication>
    </system.web>
    </location>
    </configuration>

  8. i am currently using WUD for the 1st time, currently DLing updates for my XP. so how do i use the files after the DL, can i use it with nLite?

    How is the Format of the files? like the many folders found in the Windows/SoftwareDistribution folder? any diff with using the Files in the SoftwareDistribution vs WUD?

×
×
  • Create New...