[WiX-users] multiple 'Open' extensions added by multiple installs

2012-01-19 Thread Jacek Pospychała
hi,

my installer adds 'Open' option in 'PHP' files context menu with following
WIX code:



   

 

 

   

 


The problem is that I allow multiple versions of the application to be
installed on the system and each installer adds it's own 'Open' option.

Is there a way to add only one 'Open' action?
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] minor issues with WiX installer gui

2010-03-18 Thread Jacek Pospychała
thanks a lot Bob.
MSI logs already surprised me in a good way so I'll need to try it out.

By any chance, can you tell how to find in log, when a button (e.g.
"Repair") have been pressed or when did the progress dialog appeared?

thanks

Jacek

2010/3/18 Bob Arnson 

> On 3/17/2010 6:08 AM, Jacek Pospychała wrote:
> > This time, it's WiX dialog. On attached screenshot you can see which
> exactly
> > button is stuck.
> >
>
> Check a verbose log and you'll see what's taking the time.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] customising dialogs

2010-03-17 Thread Jacek Pospychała
hi,
see topic "Changing the UI sequence of a built-in dialog set" at
http://wix.sourceforge.net/manual-wix3/WixUI_customizations.htm

Assuming that you're using Wix_InstallDir GUI mode, here you can see how it
is implemented:
http://wix.cvs.sourceforge.net/viewvc/wix/wix/src/ext/UIExtension/wixlib/WixUI_InstallDir.wxs?view=markup

You need to copy and paste that to your own wxs file and update the
references between pages.
To remove License agreement and install dir you would change this part:

1
1
LicenseAccepted = "1"

1
1
NOT WIXUI_DONTVALIDATEPATH

WIXUI_DONTVALIDATEPATH OR
WIXUI_INSTALLDIR_VALID="1"
1
1

NOT Installed
Installed

to look like this:

1

NOT Installed
Installed

You may also want to use some other predefined WiX UI.

HTH

Jacek


On Wed, Mar 17, 2010 at 1:38 PM, Eswari  wrote:

> Hi,
>
> How to suppress licenseagreement dialog and and installdirdialog(option for
> the user to select the installtion path) as i do not want show up these
> dialogs as mine is a simple installer.
>
> Thanks, Subramanyeswari
>
>
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Unsubscribe

2010-03-17 Thread Jacek Pospychała
Vegard,
to unsubscribe, go to https://lists.sourceforge.net/lists/listinfo/wix-users
You only need to type your e-mail address to unsubscribe.

On Wed, Mar 17, 2010 at 8:09 AM, Vegard Sandberg
wrote:

> Hi!
>
> I want to unsubscribe from wix users list, but I seem to have lost my
> password.
>
>
>
>
>
> Kind Regards
>
> 
>
> Vegard Sandberg
>
> Systemutvikler
>
> Visma Unique AS, PB 246, Ranvik Brygge 5, 3201 Sandefjord
>
> Sentralbord:   +47 33 44 84 00
>
> Mobil:   +47 93 26 27 95
>
> http://www.visma.no/offentlig 
>
> This communication is intended for the person(s) named above only. It
> contains information that is confidential and legally privileged. If
> received in error, please delete this e-mail and notify the sender.
>
> 
>
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] minor issues with WiX installer gui

2010-03-17 Thread Jacek Pospychała
This time, it's WiX dialog. On attached screenshot you can see which exactly
button is stuck.

thanks for the disk space information!

Jacek


2010/3/16 Wilson, Phil 

