Re: [WiX-users] How do I: Generate a Complete Installer usingCommand-Line Tools

2010-03-08 Thread Lisa Gracias
>
> I was wondering if you had any/knew of any complete Installers created
> with ONLY the command-line tools? - With full step-by-step tutorial on
> how to generate one?
>
Browse through the source code at http://mbf.codeplex.com/
It's in MBF\Installer. There's no tutorial, but the Wix code and batch files
are all there.
--
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] How to create a big MSI like Microsoft Office

2010-03-08 Thread puyo puy




My company want to create a big msi installer that will
bundle different products.  We want to
create something similar to Microsoft office that included Word, Excel, Outlook
etc.. I’m doing research to find the best way to archive that.  The requirement 
was we cannot use exe that
mean I cannot use bootstrapper.   I’m think of creating msm for each product and
assign a feature for each msm.  The features
tree structure will look like that:

 

Office

 |_Word => Word.msm

 |_Excel =>
Excel.msm

 |_Outlook =>
Outlook.msm

 

Is that a good approach? 
Any better idea? 

 

Thank you very much for your help in advance.

puyo

 




  
--
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] "This will store the source file separately in the final installation package"

2010-03-08 Thread Sascha Beaumont
I would say that VC++ automatically references/extracts/adds the item
for you without requiring an additional manual step, while WiX just
does exactly what you specify.


On Tue, Mar 9, 2010 at 10:34 AM, Kristoffer Danielsson
 wrote:
>
> I read this in the WIX tutorial:
>
> 
> This will store the source file separately in the final installation packagee 
> (so if you refer to your main executable you will end up with two copies). If 
> the size of the file is large enough to cause concern create a small .exe or 
> .ico containing nothing but the icons.
>
> That makes no sense! In VC++ I can use the exe as an icon without having to 
> add it multiple times or extract the icons used.
>
> Please clarify!
> Thanks.
>
> _
> Mejla i busskön! Hotmail i mobilen
> http://new.windowslivemobile.msn.com/SE-SE/windows-live-hotmail/default.aspx
> --
> 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] how to install .net4 (or .net 3.5) with latest wix 3.5?

2010-03-08 Thread Ivo Stoyanov
I am using latest wix 3.5 with vs.2010 rc.
I want to create bootstrap for .net 4 but can't figure out how to do it.
I found some blog samples how to edit wixproj in order to create .net 3.5 
bootstrapper - no luck with that either.
I have win sdk 6.0 and latest win 7 sdk and configured paths properly.
I am getting errors about missing bin files.

Is this working yet or I should wait for wix 3.5 to be out of beta?
--
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] Checking the space in the install path(Please help me)

2010-03-08 Thread Sascha Beaumont
Something like the following condition might work, but remember UI is
optional so there should be a corresponding check/error in the
InstallExecuteSequence

INSTALLDIR >< " "


On Mon, Mar 8, 2010 at 11:57 PM, Pally Sandher  wrote:
> I'd do something similar to the checkbox on the LicenseAgreementDlg. You can 
> find it in the WiX sources at 
> src\ext\UIExtension\wixlib\LicenseAgreementDlg.wxs (WiX sources distributions 
> can be found on SourceForge).
>
> Disable the "Next" button on the dialog page where they select the 
> installation path, have a "Check for valid path" button on that dialog which 
> checks the path entered for spaces & put some text there to tell the user 
> they need to make sure the path has no spaces in it. If the path is valid 
> enable the "Next" button. The "Check for valid path" button can simply run a 
> custom action that checks a supplied property for spaces & returns true or 
> false which you can probably do quite easily using DTF. That eliminates the 
> need for your warning dialog entirely.
>
> Good luck.
>
> Palbinder Sandher
> Software Deployment & IT Administrator
> T: +44 (0) 141 945 8500
> F: +44 (0) 141 945 8501
>
> http://www.iesve.com
> **Design, Simulate + Innovate with the **
> Integrated Environmental Solutions Limited. Registered in Scotland No. 
> SC151456
> Registered Office - Helix Building, West Of Scotland Science Park, Glasgow 
> G20 0SP
> Email Disclaimer
>
>
> -Original Message-
> From: S.P [mailto:iraniangirl9...@yahoo.com]
> Sent: 08 March 2010 10:38
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Checking the space in the install path(Please help me)
>
>
>
>
>
> Dear All,
>
> I have a problem with publish element, which couldn't find its solution. One 
> of the files which is going to be installed on the target machine can not 
> work if there is a space in the path, so I need to check the install path to 
> ensure there is no space in it. I need to show a custom warning dialog to the 
> user if he use an install path with space, and return to the last dialog to 
> select the installation path again.How should I write this publish element to 
> check the space in path? I need to have the code of the costum action which 
> checks the space in the path.
>
> Thanks everyone in advance
>
> --
> 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] Launch an exe from ExitDialog using Wix 2.0

2010-03-08 Thread Sascha Beaumont
If you require UAC elevation, then you need to ensure that it's a
deferred execution CA. Here's the example from the manual using
CAQuietExec :)



.
.
.





On Mon, Mar 8, 2010 at 10:25 PM, Andy.Kruger  wrote:
>
>
> I want to launch an exe from the exit dialog when UAC is enabled on Windows
> Vista. I'm Ok getting a UAC prompt. Bout how do I trigger the launch??
> Adding a the following CA to the Finish button works fine on XP but fails on
> Vista with UAC enabled.
>
>  ExeCommand="[INSTALLDIR]app.exe" return="check"/>
>
> app.exe updates a registry value to 1 so it requires elevation.
>
> Please help.
>
>
>
> -
> Andy
> MSI Developer
> Schneider Electric:working:
> --
> View this message in context: 
> http://n2.nabble.com/Launch-an-exe-from-ExitDialog-using-Wix-2-0-tp4694591p4694591.html
> Sent from the wix-users mailing list archive at Nabble.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] Localization Questions

2010-03-08 Thread Sascha Beaumont
Flick an email to sascha.beaum...@nitropdf.com and I'll be more than
happy to help - my personal inbox is overloaded at the moment so
you'll get a quicker off-list response to my work address ;)

On Tue, Mar 9, 2010 at 2:27 PM, Sascha Beaumont
 wrote:
> Sure, I'll contact you off-list :)
>
>
> On Mon, Mar 8, 2010 at 4:25 AM, Christopher Painter
>  wrote:
>> I've never done much by way of localization and while I'm trying to read 
>> every help topic and blog article I can find, I was wondering if there are 
>> any experts in this area who have experience with WiX, Merge Modules and 
>> hopefully InstallShield,  who would be willing to have a detailed 
>> conversation on the subject.
>>
>> It's such a broad topic that I don't want to flood the group with questions 
>> but I am willing to post a summary of everything I learn for others to 
>> benefit from.
>>
>> Thanks,
>> Chris
>>
>>
>>
>>
>> --
>> 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] Localization Questions

2010-03-08 Thread Sascha Beaumont
Sure, I'll contact you off-list :)


On Mon, Mar 8, 2010 at 4:25 AM, Christopher Painter
 wrote:
> I've never done much by way of localization and while I'm trying to read 
> every help topic and blog article I can find, I was wondering if there are 
> any experts in this area who have experience with WiX, Merge Modules and 
> hopefully InstallShield,  who would be willing to have a detailed 
> conversation on the subject.
>
> It's such a broad topic that I don't want to flood the group with questions 
> but I am willing to post a summary of everything I learn for others to 
> benefit from.
>
> Thanks,
> Chris
>
>
>
>
> --
> 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] Managing larger WiX project?

2010-03-08 Thread Stryder Crown
If you haven't already seen
this,
I suggest you check it out.  Lots of good bits in there, the first in
particular should give you some ideas about how you might best structure
your projects and hopefully minimize your overhead.  There's a lot you can
do with  and the environment variables.

