Search found 6 matches

Go to advanced search

by mrtn
Thu Aug 06, 2020 12:45 pm
Forum: Common Problems
Topic: Intune LOB app for Normal.dotm
Replies: 9
Views: 7694
 
Jump to post

Re: Intune LOB app for Normal.dotm

Ah, I see. Then I understand why it didn't work. I am continuing to work on this, and now I try to simplify the code as much as possible. Maybe this is beyond the support you provide in this forum, but you've been so helpful, so I dare to ask anyway :) The app I'm creating is to be run manually by c...
by mrtn
Wed Jun 24, 2020 3:34 pm
Forum: Common Problems
Topic: Intune LOB app for Normal.dotm
Replies: 9
Views: 7694
 
Jump to post

Re: Intune LOB app for Normal.dotm

Thanks for the effort you put into your reply! Now I've changed the code to FOR /f "tokens=*" %%G in ('dir /b /a:d-s-l "%SystemDrive%\Users"') DO ( IF /I NOT "%%G"=="Public" ( IF NOT EXIST "%SystemDrive%\Users\%%G\Documents\Anpassade Office-mallar2\test.t...
by mrtn
Wed Jun 10, 2020 3:10 pm
Forum: Common Problems
Topic: Intune LOB app for Normal.dotm
Replies: 9
Views: 7694
 
Jump to post

Re: Intune LOB app for Normal.dotm

Hi, and thanks. No worries about the delay. The attachment is what my original Custom Action looked like, where the folder was created but the files were not distributed. After taking this screenshot, I tried to separate the two files with an "," and created an updated version of the app. ...
by mrtn
Fri Jun 05, 2020 4:16 pm
Forum: Sample Projects
Topic: Deliver a file to all users profile programmatically
Replies: 3
Views: 87605
 
Jump to post

Re: Deliver a file to all users profile programmatically

Thanks! That's great:)But sadly I must be doing something wrong. The folder is copied perfectly, but the files are not copied. My aim is to copy custom Office templates to the folder "My Documents\Anpassade Office-mallar", so I have modified the script. Maybe there are errors there? FOR /f...
by mrtn
Fri Jun 05, 2020 4:15 pm
Forum: Common Problems
Topic: Intune LOB app for Normal.dotm
Replies: 9
Views: 7694
 
Jump to post

Re: Intune LOB app for Normal.dotm

EDIT: At first, I didn't realize it was possiblie to post a reply to Dan's post- Now, I posted this question as a reply to the original post. Sorry for the double posting ... Here, you could try to follow the how-to created by my colleague Dan. Here is the link to the forum thread where he has expla...
by mrtn
Tue Jun 02, 2020 1:40 pm
Forum: Common Problems
Topic: Intune LOB app for Normal.dotm
Replies: 9
Views: 7694
 
Jump to post

Intune LOB app for Normal.dotm

I have followed this tutorial to create an Intune LOB app that installs the Normal.dotm to the correct folder in Windows. https://www.altitude365.com/2017/08/18/default-template-microsoft-office/ The issue is, that if the likely situation occurs, that the first run of Word in the actual machine take...

Go to advanced search