> Is the repair a WiX dialog? These are typically standard Windows Installer
> dialogs.
>
> Disk space:
>
>
> http://blogs.msdn.com/heaths/archive/2008/07/24/why-windows-installer-may-require-so-much-disk-space.aspx
>
> Phil Wilson
>
> -----Original Message-
> From: Jacek Pospychała [mailto:jacek.pospych...@gmail.com]
> Sent: Tuesday, March 16, 2010 7:16 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] minor issues with WiX installer gui
>
> hi WiXers,
> I'd like to share with you my excitement that product I'm working with, has
> almost ready MSI installer thanks to WiX!
> I still have some questions though :-)
>
> 1. We noticed that when pressing "Repair" or "Remove" button - on the last
> page of Repair and Remove wizards respectively, GUI hangs for significant
> time before going to the progress dialog. In this sate "Repair" button
> remains pressed, and only busy cursor icon indicates that something is
> going
> on. With Process Monitor that explorer.exe is going thru all the
> application
> files performing operations: CreateFile, QueryBasicInformationFile,
> QueryStandardInformationFile, CloseFile, CreateFileMapping, etc.
>
> What's happening after pressing those buttons and before going to the
> progress dialog? Is there any way to control that? At worst it takes up to
> few minutes! (Our application is big)
>
> 2. The application requires 500MB disk space. This is correctly reflected
> in
> CustomDlg, which shows correct features sizes. However "Required Space"
> dialog says that 1G is required. How is required space calculated by
> default?
>
>
> thanks
>
> Jacek
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> *** Confidentiality Notice: This e-mail, including any associated or
> attached files, is intended solely for the individual or entity to which it
> is addressed. This e-mail is confidential and may well also be legally
> privileged. If you have received it in error, you are on notice of its
> status. Please notify the sender immediately by reply e-mail and then delete
> this message from your system. Please do not copy it or use it for any
> purposes, or disclose its contents to any other person. This email comes
> from a division of the Invensys Group, owned by Invensys plc, which is a
> company registered in England and Wales with its registered office at
> Portland House, Bressenden Place, London, SW1E 5BF (Registered number
> 166023). For a list of European legal entities within the Invensys Group,
> please go to
> http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77.
> You may contact Invensys plc on +44 (0)20 7821 3848 or e-mail
> inet.hqhelpd...@invensys.com. This e-mail and any attachments thereto may
> be subject to the terms of any agreements between Invensys (and/or its
> subsidiaries and affiliates) and the recipient (and/or its subsidiaries and
> affiliates).
>
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Adding multiple files to component

2010-03-16 Thread Jacek Pospychała
you can try use heat to generate files index for you automatically.
There's more help about it in this tutorial lesson:
http://www.tramontana.co.hu/wix/lesson6.php

HTH

Jacek


On Tue, Mar 16, 2010 at 4:27 PM, Kerber, Cameron  wrote:

> I'm sure this question has been asked before in some variety but searching
> the mail archives on SourceForge is awful.   I am also new to WIX
>
> Anyways, in my build process I am outputting a bunch of files to a
> directory.  I want all those files added to a component in my WIX project.
>  To build my WIX project, during my build process I just build my WIX
> installer solution and it creates the setup package.  So besides manually
> adding all these files (~50) to my component by hand, I don't understand how
> to accomplish this.  All the tutorials just use one file in there examples.
>  No one uses adding files from a source directory.
>
> Thanks!
>
> 
> The information contained in this message may be confidential and legally
> protected under applicable law. The message is intended solely for the
> addressee(s). If you are not the intended recipient, you are hereby notified
> that any use, forwarding, dissemination, or reproduction of this message is
> strictly prohibited and may be unlawful. If you are not the intended
> recipient, please contact the sender by return e-mail and destroy all copies
> of the original message.
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Component spans multiple directories

2010-03-16 Thread Jacek Pospychała
hi Bill,
put all components from different directories into single ComponentGroup and
then refer to it instead of components.

HTH

Jacek


On Tue, Mar 16, 2010 at 4:08 PM, Bill McCormick wrote:

> Hello,
>
> I have a product user manual component (it's some legacy html
> documentation) that needs to span multiple directories. Is there an
> efficient way to handle this without making a component for each
> directory of files?
>
> Thanks,
>
> Bill
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] minor issues with WiX installer gui

2010-03-16 Thread Jacek Pospychała
hi WiXers,
I'd like to share with you my excitement that product I'm working with, has
almost ready MSI installer thanks to WiX!
I still have some questions though :-)

1. We noticed that when pressing "Repair" or "Remove" button - on the last
page of Repair and Remove wizards respectively, GUI hangs for significant
time before going to the progress dialog. In this sate "Repair" button
remains pressed, and only busy cursor icon indicates that something is going
on. With Process Monitor that explorer.exe is going thru all the application
files performing operations: CreateFile, QueryBasicInformationFile,
QueryStandardInformationFile, CloseFile, CreateFileMapping, etc.

