Hello,
I have a program that uses an old installer without any silent options. I've created a AutoIT script that clicks on the buttons of the setup program when it launches. When using this program within a SCCM Package, the setup launches to the screen visible to the user. But when I run it as a SCCM Application the setup is not visible to the user and the AutoIT script fails.
There are several differences between the wording in Package and Application; in Application it's "Install for user", in Package, its "Run with user's rights". Are these interchangeable?
In the Package i have "Allow users to interact with this program" and in the Application i have "Allow users to view and interact with the program installation" selected.
It would have been nice to use an Application for this but if I need to use a Package that's fine.
My question is why this is happening. Any ideas?
Thanks,
Shawn