Search:

Type: Posts; User: glewis64

Search: Search took 0.01 seconds; generated 52 minute(s) ago.

  1. Re: Run supplied exe, capture it's output and display in a dialog.

    I have resolved my issue and was able to run my exe from a cmd prompt, redirect the output to a log file and read that log file into a dialog box.
  2. Run supplied exe, capture it's output and display in a dialog.

    I'm needing to run a .exe and capture it's output and display in a dialog. The user can then examine the output and determine if they want to proceed or exit the installation.
  3. Replies
    1
    Views
    4,565

    Copy files at end of installation

    I have an installer that installs our software as well as runs an installer from another 3rd party. After the 3rd party installation finishes I need to copy some dll's into their Program Files...
  4. Replies
    3
    Views
    3,900

    Re: EDIT INI disable variable expansion

    Yes it does!!! Thank you!
  5. Replies
    3
    Views
    3,900

    EDIT INI disable variable expansion

    I'm wanting to edit an ini file and have the resulting file contain:

    VAR=%MYVAR%

    When I put this in the EDIT INI command, the compiler complains that the variable doesn't exist.

    How do I...
  6. Replies
    2
    Views
    3,364

    Remote App .rdp and shortcut.

    Good afternoon,

    We have recently published our app as a remote application served by a terminal server. I'm looking to build an installation that will create the .rdp file along with a short cut...
  7. Replies
    4
    Views
    10,758

    Re: SetupBuilder uninstall hangs

    Perfect!

    Thank you very much.
  8. Replies
    4
    Views
    10,758

    SetupBuilder uninstall hangs

    This one is perplexing.:confused:

    I have written an major upgrade script for my application. When I make major upgrades I change my GUID so the patches can make sure they are being applied to the...
  9. Replies
    5
    Views
    9,968

    Re: .Net Framework 2 on XP ServicePack 3

    Maybe I'm missing something, but here is my thinking.

    1. Framework 2 service pack 1, which is what your redistributable is, requires XP Service Pack 2.
    2. Line 80 used to be: If...
  10. Replies
    5
    Views
    9,968

    Re: .Net Framework 2 on XP ServicePack 3

    Yes it does!

    BTW, I had to change it to: If %SERVICEPACKNUMBER% Less Than "2" Then

    Thank you for your help.
  11. Replies
    5
    Views
    9,968

    .Net Framework 2 on XP ServicePack 3

    In looking into .Net version 2 core prerequisit script(rt_dotnetframework2_x86.sbi), why is it only installing on WindowsXP if ServicePack=2? I'm on ServicePack 3. Some of my customers may not even...
  12. Replies
    3
    Views
    8,564

    Re: Implement changes to Environment Variables

    Is there a command within SetupBuilder to put this timeout anywhere withing the script?
  13. Replies
    2
    Views
    7,109

    Re: Uninstalling application

    Got it ... Thank you.

    The /qn was the trick. Must not work with the full msi user interface.
  14. Replies
    2
    Views
    7,109

    Uninstalling application

    Good morning,

    I have run into a challenge.

    I am attempting to test for the presence of and uninstall a program in my setup.

    I can successfully detect the previous version via GUID and if it...
Results 1 to 14 of 14