What's happening after pressing those buttons and before going to the
progress dialog? Is there any way to control that? At worst it takes up to
few minutes! (Our application is big)

2. The application requires 500MB disk space. This is correctly reflected in
CustomDlg, which shows correct features sizes. However "Required Space"
dialog says that 1G is required. How is required space calculated by
default?


thanks

Jacek
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] heat.exe popping up a dialog

2010-03-03 Thread Jacek Pospychała
ok, I figured out adding "-sreg" to heat command line does the trick.

anyway, I'm still interested to learn, how the DLL is processed that it can
throw a popup..

Jacek


2010/3/3 Jacek Pospychała 

> hi,
>
> I'm generating wxs file for Sun Java Runtime using heat and unfortunately
> during this process, heat/jre popups an error dialog saying "Java Plug-in
> 1.6.0_18 is not installed properly".
> This happens for two DLL files inside JRE and turns our sleek fully
> automated process into manual nightmare :-)
>
> Is it possible to configure heat to avoid that? (I guess to NOT
> load/execute DLL code)
> Also what are consequences of indexing DLL file as plain  entry
> without all it's extra DLL related metadata?
>
>
> thanks
>
> Jacek
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] heat.exe popping up a dialog

2010-03-03 Thread Jacek Pospychała
hi,

I'm generating wxs file for Sun Java Runtime using heat and unfortunately
during this process, heat/jre popups an error dialog saying "Java Plug-in
1.6.0_18 is not installed properly".
This happens for two DLL files inside JRE and turns our sleek fully
automated process into manual nightmare :-)

Is it possible to configure heat to avoid that? (I guess to NOT load/execute
DLL code)
Also what are consequences of indexing DLL file as plain  entry
without all it's extra DLL related metadata?


thanks

Jacek
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] questions about installer speed and progress monitoring

2010-02-22 Thread Jacek Pospychała
Bob,
What kind of failures are handled by this rollback feature? Is it failure
like user pressing "cancel" during installation, or rather disk failure, or
privileges problem, or files conflict, or something else?
I'm trying to asses, how much I need it.

Is it possible to switch off that rollback and related bookkeeping?

Generally I'd prefer 90% of my users have faster install, rather than 1% of
them be able to use rollback when they need it.
Unless this rollback is used by more than 1% of the users... :-)

thanks
Jacek


On Sat, Feb 20, 2010 at 8:10 PM, Bob Arnson  wrote:

> On 2/19/2010 4:37 AM, Jacek Pospychała wrote:
> > Do you know what extra does the installer do, that takes so much time?
>
> It supports rollback which entails extra bookkeeping to be able to
> restore files on failure.
>
> > And
> > does it make any change if I e.g. split it to more features, or more
> > components.
> >
>
> Not really.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] minor issue with documentation

2010-02-22 Thread Jacek Pospychała
hi

I have no idea how this could happen, but there's little bug on the docs
page http://wix.sourceforge.net/manual-wix3/main.htm
The title there says: "Windows Installer XML (WiX)
v[[Version.Major]].[[Version.Minor]] Help" - I guess the brackets part
should be repleaced with real version numbers there...

other than that, WiX has awesome docs, thanks guys!

Jacek
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] questions about installer speed and progress monitoring

2010-02-19 Thread Jacek Pospychała
hi,
I'm building an MSI package using WiX for an application consisting of about
2 files in 1800 folders, total of ~500MB uncompressed.
It's built as a single feature, with component per each folder. Installer's
single task is to copy all the files, there's no DLLs to register, etc.

Ready MSI takes about 10minutes to install and over 20minutes to uninstall.
Compared to ZIP package, unzipping it takes 4,5min and removing is below
2minutes.
So MSI is quite long IMHO, which makes me wonder what contributes to this
times and how they could be optimized.

Do you know what extra does the installer do, that takes so much time? And
does it make any change if I e.g. split it to more features, or more
components.
We're not making the full use of such MSI features as update so maybe we
could sacrifice something for better install times?

Jacek
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users