Hallo Tommy,
spät aber doch - habe es wie folgt gelöst!
[DosInAnIcon_create_swtemp]
mkdir c:\swtemp
[Files_copy_setup]
copy %ScriptPath%\CtxOnlinePlugin\*.* "%Systemdrive%\swtemp"
[DosInAnIcon_setup_cmd]
c:
cd c:\swtemp
IcaPlugin.cmd
[Registry_install_runonce]
OpenKey [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]
set "icaPlugin"="c:\swtemp\icaPlugin.cmd"
[Registry_install_autologon]
OpenKey [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
set "DefaultUserName"=REG_SZ:"username"
add "DefaultPassword"=REG_SZ:"password"
set "AutoAdminLogon"=REG_SZ:"1"
reboot
CMD File Info:
@echo off
cls
Title Citrix Online Plugin Setupinformationen
echo.
echo.
echo *******************************************************************
echo * *
echo * Administratives Setup "Fenster bitte nicht schliessen" *
echo * *
echo *******************************************************************
echo.
echo.
echo Bestehender Client wird deinstalliert.....
echo Remove Software is running........
ping serverxy -n 5 >nul
MsiExec.exe /X{2624B680-02BC-4CBC-839C-DA20DF6EF6EC} /passive
echo Citrix Online Plugin wird installiert....
echo Setup is running........
echo Bitte um etwas Geduld...
ping serverxy -n 5 >nul
C:\swtemp\pluginexexy.exe /silent ADDLOCAL="ICA_Client,PN_Agent,Flash,DesktopViewer,USB,SSON" ENABLE_SSON="no" ENABLE_KERBEROS="yes" CLIENT_NAME="%COMPUTERNAME%" ENABLE_DYNAMIC_CLIENT_NAME="Yes" SERVER_LOCATION="http oder
https://domainxy/Citrix/PNAgent/config.xml"
echo.
echo Deaktiviere Auto Admin Login ...
ping serverxy -n 5 >nul
echo.
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "AutoAdminLogon" /f >nul
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultUserName" /f >nul
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultPassword" /f >nul
echo.
echo ************ PC Reboot wird vorbereitet ************
echo PC Reboot..........
ping serverxy -n 5 >nul
shutdown.exe /r /f /t 05
echo.
Hoffe es hilft Dir weiter - ist für viele sicher nicht die "korrekte Vorgehensweise" aber es hilft.
BG
Martin