[EMAIL PROTECTED] wrote:
> Our product includes a Visual Studio addin.  For the most part everything
> works fine, but occasionally we need to reset the addin.  Visual Studio
> documents the /resetaddin option to do this:
>
>     devenv /resetaddin MyAddin.Connect
>
> We can include the command in our documentation, but it would be much cooler
> to "do the right thing" automatically in our installer.  Unfortunately in
> addition to resetting the addin, the command also brings up the IDE.  I can
> force the IDE to exit by adding "/command exit" to the command line, but
> that results in the IDE window flashing up onto the screen and then going
> away.
>   

It seems add-ins are more "user-controlled" so apparently the DevEnv 
folks didn't anticipate needing a 'devenv /setup' equivalent. You can 
try using CAQuietExec (see "Quiet Execution Custom Action" in WiX.chm) 
to run devenv.exe from a hidden window. However, if I were the betting 
type, I'd give it 50/50 odds that DevEnv will respect being started for 
an interactive session from a hidden window. Maybe less.<g>

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to