HISE Logo Forum
    • Categories
    • Register
    • Login

    Packages for Mac, an for PC?

    Scheduled Pinned Locked Moved General Questions
    6 Posts 5 Posters 176 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Sampletekk
      last edited by

      I'm using Packages to make installers for Mac. What would be the best thing to make installers for PC?

      Oli UllmannO 1 Reply Last reply Reply Quote 0
      • Oli UllmannO
        Oli Ullmann @Sampletekk
        last edited by

        @Sampletekk
        Inno Setup

        S 1 Reply Last reply Reply Quote 0
        • S
          Sampletekk @Oli Ullmann
          last edited by

          @Oli-Ullmann said in Packages for Mac, an for PC?:

          @Sampletekk
          Inno Setup

          Thanks! What path, nomally, would VST3 file go to in windows?

          d.healeyD A orangeO 3 Replies Last reply Reply Quote 0
          • d.healeyD
            d.healey @Sampletekk
            last edited by

            @Sampletekk https://helpcenter.steinberg.de/hc/en-us/articles/115000177084-VST-plug-in-locations-on-Windows

            Libre Wave - Freedom respecting instruments and effects
            My Patreon - HISE tutorials
            YouTube Channel - Public HISE tutorials

            1 Reply Last reply Reply Quote 0
            • A
              aaronventure @Sampletekk
              last edited by

              @Sampletekk https://docs.juce.com/master/tutorial_app_plugin_packaging.html

              1 Reply Last reply Reply Quote 0
              • orangeO
                orange @Sampletekk
                last edited by

                @Sampletekk In Inno Setup, the commoncf64 directory constant is used for 64-bit Common Files folder. So the below is the example for VST3 & AAX folder installation with Inno Setup.

                Source: FolderPath\YOUR_PLUGIN.vst3; DestDir: "{commoncf64}\VST3\"; Components: VST364; Flags: ignoreversion
                
                Source: FolderPath\YOUR_PLUGIN.aaxplugin\*.*; DestDir: {commoncf64}\Avid\Audio\Plug-Ins\YOUR_PLUGIN.aaxplugin\; Components: aax_64; Flags: ignoreversion recursesubdirs createallsubdirs
                

                develop Branch / XCode 13.1
                macOS Monterey / M1 Max

                1 Reply Last reply Reply Quote 1
                • First post
                  Last post

                19

                Online

                1.7k

                Users

                11.9k

                Topics

                103.6k

                Posts