Re: [WiX-users] Suppress Warning LGHT1008

2011-05-13 Thread Paden, Patrick
What I think you are looking for is under the Light.exe's help file

Light/?

-sw[N] suppress all warnings or a specific message ID
   (example: -sw1009 -sw1103)

For your example: -sw1008

-Original Message-
From: Simon Chromow [mailto:simon.chro...@bewotec.de] 
Sent: Friday, May 13, 2011 10:44 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Suppress Warning LGHT1008

Hello everybody,
is it possible to suppress the warning LGHT1008?

Thanks for your efforts
Simon

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX v3.5 and DTF using .NET 4

2011-03-30 Thread Paden, Patrick
Thank you Neil and Tobias, that website helped me understand what the bug fixes 
meant in v3.5
(I had originally just thought it just worked out of the box for some reason, I 
should have read more about those bugs =])
So now it works great - thanks again

-Original Message-
From: Tobias S [mailto:tobias.s1...@gmail.com] 
Sent: Saturday, March 26, 2011 9:21 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX v3.5 and DTF using .NET 4

I read about that, as stated by Neil,
useLegacyV2RuntimeActivationPolicy must be set to true to prevent
issues 
(http://siderite.blogspot.com/2010/07/msi-custom-action-error-2896-on-windows.html).

But if I want the code not to run on FW 2.0 is it possible to not
allow the Runtime by commenting the supportedRuntime version 2.0 in
the .config: ?

 
 
   
 

   
 

In this case I assume to be sure that the 4.0 code runs on 4.0 without
issues and on 2.0 not. Even normally this should work I'd like to
suppress the residual risk.


Regards,
Tobias



2011/3/26 Neil Sleightholm :
> I am targeting .Net 4 with DTF and have not seen an issue. IIRC
> correctly you do need to make an alteration to the .config file as
> follows:
>  
>  
>    
>      
>      
>    
>  
>
> Neil
>
> -----Original Message-
> From: Paden, Patrick [mailto:patrick.pa...@wolterskluwer.com]
> Sent: 25 March 2011 22:58
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] WiX v3.5 and DTF using .NET 4
>
> I know it is supposed to work (saw the fixed bugs on it) but I needed a
> sanity check just to confirm with someone else that using WiX v3.5 and
> DTF with targeted .NET framework of 4.0, that it works for them and I
> must be doing something wrong =]
>
> 
> --
> Enable your software for Intel(R) Active Management Technology to meet
> the growing manageability and security demands of your customers.
> Businesses are taking advantage of Intel(R) vPro (TM) technology - will
> your software be a part of the solution? Download the Intel(R)
> Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> --
> Enable your software for Intel(R) Active Management Technology to meet the
> growing manageability and security demands of your customers. Businesses
> are taking advantage of Intel(R) vPro (TM) technology - will your software
> be a part of the solution? Download the Intel(R) Manageability Checker
> today! http://p.sf.net/sfu/intel-dev2devmar
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX v3.5 and DTF using .NET 4

2011-03-25 Thread Paden, Patrick
I know it is supposed to work (saw the fixed bugs on it) but I needed a
sanity check just to confirm with someone else that using WiX v3.5 and
DTF with targeted .NET framework of 4.0, that it works for them and I
must be doing something wrong =]

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Executing CA after InstallFiles

2011-03-01 Thread Paden, Patrick
http://wix.sourceforge.net/manual-wix2/wix_xsd_customaction.htm

This page says that if you do not have the "Execute" item explicitly
listed in CustomAction, it defaults to immediate.
I believe what you are looking for is this:


-Original Message-
From: vunder [mailto:vun...@bk.ru] 
Sent: Tuesday, March 01, 2011 5:47 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Executing CA after InstallFiles

I'm trying to execute CA after InstallFiles (I want to execute it after
files
are copied):





  -1) AND NOT
UPGRADINGPRODUCTCODE]]>


But CA calling before files are installed, so CA cannot be executed
correct.