Stryder

On Sat, Mar 6, 2010 at 1:24 PM, JKLists  wrote:

> Are there any "best practices" for managing a larger WiX project in
> VS2008? I need to create four MSIs (32/64 bit versions of two releases,
> differing only by configuration files.).
>
>* 32-bit specific WiX project containing 32-bit libraries from
>  developers
>* 64-bit specific WiX project containing 64-bit libraries from
>  developers
>* Generated WiX code (massaged heat output).
>* Common files
>* Configuration files for release A and release B. These have
>  identical file names, just different content.
>
>
> I'm assuming that I need the following in the VS solution:
>
>* Four WiX projects, one for release A and B, 32- and 64-bit.
>* A WiX library for the generated code. (This is huge and takes
>  quite a bit of time.)
>* A WiX library for the common files.
>* A WiX library for release A configuration.
>* A WiX library for release B configuration.
>
> I assume that I do this:
>
>* Add the WiX library projects outputs to the WiX projects
>  "References".
>* Set the WiX project dependencies to the WiX library projects.
>* Use different GUIDs for all of the WiX project upgrade, product,
>  etc. GUIDs.
>
>
> Is that it?
> Am I overlooking anything?
>
> Thanks!
>
>
> --
> 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] XmlConfig and Insert

2010-03-08 Thread John Nannenga
Anyone have any idea as to how to go about specifying the position within an 
XML document to insert a node, relative to some other node?

SharePoint has a 'wss_minimaltrust.config' file which contains a 
firstmatchcodegroup construct (reference  
http://msdn.microsoft.com/en-us/library/system.security.policy.firstmatchcodegroup_members.aspx
 ) in which the ordering of the nodes is indeed important.

















I can't seem to find a way using XmlFile or XmlConfig to accomplish this 
objective.


Anyone out there encountered this type of thing?
--
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] Wix uninstall problem

2010-03-08 Thread thurein






  
  



  
  
   

The [IISPORT] values from UI is not getting if the underlying msi version is
3.1.  Please advice :)

Thanks
-- 
View this message in context: 
http://n2.nabble.com/Wix-uninstall-problem-tp4590726p4699590.html
Sent from the wix-users mailing list archive at Nabble.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


Re: [WiX-users] Single msi with multi languages installs according to OS display language

2010-03-08 Thread Christopher Painter
I'm new to multilanguage and I'm trying to understand something.   

Scenario:  A WiX installer that has language transforms and a bootstrapper to 
select the transform but also consumes multilanguage merge modules with their 
own localization transforms for things like ShortCuts and Service Names.

What does the integration of this look like?  Will WiX merge those embedded MSM 
transforms into the resulting MSI?   Do you have to call each one of them 
specifically with TRANSFORMS= ?

Sorry, very new to this side of MSI.

Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves 
attention? E-Mail Me


--- On Mon, 3/8/10, Fan Zhang (UPG)  wrote:

> From: Fan Zhang (UPG) 
> Subject: Re: [WiX-users] Single msi with multi languages installs according 
> to OS display language
> To: "General discussion for Windows Installer XML toolset." 
> 
> Date: Monday, March 8, 2010, 5:56 PM
> Hi Mike,
> 
> Thanks for your reply! Good to hear that wix3.5 will soon
> have a bootstrapper. As for now, do I need to write a
> console application which reads OS display language and then
> passes it to msiexec? I looked at bootstrapper in MSBuild
> with examples like below. However, it is not clear to me how
> things work for me (as this bootstrapper installs
> prerequisites, plus culture is hard coded, while my case
> wants language parameter be passed to the only msi at
> install-time).
> 
>  xmlns="http://schemas.microsoft.com/developer/msbuild/2003";
> ToolsVersion="3.5">
>   
>      Include="Microsoft.Windows.Installer.3.1">
>       TRUE
>       Windows Installer
> 3.1
>       true
>     
>   
> 
>   
>            ApplicationFile="MMM.exe"
>       ApplicationName="MMM "
>      
> BootstrapperItems="@(BootstrapperFile)"
>       OutputPath=".\"
>       ComponentsLocation="Relative"
>       Culture="en"/>
>   
> 
> 
> Please let me know if you have any further information or
> instruction. Thanks for your help!
> 
> Thanks,
> Fan
> 
> -Original Message-
> From: Mike Carlson (DEV DIV) [mailto:mica...@microsoft.com]
> 
> Sent: Monday, March 08, 2010 10:56 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Single msi with multi languages
> installs according to OS display language
> 
> You need to use a bootstrapper (an EXE designed for running
> one or more installation packages) that will pass the
> appropriate language property to the MSI at install-time.
> 
> WiX 3.5 will have a bootstrapper called Burn, but it's
> still under development right now.
> 
> Thanks,
> Mike Carlson
> 
> -Original Message-
> From: Fan Zhang (UPG) [mailto:fanz...@microsoft.com]
> 
> Sent: Monday, March 08, 2010 10:33 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Single msi with multi languages
> installs according to OS display language
> 
> Hello,
> 
> I want to make a single msi with multi languages including
> en-us, de-de, zh-cn, etc. When the msi is installed, it
> installs according to OS display language. By following
> instructions at "9.1 Morphing Installers" at 
> http://www.tramontana.co.hu/wix/lesson9.php#9.1. I can
> do it manually like below:
> 
> torch -p -t language "en-us\MMM.msi" "de-de\MMM.msi" -out
> de-de.mst
> EmbedTransform "en-us\MMM.msi" de-de.mst
> msiexec /i "en-us\MMM.msi" TRANSFORMS=":de-de.mst"
> 
> If I want the msi choose language automatically according
> to the current OS display language. Do you know how can I
> achieve it?
> 
> Thanks,
> Fan
> 
> --
> 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
> 
> 
> --
> 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
> __

Re: [WiX-users] Single msi with multi languages installs according to OS display language

2010-03-08 Thread Fan Zhang (UPG)
Hi Mike,

Thanks for your reply! Good to hear that wix3.5 will soon have a bootstrapper. 
As for now, do I need to write a console application which reads OS display 
language and then passes it to msiexec? I looked at bootstrapper in MSBuild 
with examples like below. However, it is not clear to me how things work for me 
(as this bootstrapper installs prerequisites, plus culture is hard coded, while 
my case wants language parameter be passed to the only msi at install-time).

http://schemas.microsoft.com/developer/msbuild/2003"; ToolsVersion="3.5">
  

  TRUE
  Windows Installer 3.1
  true

  

  

  


Please let me know if you have any further information or instruction. Thanks 
for your help!

Thanks,
Fan

-Original Message-
From: Mike Carlson (DEV DIV) [mailto:mica...@microsoft.com] 
Sent: Monday, March 08, 2010 10:56 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Single msi with multi languages installs according to 
OS display language

You need to use a bootstrapper (an EXE designed for running one or more 
installation packages) that will pass the appropriate language property to the 
MSI at install-time.

WiX 3.5 will have a bootstrapper called Burn, but it's still under development 
right now.

Thanks,
Mike Carlson

-Original Message-
From: Fan Zhang (UPG) [mailto:fanz...@microsoft.com] 
Sent: Monday, March 08, 2010 10:33 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Single msi with multi languages installs according to OS 
display language

Hello,

I want to make a single msi with multi languages including en-us, de-de, zh-cn, 
etc. When the msi is installed, it installs according to OS display language. 
By following instructions at "9.1 Morphing Installers" at 
http://www.tramontana.co.hu/wix/lesson9.php#9.1. I can do it manually like 
below:

