Re: [WiX-users] util:InternetShortcut alternatives?

2009-12-02 Thread Piotr Fusik
51456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: Piotr Fusik [mailto:pi...@fusik.info] > Sent: 02 December 2009 08:50 > To: WiX > Subject: [WiX-users] util:InternetShortcu

Re: [WiX-users] _Validation table

2009-12-02 Thread Piotr Fusik
tian Brand > > Deployment consultant > E-Mail: sebast...@instyler.com > Blog: www.sebastianbrand.com > >> -Original Message- >> From: Piotr Fusik [mailto:pi...@fusik.info] >> Sent: Wednesday, December 02, 2009 10:05 >> To: General discussion for Windows In

Re: [WiX-users] _Validation table

2009-12-02 Thread Piotr Fusik
at is available on MSDN (e.g. > http://msdn.microsoft.com/library/aa372930.aspx) what more do you need to > > know? > > -----Original Message- > From: Piotr Fusik [mailto:pi...@fusik.info] > Sent: Tuesday, December 01, 2009 2:39 AM > To: wix-users@lists.sourceforge.net > Subj

[WiX-users] util:InternetShortcut alternatives?

2009-12-02 Thread Piotr Fusik
Hello, What are the advantages of using util:InternetShortcut over: a) creating .url file b) .url ? I create one link in the Start menu using IniFile, because util:InternetShortcut makes my setup 150 kB bigger, which is half of the size of my whole package. Thanks, Piotr --

[WiX-users] Missing "Browse" button in "Change" mode

2009-12-02 Thread Piotr Fusik
Hello, My setup uses a slightly modified WixUI_FeatureTree and contains features which must be installed into different directories, some of which must be selected by the user. The problem is in the "Change" mode - the user cannot change default directories for features which he/she wants to a

[WiX-users] _Validation table

2009-12-01 Thread Piotr Fusik
Hello, Could you please explain what's the purpose of the _Validation table in MSI files? How is the long Description column used? How much overhead does this table add to my MSI and how can I reduce it? Thank you, Piotr