Search:

Type: Posts; User: kboller

Search: Search took 0.00 seconds.

  1. How to test for variable length or limit a variable to a max length

    Hi,

    I have a user variable that cannot be longer than 16 characters. How do I limit user entry or test for the length to alert the user of the issue.

    Thanks,

    Kurt
  2. Replies
    13
    Views
    121,655

    Re: Run Program - powershell.exe issue

    Hi Friedrich,

    It was the difference between running the 32-bit vs 64-bit command prompt that was the issue. That was what I needed to know.

    Thank you!,

    Kurt
  3. Replies
    13
    Views
    121,655

    Re: Run Program - powershell.exe issue

    The 32-bit program vs 64-bit may be the factor. This is running on a 64-bit system. This brings up more questions:

    1) How do you tell which mode the command prompt is running in?

    2) Can you...
  4. Replies
    13
    Views
    121,655

    Re: Run Program - powershell.exe issue

    So to summarize what's happening (sorry, I should have done that in the last reply). When the batch file is run from an un-elevated command prompt, the script runs fine and is able to query the...
  5. Replies
    13
    Views
    121,655

    Re: Run Program - powershell.exe issue

    I tried the Run Command Line route and it's better however still not working correctly. This is an excerpt from the PowerShell script. When running the batch file manually, everything works fine....
  6. Replies
    13
    Views
    121,655

    Re: Run Program - powershell.exe issue

    Here is a better image of the error I receive when running the script from powershell.4681
  7. Replies
    13
    Views
    121,655

    Re: Run Program - powershell.exe issue

    Still having an issue with Powershell. I am trying to run a PowerShell script shortly after starting my installer. SetupBuilder copies the script to a temporary folder %TEMP%\FacilityDocs and then...
  8. Replies
    1
    Views
    2,863

    Crash while editing script

    SetupBuilder has been crashing periodically, and it seems to crash most often after double clicking on a “Define Wizard Dialog” in the script to edit it. The application does not crash every time I...
  9. Replies
    2
    Views
    4,611

    Re: Environment Variable question

    Yes, Thanks.
  10. Re: Changing the tab order of contols on a diaglog box

    Yes, that did the job. Thanks.
  11. Replies
    2
    Views
    4,611

    Environment Variable question

    I am trying to set environment variables during an install in order to pass them to PowerShell scripts that communicate with a SQL server instance during setup. It doesn’t appear that SetupBuilder...
  12. Changing the tab order of contols on a diaglog box

    How do I change the tab order of controls on a dialog box window?
  13. Replies
    13
    Views
    121,655

    Run Program - powershell.exe issue

    Hi,

    I have a powershell script that I want to run during the install process. It needs to run with elevated permissions. However at this point that line doesn't appear to do anything. ...
  14. Replies
    5
    Views
    4,824

    Re: SQL2008 Express install not working

    I've checked everything and I have the variables set to the best of my knowledge. It does install the sql server however the instance is not being created. Any suggestions on what to look for to...
  15. Replies
    5
    Views
    4,824

    Re: SQL2008 Express install not working

    So out of the box it doesn't actually do the install, I have to modify it to perform the installation, correct?
  16. Replies
    5
    Views
    4,824

    SQL2008 Express install not working

    Hi,

    I include MS SQL2008 Express as a core requisite and though the install appears to run correctly, it doesn't install a new instance of the sql server. What am I missing?

    Thanks,
    ...
Results 1 to 16 of 16