torch -p -t language "en-us\MMM.msi" "de-de\MMM.msi" -out de-de.mst
EmbedTransform "en-us\MMM.msi" de-de.mst
msiexec /i "en-us\MMM.msi" TRANSFORMS=":de-de.mst"

If I want the msi choose language automatically according to the current OS 
display language. Do you know how can I achieve it?

Thanks,
Fan

--
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


--
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] "This will store the source file separately in the final installation package"

2010-03-08 Thread Kristoffer Danielsson

I read this in the WIX tutorial:


This will store the source file separately in the final installation packagee 
(so if you refer to your main executable you will end up with two copies). If 
the size of the file is large enough to cause concern create a small .exe or 
.ico containing nothing but the icons.

That makes no sense! In VC++ I can use the exe as an icon without having to add 
it multiple times or extract the icons used.
 
Please clarify!
Thanks.
  
_
Mejla i busskön! Hotmail i mobilen
http://new.windowslivemobile.msn.com/SE-SE/windows-live-hotmail/default.aspx
--
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] Multilanguage Merge Module

2010-03-08 Thread Christopher Painter
Has anyone ever seen an example of how to make a multiple language merge module 
using WiX?  I found a reference to this in the SDK but when I try to do it in 
InstallShield it complains that Merge Module Projects don't support it.  I 
think this is an InstallShield bug/limitation and I'm trying to figure out  how 
to make it work in WiX.

http://msdn.microsoft.com/en-us/library/aa369826(VS.85).aspx




  

--
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] IIS WebServiceExtension removed on repair

2010-03-08 Thread pmdarrow

Thank you so much Peter, that indeed was the problem. AspDllPath wasn't
getting set properly because I had a condition on the SetProperty element
for AspDllPath:


  IISMAJORVERSION="#6" AND &ConfigureIIS=3


During a repair, feature states don't seem to get set. I think if I put "OR
Installed" in the condition it will work properly.
-- 
View this message in context: 
http://n2.nabble.com/IIS-WebServiceExtension-removed-on-repair-tp4620141p4698258.html
Sent from the wix-users mailing list archive at Nabble.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


Re: [WiX-users] How do I: Generate a Complete Installer usingCommand-Line Tools

2010-03-08 Thread Blair
Look in the online manual and the archives of this mail list for "heat"?

-Original Message-
From: Alec Taylor [mailto:alec.tayl...@gmail.com] 
Sent: Monday, March 08, 2010 4:52 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How do I: Generate a Complete Installer
usingCommand-Line Tools

That was weird.

Well thanks!!!

If anyone has any suggestions on how I can further my understanding,
and speed with which it takes to Generate a Complete Installer using
the WiX toolset, please enlighten me

Thank you so much,

Alec Taylor

On 3/7/10, Bob Arnson  wrote:
> On 3/5/2010 8:31 PM, Alec Taylor wrote:
>> Unfortunately, cannot access that website: Parse error: parse error,
>> unexpected $ in /w/d/d...@interware.hu/wix/st882/var/access.php on
>> line 113
>>
>
> Works fine now.
>
> --
> 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


--
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] help

2010-03-08 Thread Blair
"Media", in Windows Installer, doesn't just refer to CABs containing files
described in the File table (whether those cabs are embedded in the MSI or
not), it also refers to the media containing the files external to the MSI
(outside of any cabs). Any File element requires at least one Media element.
You can "configure" the Media element with an Id of "1" to not cab anything
to get the layout you are describing.

-Original Message-
From: Shabbir Ahsan [mailto:shabbir_ah...@hotmail.com] 
Sent: Monday, March 08, 2010 9:46 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] help


 

Hi,
 
I am trying to build an installer with wix and have been really struggeling.
I started off with a separate wxs files and placing the features in teh
individual folders.  That failed, and I have resorted back to putting
everything into the one wxs file.  Using candle, the wixobj file is created
no problem, but when I try to create the msi I get teh following errors:
 
C:\Program Files (x86)\Windows Installer XML
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(41) : error LGHT0094 : Unresolved
reference to symbol 'Media:1' in section
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(42) : error LGHT0094 : Unresolved
reference to symbol 'Media:1' in section
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(45) : error LGHT0094 : Unresolved
reference to symbol 'SqlDatabase:master' in section
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(46) : error LGHT0094 : Unresolved
reference to symbol 'SqlDatabase:master' in section
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(67) : error LGHT0094 : Unresolved
reference to symbol 'Media:1' in section
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(68) : error LGHT0094 : Unresolved
reference to symbol 'Media:1' in section
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(69) : error LGHT0094 : Unresolved
reference to symbol 'Media:1' in section
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(86) : error LGHT0094 : Unresolved
reference to symbol 'Media:1' in section
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(87) : error LGHT0094 : Unresolved
reference to symbol 'Media:1' in section
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(88) : error LGHT0094 : Unresolved
reference to symbol 'Media:1' in section
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(103) : error LGHT0094 : Unresolved
reference to symbol 'Media:1' in section
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
 
The thing is I dont have any reference to media:1 or diskid in the wxs file
as I am not including them in the MSI, but instead am going to keep the
files along side the installer as the raw files.
 
Can anyone help?
 
Thanks

  
_
Do you have a story that started on Hotmail? Tell us now
http://clk.atdmt.com/UKM/go/195013117/direct/01/

--
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] Single msi with multi languages installs according to OS display language

2010-03-08 Thread Mike Carlson (DEV DIV)
You need to use a bootstrapper (an EXE designed for running one or more 
installation packages) that will pass the appropriate language property to the 
MSI at install-time.

WiX 3.5 will have a bootstrapper called Burn, but it's still under development 
right now.

Thanks,
Mike Carlson

-Original Message-
From: Fan Zhang (UPG) [mailto:fanz...@microsoft.com] 
Sent: Monday, March 08, 2010 10:33 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Single msi with multi languages installs according to OS 
display language

Hello,

I want to make a single msi with multi languages including en-us, de-de, zh-cn, 
etc. When the msi is installed, it installs according to OS display language. 
By following instructions at "9.1 Morphing Installers" at 
http://www.tramontana.co.hu/wix/lesson9.php#9.1. I can do it manually like 
below:

torch -p -t language "en-us\MMM.msi" "de-de\MMM.msi" -out de-de.mst
EmbedTransform "en-us\MMM.msi" de-de.mst
msiexec /i "en-us\MMM.msi" TRANSFORMS=":de-de.mst"

If I want the msi choose language automatically according to the current OS 
display language. Do you know how can I achieve it?

Thanks,
Fan

--
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] wixproj question

2010-03-08 Thread Tony Paloma
Votive doesn't support wildcards or variables in the include path for Compile 
items. You'll still be able to build it from the command line, but you won't be 
able to load the project in Visual Studio.

Newer versions of Votive in WiX 3.5 should give an error message when loading 
projects using wildcards.

-Original Message-
From: Michael Clark [mailto:mcl...@fullarmor.com] 
Sent: Monday, March 08, 2010 6:22 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] wixproj  question

Ya, I have tried all permutations. It looks like it's a bug.

-Michael 2243

-Original Message-
From: Blair [mailto:os...@live.com]
Sent: Monday, March 08, 2010 6:18 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] wixproj  question

As far as I know, VS uses an "msbuild-like" parser/engine instead of simply 
using msbuild "out-of-the-box" and that engine may be "concerned" over the use 
of variables outside of its control. However, without testing it, what happens 
if you put the backslash Peter suggests between the env-value and the filename?

-Original Message-
From: Michael Clark [mailto:mcl...@fullarmor.com]
Sent: Friday, March 05, 2010 8:35 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] wixproj  question

That's what I thought to, but adding that line to the project file prevents the 
file from being loaded into VS.

VS throws "Value does not fall within expected range"




-Michael 2243


