G
Guest
I can't seem to get my head around the Visual Studio's Deployment Projects:
I want the user, at install-time, to be able to specify if they want a icon
placed on the desktop or not (I'm trying to use Checkboxes(A)). Seemingly
you can just place the Checkbox1Property Name into the User's Desktop
Condition but that does not work. I actually saw an article that highlighted
this process as "the way to do it", so I downloaded the source and it didn't
work (it didn't conditionally add the shortcut...it always added the
shortcut). I created an Installer Class and I'm writing data back into it
through the use of Custom Actions, but I don't want to create shortcuts
programmatically if I can avoid it. Isn't there an easier way? Is there a
way to create a Custom Property so I can write a value to it? It doesn't
seem like the Condition property of the User's Desktop even works properly
(is this a bug?)...
(I'm running ms devenv 2003 ver 7.1.3088)
Thanks!!!
I want the user, at install-time, to be able to specify if they want a icon
placed on the desktop or not (I'm trying to use Checkboxes(A)). Seemingly
you can just place the Checkbox1Property Name into the User's Desktop
Condition but that does not work. I actually saw an article that highlighted
this process as "the way to do it", so I downloaded the source and it didn't
work (it didn't conditionally add the shortcut...it always added the
shortcut). I created an Installer Class and I'm writing data back into it
through the use of Custom Actions, but I don't want to create shortcuts
programmatically if I can avoid it. Isn't there an easier way? Is there a
way to create a Custom Property so I can write a value to it? It doesn't
seem like the Condition property of the User's Desktop even works properly
(is this a bug?)...
(I'm running ms devenv 2003 ver 7.1.3088)
Thanks!!!