I think there was a bug open about this that might have been fixed in this
week's build. Or it might still be open. <smile/>

On Thu, Jul 29, 2010 at 11:46 AM, Tomasz Grobelny <
tom...@grobelny.oswiecenia.net> wrote:

> I have a strange issue with automating visual studio with votive: I create
> several projects (in particular winforms and wix) and modify them in
> several
> ways (remove/add files, modify build properties) using automation objects.
> But
> there is one thing that I cannot achieve this way: adding import to project
> file (new .targets file). Therefore I need to save all files, unload the
> project, modify it and then reload. For that I use the following code:
>    //select project in solution explorer
>    dte.ExecuteCommand("File.SaveAll");
>    dte.ExecuteCommand("Project.UnloadProject");
>    //modify project file
> Now, it all works fine in VS 2008 but in VS 2010 I am asked whether I want
> to
> save my Wix project (which should have already been saved one line
> earlier).
> Of course I'm asking here because it doesn't happen for my winforms
> project,
> only for Wix project.
> Anybody has a clue what might be happening here?
> --
> Regards,
> Tomasz Grobelny
>
>
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to