Hi all,

maybe some of you use my script appsonly.bat for application only 
deployment, see here:
http://ubertechnique.com/unattended/appsonly

I've done some tests on Vista, there are some things to consider here:

1. switch off user account control before using appsonly.bat

2. use this reg file to allow your computer to run programs from UNC paths:
---snip---
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
"DefaultFileTypeRisk"=dword:00001808
"LowRiskFileTypes"=".exe;.bat;.cmd;.pl"
---snip---

3. make some additions to todo.pl (maybe someone could fix this in CVS?)
---snip---
elsif ($product_name eq 'Microsoft Windows XP') {
         $os = 'winxp';
     }
     elsif ($product_name eq 'Microsoft Windows Server 2003') {
         $os = 'ws2k3';
     }
     elsif ($product_name eq 'Microsoft Windows Server 2003 R2') {
         $os = 'ws2k3';
     }
     elsif ($product_name eq 'Windows Vista (TM) Business') {
         $os = 'vista';
     }
     elsif ($product_name eq 'Windows Vista (TM) Ultimate') {
         $os = 'vista';
     }
---snip---


BTW, is there any development regarding Vista OS (+ apps) deployment 
with Unattended?

Regards
Gerhard


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to