I'm updating our documentation for the SIMS install process on a Win 7 machine and am wondering if anyone still uses the SIMSPerm.bat file and if it works on a Windows 7 device?

I'm updating our documentation for the SIMS install process on a Win 7 machine and am wondering if anyone still uses the SIMSPerm.bat file and if it works on a Windows 7 device?
Don't believe it does, I've been using GP, actually I need to document this.

computer config/windows settings/security settings/file system/
add file
point it at your sims folder (might be worth pointing at prog...x86 as well even if you just type it in so its done) and give appropriate groups modify access same with registry and any other folders it needs
Excellent. Would this be the same for FMS or would this be different.
Thanks


This is good timing, i just noticed a recent blog, by someone, regarding the GPO settings / script being used for XP, i suggested they come here to share, and also explore options for Win 7. I think more areas are needed for sure, because the increased security is preventing all bar the administrator from upgrading SIMS, at least on our systems.
I have recently modified the simsperm.bat file so that it could be deployed as a startup script via group policy on our network.
vikpaw suggested I share it here in case it's useful.
I don't currently have access to any Windows 7 computers, so it might not work on Win 7 due to the increased security. But it does work perfectly (or at least seems to!) on Windows XP.
Notes: SubInAcl.exe must be copied to the netlogon folder.Code:@echo off if not exist "%ProgramFiles%\SIMS" goto end if exist "%ProgramFiles%\SIMS\doneperm.txt" goto end path \\server\netlogon SubInAcl /FILE %WINDIR%\SIMS.INI /GRANT=domain\group=F SubInAcl /SUBDIRECTORIES "%ProgramFiles%\SIMS\*.*" /GRANT=domain\group=F SubInAcl /KEYREG HKEY_LOCAL_MACHINE\SOFTWARE\Classes /GRANT=domain\group SubInAcl /KEYREG HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID /GRANT=domain\group SubInAcl /KEYREG HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface /GRANT=domain\group SubInAcl /KEYREG HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib /GRANT=domain\group echo y >"%ProgramFiles%\SIMS\doneperm.txt" :end
Obviously replace the bits in red with values specific to your network.
To deploy via group policy...
(Instructions for Windows Server 2003)
1. Open Active Directory Users and Computers
2. Right-click the domain and choose Properties
3. Group Policy
4. Edit the "Domain Computers" Policy
5. Go to Computer Configuration > Windows Settings > Scripts (Startup/Shutdown)
6. Startup scripts
7. Save the above batch file into the correct folder
(which can be found by clicking 'Show files') then Add it.
I just got the list of what security to apply from the SIMS perm.bat then set it via GP. So I now no longer have to worry about setting it. I did need to modify things for the 64Bit OS thoughprogram files (x86)...

Aren't you going to share your mods?

Won't need to worry about permissions soon thanks to SOLUS3, even for FMS!!
SIMS I can run as a normal Windows User, no extra rights. Only problem is when you redirect the My Documents and they don't have enough rights to it (fair enough).
FMS - I got a phone call from Capita who said how to fix it so a normal Windows User can use FMS without any extra permissions, just need to try it out (ie I need to find a Win7 machine I can play with).
There are currently 1 users browsing this thread. (0 members and 1 guests)