i have a little problem , i want to deploy this SFX silently using GP that apply "run only allowed windows application" so i made this .bat file and add the domain user to local admin for this pc to be able to run this package
cmdow @ /HID @echo off title Microsoft .NET Framework 3.5 echo. echo Installing Microsoft .NET Framework 3.5... start /wait dotnetfx35.exe /norestart" /norestart echo. echo Installing Windows Media Encoder 9... start /wait WMEncoder.exe /Q:A /R:N echo. echo Installing Crystal Report 2008 Runtime... start /wait CReport.msi /qn echo. echo Installing CCMS... start /wait CCMS.msi /q
and every thing goes fine except the last 2 actions
Crystal report.msi
my app.msi
so i think i can't remove the restriction from this extension ( .msi )
can anyone tell me what shall i do ??
( i used this package on xp in a workgroup and every thing goes fine , there is no problem )



Help
Back to top











