Recent content by Andrew

  1. A

    Rollback patch following installation

    Sounds like a good idea, any estimates when PB3 may be available (weeks, months, years)?
  2. A

    Calling .Net assembly

    I was going to write some .Net code to perform a custom action (to extract a line of text from a file which defines the installation folder), which Paquet Builder is unable to do. This would be easier for me in C#, but in the end I had to write some custom C code to read the file data.
  3. A

    Rollback patch following installation

    Setting up custom actions would require all of the files to be re-stated in custom code, rather than linking them automatically to the list of files in the File Manager. It would be a nice feature to extend the File Extraction options to have a ‘Rename existing’ file option so that each file...
  4. A

    Rollback patch following installation

    I’m trying to use Paquet builder to create a patch which will install updated DLLs to an application, so far its working well but I need to evaluate some other issues. Following the installation of the patch, I would like to have a facility to roll back the patch (say if the user wants to...
  5. A

    Calling .Net assembly

    I have found the ability to call a C function in Paquet Builder, but it would be a great improvement for us if we were able to directly call into a .Net assembly and have similar access to Paquet builder variables. Is there any way to do this already or any plans for the future?
  6. A

    Reading a value from a file

    I am evaluating Paquet Builder and have a question relating to custom actions. I would like to read a value from a text file into a custom variable, the text file only contains a single line which is the full folder path of my installed application, so I just need to be able to read the value...
Back
Top