Jump to content

Millsy79

Members
  • Posts

    66
  • Joined

  • Last visited

Reputation

0 Neutral

About Millsy79

  1. We have updated from win 10 to win11 24h2. Certain apps such as Iris reach DigiDocs, when they are run display a big blue box that says 'This app has been blocked by your system administrator'. or apps that run from a network share display the same error. If you run these apps as an administrator then they will run. This suggests that something these application need to run is blocked to standard users. I have looked on process manager to see what the apps are trying to access to see if we can allow access for the user but in the case of DigiDocs it just seems to be the folder that contains the app and c:\windows\system32. Has anyone else had any difficulty with any of these non standard applications getting blocked for standard users.
  2. We have recently created a new server to replace the one that was holding the license file for techsoft. Is their anyway of seeing if a pc is still pointing to the old server location or the new as when we turned the old server of some PC's were still looking for the old location and some where fine. Is their a reg key or something that would display where it is looking for the license? Thanks
  3. Hi I'm trying to avoid having to manually install pack for Ableton I have been using the following script # Specify the path to the Ableton program folder $AbletonProgramPath = "C:\ProgramData\Ableton\Live 10 Suite\Program\Ableton Live 10 Suite.exe" # Check if the folder exists if (Test-Path -Path $AbletonProgramPath -PathType Container) { # Folder exists, so run the .alp file $AlpFilePath = "\\Servername\Abbleton$\Packs\OrchestralBrass_r46420_v9.0.alp" Start-Process -FilePath $AlpFilePath Write-Host "Running OrchestralBrass_r46420_v9.0.alp from network location." } else { Write-Host "Ableton program folder does not exist." } This script work fine if I run it directly from a device I want the pack installed, so I uploaded the script to Intune and applied it to a test group with a PC that has Ableton installed but its deleting the folder structure within C:\Programdata\Ableton\Live 10 Suite.
  4. HI I hadn't realized that the install relied on accessing a file from a folder in the same location as the msi file. So whilst I've been testing the silent install version of the msi file on a test machine it couldnt access the required file. So all the editing of the msi had worked and when i created the intune app for it with the required files it pushed out without any errors. Thank you all for your help and suggestions.
  5. Thanks. The Property table doesnt have INSTALLERLEVEL in it but the feature table had the options in it. the first feature had a level of 1 and the rest had a level of 1000. I changed all but database manager to 1 and now the list is how I would like it. However if I run the quiet install nothing happens so I still don't think is selecting Custom.
  6. thats what I'm trying to do. but i'm struggling to figure out what to edit so that it will auto pick the custom option and then fill in the required options that you can see in the pictures i posted in my first post.
  7. before the screens i have included in the screenshots their are a couple of other options that ask for a server address and port. I have already edited the MSI to include those. So I was hoping that a quiet install would just work and do a complete install instead of the preferred custom install but nothing seems to install at all when using the /quiet or /qn switches. My guess is that it fails at the point it wants to know what type (full install or custom install).
  8. Hi I'm trying to make the install of a piece of software more straight forward and so that I can possibly automate the install. The MSI File has a couple of options which I'm struggling to figure out how I can make sure they get pre-selected by editing the file using orca. I was hoping someone on here may have more experience in using orca that might be able to help. I have attached 2 picture to try and help you see what I'm trying to select. First I'm trying to make the install automatically select Custom. Then I need it to be able to select everything to be installed to local hard drive except for the database manager option.
  9. Thanks. I added ALLUSERS to the property table and it has worked
  10. Hi I'm trying to edit an msi file so that instead of a radio button be pre selected for a 'just me' selection it will pre select the 'everyone' option. The options are selected via a radio button. In the properties table of the MSI, I have found a property named 'FolderForm_AllUsers' the value of this is 'ME'. if that value is changed then the 'just me' option is no longer pre selected but neither is the 'everyone' option. I've tried replacing the 'ME' value with the word 'EVERYONE' but it doesn't seem to make a difference. Has any one any experience with using orca that might be able to lend a hand?
  11. Hi Does anyone have a good recommendation for good free video editing software for pupils to use. clip champs requires a buisness e3 licence rather that the a3 licence we have for education so I was wondering what could be used as an alternative.
  12. sod law that after looking and looking I resolved it just after I posted the issue. I've now got to get it to select one of three buttons. 'Typical', 'Custom' or 'Complete'
  13. Orca seems pretty good. I've managed to manipulate the installer to pre-check some boxes but I'm struggling on how to fill in text boxes that ask for the server name and the port number. Has anyone had any experience in this?
  14. Thanks. I'll give it a go
  15. has anyone managed to automate the install of PSF client side installs. PSFin_Client msi requires you to enter the server address and port and then we have to do a custom install that leaves out the database manger. Is it possible to to some how script this?
×
×
  • Create New...