Hi,
We are developing an application using Managed C++ on Visual Studio 2005.
We have to create an installer that will enable deployment of the application over a network of Vista machines. The network has a SMS server-client setup for pushing the application over the network. The installation has to be silent/quiet ie., there will no interactions with the user.
We have created an installer using the Setup Project in Visual Studio 2005.
The installler does the following actions:
1. Creates Registry entries,
2. Copies the files to the target location,
3. Creates shortcut to the exe on the desktop, and
4. Adds a Program Menu entry.
If we run this installer locally, all the actions are performed. However, when the application was pushed on our test machines using the SMS Server, actions 3 and 4 were not performed ie.,the shortcuts on the Desktop and in the Program Files menu were not created.
If anyone could you please help us.
Thanks,
rumDeep