Forum Discussion
Magger777
Feb 09, 2023Copper Contributor
Issues with WIN32APP USER Installation behavior
Hello everyone, whenever I set the installation behavior of an WIN32APP to user it won't start and sets it to "Not Applicable". I wanted to copy files to %APPDATA% thats why i choose USER....
Feb 09, 2023
I guess we need some more background info here...
1. How is the app installed.
2. how are your detection rules configured
3. looking at the error... how did you configure the requirement rules?
https://call4cloud.nl/2022/11/all-quiet-on-the-intune-detection-rules/
1. How is the app installed.
2. how are your detection rules configured
3. looking at the error... how did you configure the requirement rules?
https://call4cloud.nl/2022/11/all-quiet-on-the-intune-detection-rules/
- Magger777Feb 09, 2023Copper Contributor
1. This is the Script I like to install:
copy "File.ttf" "C:\Users\%username%\APPDATA\Roaming\Microsoft\Templates" copy "Normal.dot" "C:\Users\%username%\APPDATA\Roaming\Microsoft\Templates" copy "Normal.dotm" "C:\Users\%username%\APPDATA\Roaming\Microsoft\Templates"
2.
3.
- Feb 09, 2023Ï assume that script is just a install.cmd script or something like it?
What happens when changing the copy to part to %appdata%\microsoft\templates" instead of using %username% in it.- Magger777Feb 09, 2023Copper ContributorIt's a .bat but that won't make a difference, right?
I tried it with %APPDATA% before but changed it because in the link you've provided it says not to use %APPDATA% but C:\Users\%username%\APPDATA\and_so_on.
Both have the same result.