Search results

  1. I

    3.2 failing OS check on Windows 8.1

    Works on Windows 8, Version 6.2.9200, fails OS check on Windows 8.1 Version 6.3.9600.
  2. I

    3.2 failing OS check on Windows 8.1

    I have an installer that exits if %OSVER% is less than 11 (Vista). It correctly exits if attempt to install on Windows XP, passes and installs fine on Windows Vista, 7 and 10. Haven’t tested on Windows 8 yet, but it is failing the OS check on Windows 8.1. Why would this be?
  3. I

    Installer Icon has changed - Edit package resources

    That worked, and quit well. Thanks for the tip 😄
  4. I

    Installer Icon has changed - Edit package resources

    Great work on 3.2! While rebuilding some of our installers in the new version, I found that the Package Icon - the icon you can customize to appear at the top-right in the Install Wizard, is messed up somehow. Where we previously specified a custom .ICO file and it displayed correctly in...
  5. I

    Registering DLLs and System32 vs SYSWow64

    Okay great, so I was doing it correctly by using %SYS% and where the DLLs are copied is dependent upon the package being created, and the destination OS. For some reason, my DLLs weren’t getting registered on 64bit Windows. The only way I could get them to reliably register was to create two...
  6. I

    New feature request

    Perfect. I had no idea. It’s not obvious so I’d been doing it one row at a time for months. Thanks!
  7. I

    New feature request - add global variable for the unique registry key

    I have many, many custom actions that check for the existence of the Unique Registry Key entered in Functionality --> Configure uninstaller to prevent one from re-installing a full install of my software it is already installed. There is no global variable for the Unique Registry Key entered in...
  8. I

    New feature request

    I have custom actions that I must replicate for both 32bit and 64bit OS. I can only copy a single custom action at a time. This makes copying dozens of custom actions tedious and it is easy to get something out of order and cause problems. It would be nice to be able to copy a group of custom...
  9. I

    Registering DLLs and System32 vs SYSWow64

    I need to register some .dll and .ocx for a 32-bit application. I can register these fine using Custom Actions in System32 by using the %SYS% Paquet Builder global variable. But on a 64bit OS, System32 contains the 64bit libraries. I need to register these in SYSWow64, but Paquet Builder 3.0.4...
Back
Top