-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Sent: Friday, March 05, 2010 11:18 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] wixproj  question

wixproj files are msbuild files, not wix files, so you would use the msbuild 
syntax to read the value of an environment value, which is just
$(envvar)



-Original Message-
From: Michael Clark [mailto:mcl...@fullarmor.com]
Sent: 05 March 2010 15:52
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] wixproj  question

Quick question.

 

when using

 

 

 is it possible  to do

 

 .

 

I have tried several permutations and can't seem to get it correct.

 

Release Engineer

mcl...@fullarmor.com   

 

FULLARMOR Corporation

399 Boylston Street

11th Floor

Boston, MA 02116

Phone: 617.896.2243

Fax: 617.556.0221

www.fullarmor.com  

 

___

This email and any files transmitted with it are confidential and may contain 
Full Armor Corporation privileged and proprietary information.
These materials are intended solely for the use of the intended recipient. If 
you are not the intended recipient, any use, distribution, or disclosure of 
this transmission is prohibited.  If you have received this email in error, 
please immediately notify the sender and delete the message from your system.

 

 


--
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


http://www.sdl.com";>http://www.sdl.com/images/email
logo_150dpi-01.png" alt="www.sdl.com" border="0"/>  http://www.sdl.com";
style="color:005740; font-weight: bold">www.sdl.comSDL PLC confidential, all rights 
reserved. If you are not the intended recipient of this mail SDL requests 
and requires that you delete it without acting upon or copying any of its 
contents, and we further request that you advise us. SDL PLC is a public 
limited company registered in England and Wales.
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire
SL6 7DY, UK.





--
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 mail

[WiX-users] Single msi with multi languages installs according to OS display language

2010-03-08 Thread Fan Zhang (UPG)
Hello,

I want to make a single msi with multi languages including en-us, de-de, zh-cn, 
etc. When the msi is installed, it installs according to OS display language. 
By following instructions at "9.1 Morphing Installers" at 
http://www.tramontana.co.hu/wix/lesson9.php#9.1. I can do it manually like 
below:

torch -p -t language "en-us\MMM.msi" "de-de\MMM.msi" -out de-de.mst
EmbedTransform "en-us\MMM.msi" de-de.mst
msiexec /i "en-us\MMM.msi" TRANSFORMS=":de-de.mst"

If I want the msi choose language automatically according to the current OS 
display language. Do you know how can I achieve it?

Thanks,
Fan

--
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] Combobox Display Question/Problem

2010-03-08 Thread Kevin Garman
bump



On Thu, 2010-03-04 at 16:02 -0600, Kevin Garman wrote: 

> Hi,
> 
> I'm trying to use a combobox on a dialog with the following code:
> 
>  Width='100' Height='13' Property='SET_LOCALE'>
>   
> 
> 
> 
> 
> 
>   
> 
> 
> Now, the way I interpret this is that if ListItem 2 is selected (the US
> English one), then the combobox display text should be 'English (USA)'
> and the value of SET_LOCALE should be 'en-us'.  Is this correct?  What
> is actually happening is that the combobox display text and the value of
> SET_LOCALE are both 'en-us'.  I must be doing something wrong but I
> can't see it.  If this is the correct behavior, then what is the point
> of the 'text' attribute on the ListItem?
> 
> Thanks,
> Kevin
> 
> --
> 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] Ensuring an MSI can only be installed per-machine

2010-03-08 Thread Wilson, Phil
If you really care, then author a (type 51) custom action that sets ALLUSERS to 
1 so that it doesn't matter if it gets specified on the command line.

ALLUSERS=2 is often not what you want because it simply backs off to a per-user 
install if the user doesn't have enough privilege. 

Phil Wilson 

-Original Message-
From: Paul Baker [mailto:paulbak...@gmail.com] 
Sent: Sunday, March 07, 2010 9:14 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Ensuring an MSI can only be installed per-machine

I have set the Package/@InstallScope attribute in my WiX source file
to "perMachine". As I understand things, this sets the ALLUSERS
property to 1. This effectively causes my MSI to default to a
per-machine installation, but does not entirely prevent per-user
installs since ALLUSERS can be overridden on the command line.

-- If I only ever want my installer to be used per-machine, is it
recommended that I do something to try and prevent users overriding
ALLUSERS?

I was investigating exactly what I might do and tried to prevent
per-user installations with a launch condition on "ALLUSERS=1". I
tried:

ALLUSERS=1

Unfortunately, this had very little effect. Whilst it prevented
installation with ALLUSERS="", if ALLUSERS was set to any value, e.g.
ALLUSERS=2, the installation was allowed to continue. Also, it seemed
that repair and uninstall were allowed to go ahead no matter what the
value of ALLUSERS.

-- Why did this condition not work as planned?

--
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


[WiX-users] help

2010-03-08 Thread Shabbir Ahsan

 

Hi,
 
I am trying to build an installer with wix and have been really struggeling.  I 
started off with a separate wxs files and placing the features in teh 
individual folders.  That failed, and I have resorted back to putting 
everything into the one wxs file.  Using candle, the wixobj file is created no 
problem, but when I try to create the msi I get teh following errors:
 
C:\Program Files (x86)\Windows Installer XML 
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(41) : error LGHT0094 : Unresolved 
reference to symbol 'Media:1' in section 
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML 
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(42) : error LGHT0094 : Unresolved 
reference to symbol 'Media:1' in section 
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML 
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(45) : error LGHT0094 : Unresolved 
reference to symbol 'SqlDatabase:master' in section 
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML 
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(46) : error LGHT0094 : Unresolved 
reference to symbol 'SqlDatabase:master' in section 
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML 
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(67) : error LGHT0094 : Unresolved 
reference to symbol 'Media:1' in section 
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML 
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(68) : error LGHT0094 : Unresolved 
reference to symbol 'Media:1' in section 
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML 
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(69) : error LGHT0094 : Unresolved 
reference to symbol 'Media:1' in section 
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML 
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(86) : error LGHT0094 : Unresolved 
reference to symbol 'Media:1' in section 
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML 
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(87) : error LGHT0094 : Unresolved 
reference to symbol 'Media:1' in section 
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML 
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(88) : error LGHT0094 : Unresolved 
reference to symbol 'Media:1' in section 
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
C:\Program Files (x86)\Windows Installer XML 
v3\bin\NeuscanAI_Setup\NeuScanAISetup.wxs(103) : error LGHT0094 : Unresolved 
reference to symbol 'Media:1' in section 
'Product:{25457996-A4C4-4EB4-AFC2-D9890ED9B2F5}'.
 
The thing is I dont have any reference to media:1 or diskid in the wxs file as 
I am not including them in the MSI, but instead am going to keep the files 
along side the installer as the raw files.
 
Can anyone help?
 
Thanks

  
_
Do you have a story that started on Hotmail? Tell us now
http://clk.atdmt.com/UKM/go/195013117/direct/01/
--
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] duplicate file-names; depending on conditions

2010-03-08 Thread Johann Taferl, T-AU
Hello,

 

I am new in Wix and already having problems.

I have to install some driver to a given folder. For Win Vista, they
have to- and for all previous Win-versions, they must not be signed. To
solve this problem I thought of two separate merge-modules. To install
the correct one, I use conditions:

 



  

  





  

  



 

Naturally, while compiling my setup, following errors like following
occurred:

"ICE30: The target file 'Driver.cat' is installed in '...' by two
different components ... This breaks component reference counting."

 

Does someone know a solution for this problem?

 

Thanks,

Johann

--
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] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder?

