Re: [WiX-users] Setting the progress text of custom action dynamically

2008-11-03 Thread Bob Arnson
Sergey Abakumoff wrote: > I suppose that the root of the problem I faced is progress text is something > "static" and can't be changed dynamically. > Correct. And the same custom action is used for both. The best approach is to just use progress text generic enough for both cases. -- sig://b

[WiX-users] Setting the progress text of custom action dynamically

2008-11-03 Thread Sergey Abakumoff
Howdy, In my installer I use WixVsExtension to call "devenv.exe /installvstemplates" for VS.NET 2005/2008, here is the part of code: VS90DEVENV VS2005DEVENV AND VS2005_SP_LEVEL AND NOT VS2005_SP_LEVEL="#0" These custom actions should be called during both of install and uninstall - V