Re: [WiX-users] trouble with Visual Studio integration after upgrade to WiX 3.7

2013-02-19 Thread Helge Kruse
Now I tried to use VS2008. This shouldn't need
ProjectAggregator2.msi. Now I get this message:

'...wixproj' cannot be opened because its project type (.wixproj) is
not supported by this version of Visual Studio.

- uninstall, reboot, install of WiX 3.7 did not help.
- devenv /ResetSkipPkgs did not help.

How can I check, that the support for WiX is installed in Visual
Studio and how can I repair this?

Regards
Helge


2013/2/18 Helge Kruse helge.kr...@gmx.net:
 Hello

 I have used WiX 3.5 until today. Now I just wanted to upgrade to WiX
 3.7 and ran the installer. Now I can compile with the new tools.
 Unfortunately I can't edit any .wxs file in VS2005 anymore. When I try
 to create a new WiX MSM project in VS205 I get the error message:

 The application for project
 'C:\Users\hk\AppData\Local\Temp\ipooxrun.xfd\Temp\MergeModule1.wixproj'
 is not installed.

 I get similar messages when I try to open any already existing
 project. So it looks like the Votive/VS2005 integration is broken. I
 also tried to remove WiX 3.7 and install WiX 3.5 again. I doesn't
 work.

 How do I repair my system so that I can use any WiX version and the VS
 integration. Of course the preferred version is WiX 3.7.

 Regards
 Helge

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] trouble with Visual Studio integration after upgrade to WiX 3.7

2013-02-19 Thread Helge Kruse
Please ignore my mail. I can open the wixproj in VS2008 when I install
WiX toolset 3.7. My bad. Sorry for that noise.

But there are still problems. When I start build project VS2008
crashes. In a debugger I can catch the BadFormatException:
-
Could not load file or assembly 'file:///C:\Program Files (x86)\WiX
Toolset v3.7\bin\candle.exe' or one of its dependencies. This assembly
is built by a runtime newer than the currently loaded runtime and
cannot be loaded.
-
I can run candle and light successfully from the command line.

Opening the wixproj in VS2005 still fails although ProjectAggregator2
is installed.

Regards
Helge

2013/2/19 Helge Kruse helge.kr...@gmx.net:
 Now I tried to use VS2008. This shouldn't need
 ProjectAggregator2.msi. Now I get this message:

 '...wixproj' cannot be opened because its project type (.wixproj) is
 not supported by this version of Visual Studio.

 - uninstall, reboot, install of WiX 3.7 did not help.
 - devenv /ResetSkipPkgs did not help.

 How can I check, that the support for WiX is installed in Visual
 Studio and how can I repair this?

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] trouble with Visual Studio integration after upgrade to WiX 3.7

2013-02-19 Thread Neil Sleightholm
I believe there is a known problem with VS2008 and 3.7, see here: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Woes-with-VS2008-td7582558.html

The fix is to add RunWixToolsOutOfProctrue/RunWixToolsOutOfProc to your 
project file.

Neil

-Original Message-
From: Helge Kruse [mailto:helge.kr...@gmx.net] 
Sent: 19 February 2013 09:30
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] trouble with Visual Studio integration after upgrade 
to WiX 3.7

Please ignore my mail. I can open the wixproj in VS2008 when I install WiX 
toolset 3.7. My bad. Sorry for that noise.

But there are still problems. When I start build project VS2008 crashes. In a 
debugger I can catch the BadFormatException:
-
Could not load file or assembly 'file:///C:\Program Files (x86)\WiX Toolset 
v3.7\bin\candle.exe' or one of its dependencies. This assembly is built by a 
runtime newer than the currently loaded runtime and cannot be loaded.
-
I can run candle and light successfully from the command line.

Opening the wixproj in VS2005 still fails although ProjectAggregator2 is 
installed.

Regards
Helge

2013/2/19 Helge Kruse helge.kr...@gmx.net:
 Now I tried to use VS2008. This shouldn't need ProjectAggregator2.msi. 
 Now I get this message:

 '...wixproj' cannot be opened because its project type (.wixproj) is 
 not supported by this version of Visual Studio.

 - uninstall, reboot, install of WiX 3.7 did not help.
 - devenv /ResetSkipPkgs did not help.

 How can I check, that the support for WiX is installed in Visual 
 Studio and how can I repair this?

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Rename File based on Argument passed to MSI Installation