2010-03-08 Thread John Aldridge
On 08/03/2010 13:37, Bob Arnson wrote:
> On 3/6/2010 8:22 PM, Paul Baker wrote:
>> We're now thinking of registering our COM server using RegistryValue
>> elements, where RegistryValue/@Key contains "Wow6432Node". Does anyone
>> know of any potential problems with this approach?
>
> You might want to listen to what the code is telling you: What you're
> doing isn't supported; just put 32-bit components in the 32-bit file system.

We ran into a similar set of issues and went for the simple approach of 
putting the 32 bit components under Directory/@Id="CommonFilesFolder".

It has the disadvantage that we're forcing the files onto the system 
disk, rather than giving the user the choice of where to install them, 
but in our case they were small enough for this not to be a big issue.

-- 
Cheers,
John

--
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] desktop shortcuts not working

2010-03-08 Thread lewisv

Did not know that that id had to be the correct name. 
Changed it to Desktopfolder and it worked!

Thanks.

-- 
View this message in context: 
http://n2.nabble.com/desktop-shortcuts-not-working-tp4695442p4695834.html
Sent from the wix-users mailing list archive at Nabble.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


Re: [WiX-users] desktop shortcuts not working

2010-03-08 Thread ricky sundrani
Check this out
http://www.tramontana.co.hu/wix/lesson1.php
About half a page down..

<*Directory* Id="DesktopFolder" Name="Desktop" />






On Mon, Mar 8, 2010 at 7:53 PM, lewisv  wrote:

>
> I am trying to put a few desktop shortcuts on the users screen, but I
> really
> don't know why they are not working.
>
> Guid="6EFE8924-927A-4731-9C8D-437F2C5F81EA">
>   KeyPath="yes">
> IconIndex="0"/>
> IconIndex="0"/>
>  
>
>
>
>
>   
>  
>
>
>
> The program menu shortcut works fine, but the desktop shortcut does not.
> I have tried both
>  
> and
>  
>
> But neither seemed to work
>
> Thanks
>
>
> --
> View this message in context:
> http://n2.nabble.com/desktop-shortcuts-not-working-tp4695442p4695442.html
> Sent from the wix-users mailing list archive at Nabble.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
>



-- 
Best Regards.

Ricky
--
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] migratefeaturestates

2010-03-08 Thread lewisv

I am trying to get the migratefeature state options working.

I installed a first version of mu application and went through custom to set
the features to non-default items
Then ran my major upgrade, and chose custom, but the chosen features were
not selected. 
I ran the verbose log, and it does seem that the migratefeaturesstates is
getting called. 
The action started and ended with a return value of 0

None of my features have changed. So i really don't know what i am doing
wrong.


  
  
  




  
  SELFFOUND
  NEWERFOUND
  


Any help would be appreciated
Thanks

-- 
View this message in context: 
http://n2.nabble.com/migratefeaturestates-tp4695528p4695528.html
Sent from the wix-users mailing list archive at Nabble.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


[WiX-users] desktop shortcuts not working

2010-03-08 Thread lewisv

I am trying to put a few desktop shortcuts on the users screen, but I really
don't know why they are not working. 


  


  




   
  



The program menu shortcut works fine, but the desktop shortcut does not. 
I have tried both 
  
and
  

But neither seemed to work

Thanks


-- 
View this message in context: 
http://n2.nabble.com/desktop-shortcuts-not-working-tp4695442p4695442.html
Sent from the wix-users mailing list archive at Nabble.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


Re: [WiX-users] wixproj question

2010-03-08 Thread Michael Clark
Ya, I have tried all permutations. It looks like it's a bug.

-Michael 2243

-Original Message-
From: Blair [mailto:os...@live.com] 
Sent: Monday, March 08, 2010 6:18 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] wixproj  question

As far as I know, VS uses an "msbuild-like" parser/engine instead of
simply
using msbuild "out-of-the-box" and that engine may be "concerned" over
the
use of variables outside of its control. However, without testing it,
what
happens if you put the backslash Peter suggests between the env-value
and
the filename?

-Original Message-
From: Michael Clark [mailto:mcl...@fullarmor.com] 
Sent: Friday, March 05, 2010 8:35 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] wixproj  question

That's what I thought to, but adding that line to the project file
prevents the file from being loaded into VS.

VS throws "Value does not fall within expected range"




-Michael 2243


-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] 
Sent: Friday, March 05, 2010 11:18 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] wixproj  question

wixproj files are msbuild files, not wix files, so you would use the
msbuild syntax to read the value of an environment value, which is just
$(envvar)



-Original Message-
From: Michael Clark [mailto:mcl...@fullarmor.com] 
Sent: 05 March 2010 15:52
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] wixproj  question

Quick question.

 

when using

 

 

 is it possible  to do

 

 .

 

I have tried several permutations and can't seem to get it correct.

 

Release Engineer

mcl...@fullarmor.com   

 

FULLARMOR Corporation

399 Boylston Street

11th Floor

Boston, MA 02116

Phone: 617.896.2243

Fax: 617.556.0221

www.fullarmor.com  

 

___

This email and any files transmitted with it are confidential and may
contain Full Armor Corporation privileged and proprietary information.
These materials are intended solely for the use of the intended
recipient. If you are not the intended recipient, any use, distribution,
or disclosure of this transmission is prohibited.  If you have received
this email in error, please immediately notify the sender and delete the
message from your system.

 

 


--
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


http://www.sdl.com";>http://www.sdl.com/images/email
logo_150dpi-01.png" alt="www.sdl.com" border="0"/>

http://www.sdl.com";
style="color:005740; font-weight: bold">www.sdl.com



SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and
requires that you delete it without acting upon or copying any of its
contents, and we further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire
SL6 7DY, UK.





--
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



--
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

Re: [WiX-users] Conditional FeatureTree Features

2010-03-08 Thread Arun Perregatturv
Thanks, but the problem is, let me explain in detail
I have 6 features
On the custom dialog I have 3 radio buttons - Server/DBServer/COMServer - 
depending on this selection. I have to display the below features.
For "Server" - All Features are selected and displayed.
For DBServer - None should be selected but displayed.
For COMServer - Only FeatureF should be selected and displayed(cannot uncheck 
this feature for this type of install) and rest is displayed but unchecked.
Is this possible?

featureA
featureB
featureC
featureD
featureE
featureF
FeatureRequired.

Do have I have add code for each feature like this

 


Thanks,

Arun Perregattur

-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Thursday, March 04, 2010 8:56 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Conditional FeatureTree Features

On 3/4/2010 3:17 PM, Arun Perregatturv wrote:
> I am using WIXUI_FeatureTree with removal of License and including a custom 
> dialog which has 3 radiogroups. Based on the radio group selection I have 
> display the feature set in the feature tree. Is it possible?
>

Yes. Use AddLocal and Remove control events to manage which features are
available.

--
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] Wix uninstall problem

2010-03-08 Thread thurein

Yeah, I am looking for the main cause, I am not sure why, but it seems like
the user inputs from UI are not getting correctly in msi 3.1.  In my
installer, I have a custom dialog to allow the user to type in the web site
name and port under which, the virtual directory will be created.  After
that I keep those values in the registry for the uninstallation purpose. 
What I was trying to say is, which windows installer 3.1 the input values
from UI (properties) are not getting correctly so no values were persisted
to registry, any idea ?

Thanks
-- 
View this message in context: 
http://n2.nabble.com/Wix-uninstall-problem-tp4590726p4695241.html
Sent from the wix-users mailing list archive at Nabble.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


Re: [WiX-users] Set a registry value upon clicking finish button

2010-03-08 Thread Bob Arnson
On 3/8/2010 7:56 AM, Andy.Kruger wrote:
> I have added custom action to Finish button that launches a C# exe.
> Also I have added an admin manifest to say that it requires elevation. It
> sets the registry value on Windows XP. But when i run the installer on Vista
> with UAC enabled and click finish button, its neither updating the registry
> nor throwing the UAC prompt.
>

