Jump to content

Obet31

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Obet31

  1. Thanks for sharing. I've taken a lot of the code into my own HTA but again I'm a newbie at this.

    Can someone help me or point me to the correct direction on how to change the background image when an option is chosen from using a radio button? Here is my situation:

    I added two(radio) buttons that say (development and production) to readily distinguish the environment that they are going to get the image from. My problem is I cannot change the background image (am totally inexperience in html or hta) defined in <DIV>. Can someone please help me on how to do this?

    What I am doing is this:

    strBody = strBody & "<td><Input type=radio name=envList checked value=Production onclick=ChangeBG>" &_

    "Production" & "</BUTTON><BR>"

    strBody = strBody & "<Input type=radio name=envList value=Development onclick=ChangeBG>" &_

    "Development" & "</BUTTON></td>"

    sub changeBG

    ...

    end sub

    Is it possible to change it this way? What am I suppose to put in the "changeBG" to change the SRC?

    Thank you very much.

    You guys rock!!!

  2. Hi,

    Maybe your cmdlines.txt is the same on both location. There are 2 locations that cmdlines.txt might appear. First is the one under ..\i386\$OEM$\ which is ran first. When sysprep runs on your cloned machine, it will run the one under ..\i386\$OEM$\$1\<Sysprep>\i386\$OEM$\ . If your cmdlines.txt is identical then it will run the same commands. Make sure to remove the ones you dont need and put in any of your post batch commands in there.

    Hope this helps.

    Obet31

  3. Hi Guys,

    I need help on how to get pass the Protect Your PC page without enabling the Automatic Updates feature. Basically, what I need to do is create an image with SP2 on it. This image will be distributed but I dont want them to see this page. In other words, no user intervention is needed.

    Thanks,

    Obet

×
×
  • Create New...