I"m guessing you are talking about debugging or run from the IDE. I have no
precise estimate, despite a lot of time doing so, but it's usually 1-2
minutes at least (assuming the deploy went well).
> anybody?
Hi,
Thanks for this article. I tried it out and it worked nicely. There is
one problem, though, that I have:
I created a setup project with Visual Studio 2005 in order to install a
desktop application and a mobile device application at the same time.
Now, the installation works fine. The desktop application will be
installed on the PC and with the help your this custom installer class,
Active Sync installs my app on the mobile device. So far, so good. The
problem is, that I also created a shortcut to the desktop application on
the User's PC desktop. Without the mobile application in my setup
project, this worked fine so far. When I double-click this shortcut
after an installation, not only does my desktop app start, but also
Active Sync tries to to reinstall my mobile app, too! I looked at the
properties of this shortcut and the target field is grayed out and it
does not point to my desktop executable but to the name of my app. (??)
It seems that this shortcut is not the same kind of shortcut that I used
to get. I checked my setup project in Visual Studio 2005, but there the
shortcut targets the primary output of my windows desktop application
and nothing else.
Anyone an idea what is going on here?
Thanks a lot,
Marc.