ORCA MSI Editing or Transform not working correctly

  • Thread starter Thread starter cgnobi
  • Start date Start date
C

cgnobi

Hello All,
I have been working on making a custom msi installer or a transform that will set the application server and remove the local resources from the configuration ie no Printer redirect or local drives. The server setting takes but the other settings in the transform are missing after the deploy. What am I missing on getting these settings to apply to all users that logon to the computer.
Thanks in advance
Chris
 
cgnobi said:
Hello All,
I have been working on making a custom msi installer or a transform that will set the application server and remove the local resources from the configuration ie no Printer redirect or local drives. The server setting takes but the other settings in the transform are missing after the deploy. What am I missing on getting these settings to apply to all users that logon to the computer.
Thanks in advance
Chris

what changes did you add to the msi?

i would also suggest that you should block the redirection of devices from the terminal server rather than the client.
go to administration tools, terminal server configuration
 
I only changed redirect/ comports, drives, and Printers. and added the Server Property to the MSI. I plan on disableing the redirection of printers and drives through the group policy also however i would like to also disable it in the 2x software.

Good idea on the setting it seems to work also, thanks.
 
cgnobi said:
I only changed redirect/ comports, drives, and Printers. and added the Server Property to the MSI. I plan on disableing the redirection of printers and drives through the group policy also however i would like to also disable it in the 2x software.

Good idea on the setting it seems to work also, thanks.

ypu need also to set to override settings especially if the user already have settings
 
Back
Top