MSI will not start an elevated process except as a deferred, 
no-impersonate custom action. You're trying to run it as a non-deferred 
CA so it won't be elevated. Move your setup logic into your installer 
instead.

-- 
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


Re: [WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder?

2010-03-08 Thread Bob Arnson
On 3/6/2010 8:22 PM, Paul Baker wrote:
> We're now thinking of registering our COM server using RegistryValue
> elements, where RegistryValue/@Key contains "Wow6432Node". Does anyone
> know of any potential problems with this approach?
>

You might want to listen to what the code is telling you: What you're 
doing isn't supported; just put 32-bit components in the 32-bit file system.

-- 
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


Re: [WiX-users] Reinstall not updating correct registry value.

2010-03-08 Thread Bob Arnson
On 3/6/2010 3:06 PM, Sachin Dubey wrote:
> My installer creates a registry key in HKLM and stores the INSTALLDIR value. 
> It provides default INSTALLDIR, however user can change it and the changed 
> value gets stored in registry.
>
MSI doesn't persist property values for you, so you need to write them 
like you're doing and retrieve them using RegistrySearch for maintenance 
mode like reinstall.

-- 
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


Re: [WiX-users] Problem with XmlConfig

2010-03-08 Thread Bob Arnson
On 3/6/2010 12:04 PM, Richard Fine wrote:
> I don't see any. The same line in a later attempt:
> MSI (s) (48:A8) [20:04:24:913]: Executing op:
> ActionStart(Name=ExecXmlConfig,,)
> MSI (s) (48:A8) [20:04:24:914]: Executing op:
> CustomActionSchedule(Action=ExecXmlConfig,ActionType=3073,Source=BinaryData,Target=ExecXmlConfig,CustomActionData=1€C:\Program
> Files
> (x86)\GameDev.net\Renderer\Renderer.exe.config€7€0€//configuration/gdnet.rendering/presentationpackages€a...@path='Packages\StandardLayouts.dll']€€€0)
> MSI (s) (48:F0) [20:04:24:918]: Invoking remote custom action. DLL:
> C:\Windows\Installer\MSIE45A.tmp, Entrypoint: ExecXmlConfig
> MSI (s) (48:A8) [20:04:25:309]: Executing op:
> ActionStart(Name=PublishProduct,Description=Publishing product information,)
>

I'd suggest enabling verbose logging (see 
http://www.joyofsetup.com/2008/07/15/verbose-logging-from-wcautil/ for 
details) to see if ExecXmlConfig is doing anything. It took 400 
milliseconds so it's doing something but there are some additional 
verbose messages that might give a clue.

-- 
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


Re: [WiX-users] Set a registry value upon clicking finish button

2010-03-08 Thread Pally Sandher
It's been a while since I used WiX 2.0 but I would check what your
Execute & Impersonate attributes are for your custom action. AFAIK you
should set Execute="deferred" & Impersonate="no" but I may be wrong as
it's been a long time since I've messed with UAC & Custom Actions (Rob M
& others on the list drummed the idea that Custom Actions are bad into
me during my formative WiX years so I try to avoid using them as much as
possible).

Does your MSI ask for elevation on Vista before it begins the
InstallExecuteSequence? The "Install" button on the PrepareDlg will have
the UAC shield & you'll see the UAC prompt after you click it if it
does. It should be OK in that case with the above attributes on your
Custom Action.

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer


-Original Message-
From: Andy.Kruger [mailto:appr...@gmail.com] 
Sent: 08 March 2010 12:56
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Set a registry value upon clicking finish
button


I have added custom action to Finish button that launches a C# exe. 
Also I have added an admin manifest to say that it requires elevation.
It sets the registry value on Windows XP. But when i run the installer
on Vista with UAC enabled and click finish button, its neither updating
the registry nor throwing the UAC prompt.

Am i missing something here??

Please help

-
Andy
MSI Developer
Schneider Electric:working:

--
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] Checking the space in the install path(Please help me)

2010-03-08 Thread Pally Sandher
I'd do something similar to the checkbox on the LicenseAgreementDlg. You can 
find it in the WiX sources at 
src\ext\UIExtension\wixlib\LicenseAgreementDlg.wxs (WiX sources distributions 
can be found on SourceForge).

Disable the "Next" button on the dialog page where they select the installation 
path, have a "Check for valid path" button on that dialog which checks the path 
entered for spaces & put some text there to tell the user they need to make 
sure the path has no spaces in it. If the path is valid enable the "Next" 
button. The "Check for valid path" button can simply run a custom action that 
checks a supplied property for spaces & returns true or false which you can 
probably do quite easily using DTF. That eliminates the need for your warning 
dialog entirely.

Good luck.

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer
 

-Original Message-
From: S.P [mailto:iraniangirl9...@yahoo.com] 
Sent: 08 March 2010 10:38
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Checking the space in the install path(Please help me)





Dear All,
 
I have a problem with publish element, which couldn't find its solution. One of 
the files which is going to be installed on the target machine can not work if 
there is a space in the path, so I need to check the install path to ensure 
there is no space in it. I need to show a custom warning dialog to the user if 
he use an install path with space, and return to the last dialog to select the 
installation path again.How should I write this publish element to check the 
space in path? I need to have the code of the costum action which checks the 
space in the path.
 
Thanks everyone in advance

--
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] Set a registry value upon clicking finish button

2010-03-08 Thread Andy.Kruger

I have added custom action to Finish button that launches a C# exe. 
Also I have added an admin manifest to say that it requires elevation. It
sets the registry value on Windows XP. But when i run the installer on Vista
with UAC enabled and click finish button, its neither updating the registry
nor throwing the UAC prompt.

Am i missing something here??

Please help

-
Andy
MSI Developer
Schneider Electric:working:
-- 
View this message in context: 
http://n2.nabble.com/Set-a-registry-value-upon-clicking-finish-button-tp4694653p4694921.html
Sent from the wix-users mailing list archive at Nabble.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


Re: [WiX-users] How do I: Generate a Complete Installer usingCommand-Line Tools

2010-03-08 Thread Alec Taylor
That was weird.

Well thanks!!!

If anyone has any suggestions on how I can further my understanding,
and speed with which it takes to Generate a Complete Installer using
the WiX toolset, please enlighten me

Thank you so much,

Alec Taylor

On 3/7/10, Bob Arnson  wrote:
> On 3/5/2010 8:31 PM, Alec Taylor wrote:
>> Unfortunately, cannot access that website: Parse error: parse error,
>> unexpected $ in /w/d/d...@interware.hu/wix/st882/var/access.php on
>> line 113
>>
>
> Works fine now.
>
> --
> 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] Wix uninstall problem

2010-03-08 Thread Pally Sandher
I'd suggest looking at what's causing the problem rather than assuming a
blanket upgrade to Windows Installer 4.5 as being a solution since
Windows Installer 4.5 isn't even pushed to Windows XP machines by
Windows Update, it's a manual upgrade. Considering I have people
complaining about things like XP SP3, MSXML 6.0 SP2 & .NET 2.0 Framework
being pre-requisites of our application (and thus my installers) all of
which are pushed out by Windows Update I'd find it hard to push
something to users which even Microsoft don't.

Writing some Properties to the Registry during install then retrieving
them using RegistrySearches during Uninstall is pretty low in terms of
complexity so if it's failing on Windows Installer 3.1 there's going to
be a reason for it. Are you Properties being populated before they're
attempted to be written? From your logs on an earlier post I'd have to
guess that they're not.

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer



-Original Message-
From: thurein [mailto:trwh...@gmail.com] 
Sent: 08 March 2010 02:00
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Wix uninstall problem


