Re: [WiX-users] uI on silent uninstall

2014-03-25 Thread sergey.s.betke
what message type You used for session.message? С уважением, Бетке Сергей Сергеевич. От: Phil Wilson Отправлено: ‎пятница‎, ‎21‎ ‎марта‎ ‎2014‎ г. ‎20‎:‎54 Кому: General discussion about the WiX toolset. I'm not sure - I was under the impression that calls that that ultimately ende

Re: [WiX-users] uI on silent uninstall

2014-03-21 Thread sergey.s.betke
I make small test jscript custom action with Session.Message, and I can see message box on uninstall. But when I set msi options to disable UI - I can’t see message box. Where is the problem? С уважением, Бетке Сергей Сергеевич. От: Phil Wilson Отправлено: ‎пятница‎, ‎21‎ ‎марта‎ ‎2014

Re: [WiX-users] uI on silent uninstall

2014-03-21 Thread sergey.s.betke
it isn’t official note from Microsoft. sample code for jscript custom action: https://github.com/Metrolog/ITG.NevaTest3303P/blob/master/ITG.BDE_PRO/BDECustomActions.js For simple message box jscript Session.Message is optimal solution, why not? С уважением, Бетке Сергей Сергеевич. О

Re: [WiX-users] uI on silent uninstall

2014-03-20 Thread sergey.s.betke
Session.Message. This method properly worked for disabled UI. С уважением, Бетке Сергей Сергеевич. От: sergey.s.be...@yandex.ru Отправлено: ‎четверг‎, ‎20‎ ‎марта‎ ‎2014‎ г. ‎17‎:‎32 Кому: General discussion about the WiX toolset. why not jscript or vbscript inline custom action?

Re: [WiX-users] uI on silent uninstall

2014-03-20 Thread sergey.s.betke
why not jscript or vbscript inline custom action? С уважением, Бетке Сергей Сергеевич. От: Harold Wood (H10 Capital) Отправлено: ‎четверг‎, ‎20‎ ‎марта‎ ‎2014‎ г. ‎1‎:‎49 Кому: General discussion about the WiX toolset. Ok this is what I have so far: Product.wxs Remov

Re: [WiX-users] Generating a unique file name

2014-03-13 Thread sergey.s.betke
Create %appname% folder under [TempFolder], and do not use dynamic file name. Or use dynamic dir name under [TempFolder]. С уважением, Бетке Сергей Сергеевич. От: Carter Young Отправлено: ‎среда‎, ‎12‎ ‎марта‎ ‎2014‎ г. ‎19‎:‎58 Кому: General discussion about the WiX toolset. Don't

[WiX-users] Re: Adding Application Shortcut to Specific User's Startup Folder.

2014-03-12 Thread sergey.s.betke
This enough: С уважением, Бетке Сергей Сергеевич. От: Pavan Konduru Отправлено: ‎суббота‎, ‎22‎ ‎февраля‎ ‎2014‎ г. ‎6‎:‎10 Кому: General discussion about the WiX toolset. Копия: General discussion about the WiX toolset. Thank you . That makes more sense now. Sent from my

Re: [WiX-users] Using Fragments and Directory Structure

2014-03-12 Thread sergey.s.betke
sample code - https://github.com/Metrolog/ITG.NevaTest3303P/blob/master/ITG.WixUtils/Common.Directories.wxs С уважением, Бетке Сергей Сергеевич. От: Phill Hogland Отправлено: ‎пятница‎, ‎28‎ ‎февраля‎ ‎2014‎ г. ‎21‎:‎09 Кому: General discussion about the WiX toolset. You can certai

Re: [WiX-users] Generating a unique file name

2014-03-12 Thread sergey.s.betke
Yes, simple jscript or vbscript custom action without dll. С уважением, Бетке Сергей Сергеевич. От: Soren Dreijer Отправлено: ‎вторник‎, ‎11‎ ‎марта‎ ‎2014‎ г. ‎5‎:‎58 Кому: General discussion about the WiX toolset. Hi Harold, Then we're back to doing a custom action, though, which

[WiX-users] Re: Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread sergey.s.betke
just use StartupFolder directory - http://msdn.microsoft.com/en-us/library/aa372027(v=vs.85).aspx От: Rob Mensching Отправлено: ‎четверг‎, ‎20‎ ‎февраля‎ ‎2014‎ г. ‎22‎:‎13 Кому: General discussion about the WiX toolset. Just FYI, if you can do it with the Windows Installer you can do

[WiX-users] Re: How to compare REG_DWORD values in conditions (detect .NET 4.5.1)

2014-02-19 Thread sergey.s.betke
Read two values with RegSearch, and convert thay to formatted text with custom action (jscript). And compare properties in conditions. Отправлено с Почта Windows От: bwehking Отправлено: ‎пятница‎, ‎14‎ ‎февраля‎ ‎2014‎ г. ‎17‎:‎12 Кому: wix-users@lists.sourceforge.net Hmm, sorry f