如何将自定义shell可执行文件添加到映像
问题描述:
在练习之后,我通过添加用户并将Shell属性设置为"MyCustomShell.exe"来配置ShellLauncher
Following one of exercises I configured ShellLauncher by adding a user and setting Shell property to "MyCustomShell.exe"
请告知我如何添加实际的"MyCustomShell"。 exe"将文件存入答案文件,以便它最终会在C:\ Windows文件夹中结束。
Please advise how do I add the actual "MyCustomShell.exe" file to the answer file so that it would end up in C:\Windows folder.
谢谢,
Eugene
答
为将应用程序放在%systemdrive%\ Windows文件夹中的应用程序创建一个模块。将模块导入目录。
Create a module for the application that places the app in the %systemdrive%\Windows folder. Import the module into the catalog.
我的书有一个例子: http:// www。 annabooks.com/Book_PGWE8S.html
My book has an example: http://www.annabooks.com/Book_PGWE8S.html