I have found out the problem, it was because of the msi version
installed on the installing machine.  Registry values are not writing on
the msi version
3.1 machine, so, I upgrade to 4.5 (msi version) and now its working.

Thanks
--
View this message in context:
http://n2.nabble.com/Wix-uninstall-problem-tp4590726p4692973.html
Sent from the wix-users mailing list archive at Nabble.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] Set a registry value upon clicking finish button

2010-03-08 Thread Pally Sandher
Not without using a Custom Action to do it out with your installation
sequence. ExitDialog is shown after InstallFinalize (assuming successful
installation), WriteRegistryValues must be between InstallInitialize &
InstallFinalize.


Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer


-Original Message-
From: Andy.Kruger [mailto:appr...@gmail.com] 
Sent: 08 March 2010 11:44
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Set a registry value upon clicking finish button


 Is there any way I can achieve this using WiX 2.0??
 

-
Andy
MSI Developer
Schneider Electric:working:
--
View this message in context:
http://n2.nabble.com/Set-a-registry-value-upon-clicking-finish-button-tp
4694653p4694653.html
Sent from the wix-users mailing list archive at Nabble.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] disk cost dialog

2010-03-08 Thread Blair
E: has the largest amount of free space, so as a result the ROOTDRIVE
property is set to that drive (since you likely didn't set that property).
Since TARGETDIR uses ROOTDRIVE for its default (since you likely didn't set
that either) and TARGETDIR is the "top-most" directory in the directory
tree, all directories under TARGETDIR that aren't under a "predefined"
directory (or some other path you assign directly) will use that volume.

>From the first paragraph of this blog post by Heath
(http://blogs.msdn.com/heaths/archive/2010/02/26/testing-for-components-that
-install-under-targetdir.aspx):

"A while back I explained how Windows Installer sets the TARGETDIR property
to the root of the fixed drive with the most free space available. The
problem is that even an attached USB external drive can appear as a fixed
drive, and these may be later detached. If components are installed to that
drive and the drive is detached, repairing, patching, or even uninstalling
the product may fail because the components are not available and cannot be
updated or removed. This is also one potential reason Windows Installer may
trigger a repair after a failed resiliency check."

It is recommended that no components use TARGETDIR or ROOTDRIVE directly
(unless that is really what you are trying to do) and that all
"subdirectories" of TARGETDIR are either well-known directories (such as
program files) or are directories you supply paths to via
AppSearch/RegistrySearch/etc. or similar custom action or a required
bootstrapper.

-Original Message-
From: Lisa Gracias [mailto:lisathelugubri...@gmail.com] 
Sent: Monday, March 08, 2010 2:29 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] disk cost dialog

My msi's disk cost dialog always says that space is required in E: drive,
even though my Windows drive is C: and the destination folder is set to
C:\Program Files.
Any idea why this might be?

I'm on Windows 7 Enterprise, if that helps.

Here's a screenshot: http://i45.tinypic.com/2je205j.jpg

I'm using the standard volume list control:


--
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] launch on exit

2010-03-08 Thread Pally Sandher
Upgrade to WiX 3.0/3.5 or write your own ShellExec custom action.


Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
 

-Original Message-
From: Andy.Kruger [mailto:appr...@gmail.com] 
Sent: 08 March 2010 11:32
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] launch on exit


Sorry my bad. I did not realize that ShellExecute is not available with
WiX 2.0 I'm building the installer using WiX 2.0. How do I fix the issue
in this scenario?

Thanks for your reply

-
Andy
MSI Developer
Schneider Electric:working:
--
View this message in context:
http://n2.nabble.com/launch-on-exit-tp703850p4694611.html
Sent from the wix-users mailing list archive at Nabble.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] Set a registry value upon clicking finish button

2010-03-08 Thread Andy.Kruger

 Is there any way I can achieve this using WiX 2.0??
 

-
Andy
MSI Developer
Schneider Electric:working:
-- 
View this message in context: 
http://n2.nabble.com/Set-a-registry-value-upon-clicking-finish-button-tp4694653p4694653.html
Sent from the wix-users mailing list archive at Nabble.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


Re: [WiX-users] wrapping compiled c#.net into MSI

2010-03-08 Thread Blair
When writing managed code custom actions it is recommended to use DTF which
is part of the WiX toolset.

-Original Message-
From: Mike Mike [mailto:wixawar...@hotmail.com] 
Sent: Saturday, March 06, 2010 9:05 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] wrapping compiled c#.net into MSI


I read the example from the wix tutorials on how to do custom actions that
are not a part of Wix.
The tutorial states to use a dll and gives an example in c.  Problem is I
can't read c so I do not understand what is going on (vb.net and c# work for
me).  

I created a simple dll in c# to create a folder "c:\temp\myfolder" using a
method named "MakeMyFolder".

How do I call the method of the function from Wix?  An example showing what
in Wix is pointing to what in the dll would be awesome!

BarTony


  
_
Check your Hotmail from your phone. 
http://go.microsoft.com/?linkid=9712957

--
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] launch on exit

2010-03-08 Thread Andy.Kruger

Sorry my bad. I did not realize that ShellExecute is not available with WiX
2.0
I'm building the installer using WiX 2.0. How do I fix the issue in this
scenario?

Thanks for your reply

-
Andy
MSI Developer
Schneider Electric:working:
-- 
View this message in context: 
http://n2.nabble.com/launch-on-exit-tp703850p4694611.html
Sent from the wix-users mailing list archive at Nabble.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


Re: [WiX-users] SSRS deployment using Custom Actions - Error

2010-03-08 Thread Blair
In Windows Installer there are only two possible credentials that are used:
those of the "installing user" (without changing elevation status) and
"local system". The only thing that UAC is used for by Windows Installer is
permissions/access to the service.

-Original Message-
From: Sachin Dubey [mailto:sachin.du...@live.com] 
Sent: Saturday, March 06, 2010 11:18 AM
To: Wix Users
Subject: Re: [WiX-users] SSRS deployment using Custom Actions - Error


Thanks for the response Bob,

If I set impersonation to No it tries to run the action using local sytem
only and custom action throws error.
 
> Date: Sat, 6 Mar 2010 10:47:18 -0500
> From: b...@joyofsetup.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] SSRS deployment using Custom Actions - Error
> 
> On 3/5/2010 6:08 PM, Sachin Dubey wrote:
> > I have a WIX 3.0 installer that deploys SSRS reports using a differed C#
custom actions.
> >
> > The impersonation it set to "yes".
> > 
> 
> Impersonated custom actions aren't elevated. If you need elevation, it 
> must be "no."
> 
> -- 
> 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
  
_
Hotmail: Trusted email with Microsoft's powerful SPAM protection.
http://clk.atdmt.com/GBL/go/201469226/direct/01/

--
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] launch on exit

2010-03-08 Thread Pally Sandher
Add WiXUtilExtension as a Project reference (or supply it to light using
the -ext switch if you don't use a wixproj in Visual Studio) & remove
your Binary Element below as it's not needed in WiX 3.0/3.5. 

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer


-Original Message-
From: Andy.Kruger [mailto:appr...@gmail.com] 
Sent: 08 March 2010 09:09
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] launch on exit


I have tried to implement the same as follows. But it gives me an error
stating as follows:

Error 1723. There is a problem with this Windows Installer package. A
DLL required for this install to complete could not be run. Contact your
support personnel or package vendor. Action LaunchUpdate, entry:
WixShellExec

here is the code snippet. What am i missing here?







  
  

  1

ENABLEUPDATES AND NOT
Installed
  ENABLEUPDATES
AND NOT Installed

  ..





-
Andy
MSI Developer
Schneider Electric:working:
--
View this message in context:
http://n2.nabble.com/launch-on-exit-tp703850p4694145.html
Sent from the wix-users mailing list archive at Nabble.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] Launch an exe from ExitDialog using Wix 2.0

