views:

41

answers:

1

Hi

I want to make a Terms of service that must be accepted before you install the application. How do I do this in Visual Studios 2008.

Edit

I want to make a setup msi that will install the application on their phone through active sync. I have the cab file made and ready to go I just need to make the msi file but I am not sure how to get it to work.

I followed this tutorial

http://msdn.microsoft.com/en-us/library/aa446504.aspx

and in the end it wants me to install it on my windows 7 not on my mobile device.

A: 

This is correct. The MSI installs on the desktop. It registers your CAB with ActiveSync, WMDC so that when you attach a device, it gives you the option of installing the application on the device. The MSI does not run on the device, the CAB does.

ctacke