2013-02-19 Thread Peter Shirtcliffe
You could use the CopyFile element to create a file at run-time.

-Original Message-
From: chennam [mailto:chatrapathi.chen...@gmail.com] 
Sent: 18 February 2013 21:18
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Rename File based on Argument passed to MSI Installation

Hi, 

I have the MSI package where I Pass the Installation location as One of
Argument1 in Command Line and Want to pass another argument2 also;Based on
this second argument2(Env) can I rename a file which is in the Installation
package?. If this can be done;then how it can be achieved?(as PostBuild
script or as Configuration  setting up in Setup Project) 

Thanks In advance. 

Chatra



--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Rename-File-bas
ed-on-Argument-passed-to-MSI-Installation-tp7583717.html
Sent from the wix-users mailing list archive at Nabble.com.

-
-
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, is
your hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials, tech docs,
whitepapers, evaluation guides, and opinion stories. Check out the most
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
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.


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Option to remove the End-User License Agreement in the Wix setup

2013-02-19 Thread Joseph, Sijo
Hi All,

Please could you give an example to remove the End-User License Agreement in 
the Wix setup. If any existing link with sample will be useful. Please let me 
know if any more information is required.

Thanks,
Sijo Joseph
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Option to remove the End-User License Agreement in the Wix setup

2013-02-19 Thread Neil Sleightholm
This should help: 
http://neilsleightholm.blogspot.co.uk/2008/08/customised-uis-for-wix.html

Neil

-Original Message-
From: Joseph, Sijo [mailto:sijo.jos...@cgi.com] 
Sent: 19 February 2013 13:20
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Option to remove the End-User License Agreement in the 
Wix setup

Hi All,

Please could you give an example to remove the End-User License Agreement in 
the Wix setup. If any existing link with sample will be useful. Please let me 
know if any more information is required.

Thanks,
Sijo Joseph
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Help with Wix custom managed bootstrapper

2013-02-19 Thread kochkin.alexey
On detect complete callback you must parse command line arguments to deside
show UI or not and may bу automaticly plan some action. 
If it`s Command.Action == Uninstall, and Command.Display is Embedded or
Passive, you have to plan(Uninstall), cause UI is not showing and anybody
cann`t press uninstall button.

Alexey.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Help-with-Wix-custom-managed-bootstrapper-tp7583363p7583743.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] trouble with Visual Studio integration after upgrade to WiX 3.7

2013-02-19 Thread Helge Kruse
Neil,

thanks that works perfectly. Obviously VS2008 tried to execute candle
without creating a new process. This might save time when executing
but gives trouble when a different run-time version is required.

Your answer save me the evening.
Thanks, Helge

2013/2/19 Neil Sleightholm n...@x2systems.com:
 I believe there is a known problem with VS2008 and 3.7, see here: 
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Woes-with-VS2008-td7582558.html

 The fix is to add RunWixToolsOutOfProctrue/RunWixToolsOutOfProc to your 
 project file.


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Rename File based on Argument passed to MSI Installation

2013-02-19 Thread chennam
Hi Peter,

I have used the copy file but no use,not sure I am doing any wrong.Please
see below statements; for time being I have hard coded source and
destination folders in setup project of MSI. Note: Below file paths are the
one where MSi package installation destination not the source location from.

Property Id=SourceFilesFolder
Value=E:\Websites\SCBUDirect\Website\SCBUDirect.B2CWeb\App_Config\basic.log4net.dev
/

Property Id=DestFilesFolder
Value=E:\Websites\SCBUDirect\Website\SCBUDirect.B2CWeb\App_Config\ /
  

 DirectoryRef Id=INSTALLLOCATION
  Component Id=CMP_LOG4TXT
  CopyFile Id=Copy_LOG4TXT  SourceProperty=SourceFilesFolder
  DestinationProperty=DestFilesFolder
  DestinationName=basic.log4net /

  /Component
/DirectoryRef



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Rename-File-based-on-Argument-passed-to-MSI-Installation-tp7583717p7583746.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users