2010-03-08 Thread Andy.Kruger


I want to launch an exe from the exit dialog when UAC is enabled on Windows
Vista. I'm Ok getting a UAC prompt. Bout how do I trigger the launch??
Adding a the following CA to the Finish button works fine on XP but fails on
Vista with UAC enabled. 



app.exe updates a registry value to 1 so it requires elevation.

Please help.



-
Andy
MSI Developer
Schneider Electric:working:
-- 
View this message in context: 
http://n2.nabble.com/Launch-an-exe-from-ExitDialog-using-Wix-2-0-tp4694591p4694591.html
Sent from the wix-users mailing list archive at Nabble.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


Re: [WiX-users] wixproj question

2010-03-08 Thread Blair
As far as I know, VS uses an "msbuild-like" parser/engine instead of simply
using msbuild "out-of-the-box" and that engine may be "concerned" over the
use of variables outside of its control. However, without testing it, what
happens if you put the backslash Peter suggests between the env-value and
the filename?

-Original Message-
From: Michael Clark [mailto:mcl...@fullarmor.com] 
Sent: Friday, March 05, 2010 8:35 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] wixproj  question

That's what I thought to, but adding that line to the project file
prevents the file from being loaded into VS.

VS throws "Value does not fall within expected range"




-Michael 2243


-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] 
Sent: Friday, March 05, 2010 11:18 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] wixproj  question

wixproj files are msbuild files, not wix files, so you would use the
msbuild syntax to read the value of an environment value, which is just
$(envvar)



-Original Message-
From: Michael Clark [mailto:mcl...@fullarmor.com] 
Sent: 05 March 2010 15:52
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] wixproj  question

Quick question.

 

when using

 

 

 is it possible  to do

 

 .

 

I have tried several permutations and can't seem to get it correct.

 

Release Engineer

mcl...@fullarmor.com   

 

FULLARMOR Corporation

399 Boylston Street

11th Floor

Boston, MA 02116

Phone: 617.896.2243

Fax: 617.556.0221

www.fullarmor.com  

 

___

This email and any files transmitted with it are confidential and may
contain Full Armor Corporation privileged and proprietary information.
These materials are intended solely for the use of the intended
recipient. If you are not the intended recipient, any use, distribution,
or disclosure of this transmission is prohibited.  If you have received
this email in error, please immediately notify the sender and delete the
message from your system.

 

 


--
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


http://www.sdl.com";>http://www.sdl.com/images/email
logo_150dpi-01.png" alt="www.sdl.com" border="0"/>

http://www.sdl.com";
style="color:005740; font-weight: bold">www.sdl.com



SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and
requires that you delete it without acting upon or copying any of its
contents, and we further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire
SL6 7DY, UK.





--
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


--
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] How many check box can I have on the ExitDialog?

2010-03-08 Thread Pally Sandher
The stock UI's only have one as described in the How To page
(http://wix.sourceforge.net/manual-wix3/run_program_after_install.htm)
however there's nothing stopping you modifying the ExitDialog in the
stock UI you're using to add anything you would like. Neil Sleightholm
wrote a blog post on Customising the UI's in this way which you may find
useful at
http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html
You should be able to simply copy the code for the existing checkbox &
duplicate it (modifying the appropriate ID's, Properties etc where
necessary).

Good Luck.

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer


-Original Message-
From: Andy.Kruger [mailto:appr...@gmail.com] 
Sent: 08 March 2010 09:35
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How many check box can I have on the ExitDialog?




 Can't I add more that one check boxes to the ExitDialog?
For example I want to add an optional product registration check box and
launch application check box.



-
Andy
MSI Developer
Schneider Electric:working:
--
View this message in context:
http://n2.nabble.com/How-many-check-box-can-I-have-on-the-ExitDialog-tp4
694236p4694236.html
Sent from the wix-users mailing list archive at Nabble.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] Ensuring an MSI can only be installed per-machine

2010-03-08 Thread Pally Sandher
ALLUSERS="2" is a valid setting.
http://msdn.microsoft.com/en-us/library/aa367559(VS.85).aspx

As Thorsten said on his reply, don't worry too much about locking that
type of thing down. If a user is competent enough to mess with your MSI
to engineer a per-user installation rather than a per-machine one leave
them to their own devices. I'd be surprised to find any sys-admin who'd
do per-user installs rather than per-machine & your average user isn't
going to know the difference anyway.

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer


-Original Message-
From: Paul Baker [mailto:paulbak...@gmail.com] 
Sent: 08 March 2010 05:14
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Ensuring an MSI can only be installed per-machine

I have set the Package/@InstallScope attribute in my WiX source file to
"perMachine". As I understand things, this sets the ALLUSERS property to
1. This effectively causes my MSI to default to a per-machine
installation, but does not entirely prevent per-user installs since
ALLUSERS can be overridden on the command line.

-- If I only ever want my installer to be used per-machine, is it
recommended that I do something to try and prevent users overriding
ALLUSERS?

I was investigating exactly what I might do and tried to prevent
per-user installations with a launch condition on "ALLUSERS=1". I
tried:

ALLUSERS=1

Unfortunately, this had very little effect. Whilst it prevented
installation with ALLUSERS="", if ALLUSERS was set to any value, e.g.
ALLUSERS=2, the installation was allowed to continue. Also, it seemed
that repair and uninstall were allowed to go ahead no matter what the
value of ALLUSERS.

-- Why did this condition not work as planned?


--
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] Checking the space in the install path(Please help me)

2010-03-08 Thread S.P




Dear All,
 
I have a problem with publish element, which couldn’t find its solution. One of 
the files which is going to be installed on the target machine can not work if 
there is a space in the path, so I need to check the install path to ensure 
there is no space in it. I need to show a custom warning dialog to the user if 
he use an install path with space, and return to the last dialog to select the 
installation path again.How should I write this publish element to check the 
space in path? I need to have the code of the costum action which checks the 
space in the path.
 
Thanks everyone in advance




  New Email names for you! 
Get the Email name you've always wanted on the new @ymail and @rocketmail. 
Hurry before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/
--
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] disk cost dialog

2010-03-08 Thread Lisa Gracias
My msi's disk cost dialog always says that space is required in E: drive,
even though my Windows drive is C: and the destination folder is set to
C:\Program Files.
Any idea why this might be?

I'm on Windows 7 Enterprise, if that helps.

Here's a screenshot: http://i45.tinypic.com/2je205j.jpg

I'm using the standard volume list control:

--
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] How many check box can I have on the ExitDialog?

2010-03-08 Thread Andy.Kruger



 Can't I add more that one check boxes to the ExitDialog?
For example I want to add an optional product registration check box and
launch application check box.



-
Andy
MSI Developer
Schneider Electric:working:
-- 
View this message in context: 
http://n2.nabble.com/How-many-check-box-can-I-have-on-the-ExitDialog-tp4694236p4694236.html
Sent from the wix-users mailing list archive at Nabble.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


Re: [WiX-users] launch on exit

2010-03-08 Thread Andy.Kruger

I have tried to implement the same as follows. But it gives me an error
stating as follows:

Error 1723. There is a problem with this Windows Installer package. A DLL
required for this install to complete could not be run. Contact your support
personnel or package vendor. Action LaunchUpdate, entry: WixShellExec

here is the code snippet. What am i missing here?







  
  

  1

ENABLEUPDATES AND NOT Installed
  ENABLEUPDATES AND
NOT Installed

  ..





-
Andy
MSI Developer
Schneider Electric:working:
-- 
View this message in context: 
http://n2.nabble.com/launch-on-exit-tp703850p4694145.html
Sent from the wix-users mailing list archive at Nabble.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