-- 
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Executing-
CA-after-InstallFiles-tp6076921p6076921.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Free Software Download: Index, Search & Analyze Logs and other IT data
in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT
data 
generated by your applications, servers and devices whether physical,
virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] DTF (session.Log)

2011-02-24 Thread Paden, Patrick
I came across an old message to this very same mailing group (google
ftw)

http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg17686.htm
l

I am working through the issue I have with string replacement escaping,
just seeing if anyone has come up with a better idea since then

Constraints:
The output is generated, sometimes I have text with brackets, sometimes
I do not
If there is a bracketed item, I need to see the brackets
And finally, the bracketed words have nothing to do with session
properties =]

Thanks in advance,
Patrick
--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] filepaths with spaces

2011-02-03 Thread Paden, Patrick
Although it does not answer your actual question(because I also do not
know), what I am doing is just making, maybe this suggestion would be a
nice workaround:
With my batch file, I drill down into the folder that contains my wxs
files and call candle while I am there, that way the wxs files do not
need a path at all

-Original Message-
From: David Amey [mailto:da...@creative-engine.co.uk] 
Sent: Thursday, February 03, 2011 4:33 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] filepaths with spaces

Hi all!

I require your collective knowledge on something I thought would be
simple.

Using Candle how do you address to source file's with a path that
includes spaces? For example; "C:\my folder\main.wxs"

I have tried using  '-out' which allows using quotes, and seems to work
ok, but then Light does not seem to be able to find the wixobj files?!

It seems like something simple, but its driving me crazy!!

Any help will save my sanity.

Thanks!
David Amey
The Creative Engine Ltd
Almac House, Church Lane, Bisley, Surrey, GU24 9DR
T: +44 (0)1483 799200  F: +44 (0)1483 799111


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better
price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Issues with writing to Registry on 64 bit 2008R2 server

2010-12-14 Thread Paden, Patrick
<< My CA DLL writes several values to the HKLM\Software\XYZ\Test sub
tree.  On my development PC the entries are where I expect them to be
(HKLM\Software\XYZ\Test\...).  The installed application can read the
values without a problem.
When I install on the server the registry entries are stored in
"HKCU\Software\Classes\VirtualStore\Machine\Software\Wow6432Node\XYZ\Tes
t\...".>>

This may/may not help, but the only time have been able to write to the
WOW folder in the registry on the 64-bit machine is when I set the
visual studio's "configuration manager":
Platform = "x86"

-=-=-=-=-=-=-=-=-=-
Patrick Paden

--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] detecting roaming profiles

2010-12-14 Thread Paden, Patrick
http://msdn.microsoft.com/en-us/library/bb762279(VS.85).aspx

Is this what you are looking for?

-=-=-=-=-=-=-=-=-=-
Patrick Paden

--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do you fix this error? (id is too long, 72 characters max)

2010-12-09 Thread Paden, Patrick
-=-=-=-

error:

The DirectoryRef/@Id of attributes value,
'Application.managementserver.plugins.authentication.native.client.symbo
ls' is too long for an identifier, standard identifiers are 72
characters or less.



-=-=-=-
The  in the above text-cut is 73 characters long, this is
what needs to be changed down to 72 characters or less.
Your  elsewhere in the code most likely needs to be changed
too.

Hope this helps,
Patrick Paden

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Stability question of 3.5/3.6

2010-11-12 Thread Paden, Patrick
I am new to WiX, and I am liking it (just wanted to give a kudos)

 

I have a requirement to place .NET 4.0 files into the GAC

>From the many forums I have been pouring through, it seems that using
the stable version of WiX 3.0 is not an option at all without
recompiling (which has crossed my mind) Light.exe's app.config file with
the 

(if I had read correctly)

 

Though the easy route would be to use the unstable WiX 3.5/3.6 which
does have the functionality for .NET 4

 

There are many tools in the WiX project.  If I only use candle and light
(this is a hope, cannot hurt to ask) and not the other tools, would
those be considered stable in the WiX 3.5/3.6 version?

 

-=-=-=-=-=-=-=-

Patrick Paden 

 

--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users