Search:

Type: Posts; User: steve@trimpos.net

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    109,311

    Re: Using If statements to edit registry

    Thanks for the help. I actually deleted the entire section and put it in again and it works now.
  2. Replies
    3
    Views
    109,311

    Using If statements to edit registry

    I am trying to add a registry entry only if the installed version is less than a certain version. For some reason no matter what I do, the registry entry is added. The same if statement works great...
  3. Replies
    2
    Views
    4,242

    Re: Set static IP

    Currently use Netsh command at DOS.

    Step 1 run "Netsh interface ip show config"

    which will return the current IP address then run

    "netsh interface ip set address "Local Area Connection"...
  4. Replies
    2
    Views
    4,242

    Set static IP

    I have played around and understand using the Get System Info function to retrieve the network IP address. I would like to take this further and get the IP address, Subnet, Gateway and DNS server...
  5. Re: Checking Local Version to overwrite file

    You are correct, I had the wrong flag set. Works great now, Thank you
  6. Re: Checking Local Version to overwrite file

    Ok after more testing, I am still having problems. To test I have the installer sending back what is set in the flag and displaying a message box. If I have the following (I know the flag is set to...
  7. Re: Checking Local Version to overwrite file

    Where does the returned version come from?
    I have:
    Set Variable %DEV_VER% to FUNCTION:Detect Previous Version ("{7D3B3610-30D4-11DD-66BB-048967B36443}")
    Set Variable %INSTALLED_VERSION% to...
  8. Checking Local Version to overwrite file

    I am using automatic updates (wupdate) and would like to install a new file only if the customer is on a version prior to 23.01.27 (the file will contain critical data if the customer is on a version...
  9. Replies
    7
    Views
    7,093

    Re: wucheck and runonce

    I created a new productgui that I use just for the updates. If there is an update it downloads and installs it with the regular productgui that we use for revision changes. I created a batch file...
  10. Replies
    7
    Views
    7,093

    Re: wucheck and runonce

    I have it working now. I created a batch file that ran the wucheck and put the batch file under runonce.
  11. Replies
    7
    Views
    7,093

    Re: wucheck and runonce

    I only want windows to check for the update one time. Maybe I am not explaining correct. We have both version and revision updates. revision updates never contain file changes and are handled by our...
  12. Replies
    7
    Views
    7,093

    Re: wucheck and runonce

    I just wish to have it go out and check to see if there is a new upgrade available. Our computer manufacturer has a special line with our software on it. Although revision updates are handled while...
  13. Replies
    7
    Views
    7,093

    wucheck and runonce

    I am trying to create a pre-setup system that will always be updated. I have it so the first time the customer runs the system it asks a few questions, sets the computer name, shares some folders...
  14. Replies
    3
    Views
    11,047

    Re: Code sign error-1

    Thanks for your help. That worked.
Results 1 to 14 of 14