Search results

  1. D

    "Show an Information Panel" - How to capture for user selection

    Looking at the Custom Action, “Show an Information Panel”, is it possible to capture if the user selects the “Next” or the “Cancel” button? Cancel closes the executable and I would like to capture for that action if possible. Thanks in advanced.
  2. D

    Create Folder CA behavior anomoly

    PB3.2 is permitting the “creation” of a folder with no associated pathway. Create an Ask For Folder CA then type an invalid pathway into the text box, for example InvalidFolder omitting any drive or backslashes at the start and pass it to %DestPath% Create a Check for Folder CA with %DestPath%...
  3. D

    User Comment

    Hi, Nice work overall on 3.2 It was decided that instead of porting the prior projects forward to 3.2, I would redo them. This provided ample opportunity to create User Comments which revealed some issues with the rtf. Example: Take the following line and paste it into a User Comment to see...
  4. D

    Future release - Increase range of integers for "Do Arithmetic" CA

    I want to determine if there is sufficient free disk space available for an installation. The script “Get free space available…” reports 48307130368 When I create the script “Do arithmetic…” and attempt to subtract the disk space required from the above value, the Resulting value is just the...
  5. D

    Error 1061 while creating Ask user Dialog

    While working with the Ask User Dialog, I consistently get the following while compiling the package. Thoughts? Compiling scripts: script: “dlgwizintchoice.c”… fatal error #1061: Can’t open input file ‘C:\Program Files (x86)\Paquet Builder 3\Compiler\DialogBoxes\dlgwizintchoice.c’. –>...
  6. D

    Information panel or Read me looses rich text

    Just installed 3.1 update today. Opened an existing project started in 3.0 I am seeing that the Cut/Paste action of both the Display Informational Panel and Display Read me looses all of the rich text entered when Cut from one location then Pasted to a new location with an existing project...
  7. D

    Coolest new PB3 feature

    If you have ever had the need to call a package file in either the Initialization Phase or the Before File Extraction Phase, the new feature in PB3: “Loader Temporary Resources” found under the section “Advanced Build Options” is your answer. As soon as your package executable is run, a...
  8. D

    Compile errors [SOLVED]

    I just recompiled the first of several existing PB 2.96 projects in 3.0 The compile aborted with several errors as a result of Labels created in 2.96 that were not referenced with a GoToLabel. The unused Labels were Removed and those errors cleared on the next recompile. There are still several...
Back
Top