Re: [WiX-users] Install Wix37.exe using command line.

2012-09-04 Thread vchauras
okay that worked. But now I want to uninstall wix37.exe since its not a
stable release and use wix3.6 as the stable one.

Uninstalling wix37.exe from Control Panel says failed to uninstall - try
again

I tried using Wmic command like :


wmic product where name=WiX Toolset v3.7 Core call uninstall
wmic product where name=WiX Toolset v3.7 Managed SDK call uninstall
wmic product where name=WiX Toolset v3.7 Visual Studio Integration call
uninstall
wmic product where name=WiX Toolset v3.7 Native 2010 SDK call uninstall


but even now, I m not able to install wix3.6.exe ; it just gives the splash
screen w/o any click-install link.

Any workaround to get this working ?





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Install-Wix37-exe-using-command-line-tp7580153p7580286.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Install Wix37.exe using command line.

2012-09-04 Thread Rob Mensching
Can you share the log file from the failing uninstall?

On Tue, Sep 4, 2012 at 10:47 AM, vchauras vivekchauras...@gmail.com wrote:

 okay that worked. But now I want to uninstall wix37.exe since its not a
 stable release and use wix3.6 as the stable one.

 Uninstalling wix37.exe from Control Panel says failed to uninstall - try
 again

 I tried using Wmic command like :


 wmic product where name=WiX Toolset v3.7 Core call uninstall
 wmic product where name=WiX Toolset v3.7 Managed SDK call uninstall
 wmic product where name=WiX Toolset v3.7 Visual Studio Integration call
 uninstall
 wmic product where name=WiX Toolset v3.7 Native 2010 SDK call uninstall


 but even now, I m not able to install wix3.6.exe ; it just gives the splash
 screen w/o any click-install link.

 Any workaround to get this working ?





 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Install-Wix37-exe-using-command-line-tp7580153p7580286.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Install Wix37.exe using command line.

2012-09-04 Thread vchauras
[update]I restarted my machine and uninstallation went well. 

Anyways, which log file are we referring here ?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Install-Wix37-exe-using-command-line-tp7580153p7580296.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Install Wix37.exe using command line.

2012-09-04 Thread Rob Mensching
Burn by default logs to %TEMP%. The log file name should be pretty obvious.
smile/

On Tue, Sep 4, 2012 at 1:28 PM, vchauras vivekchauras...@gmail.com wrote:

 [update]I restarted my machine and uninstallation went well.

 Anyways, which log file are we referring here ?



 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Install-Wix37-exe-using-command-line-tp7580153p7580296.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Install Wix37.exe using command line.

2012-08-28 Thread vchauras
Hello all,

We had a build machine which used to install Wix3.6 msi using 

msiexec /qr /i WiX\wix36.msi

Now, we are updating our build scripts to use Wix37.exe , but I dont know is
there a way to install latest wix using command line ?

Are there any options with this exe so that i can silent install  wix37.exe
on command line ?

Thanks
Vivek




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Install-Wix37-exe-using-command-line-tp7580153.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Install Wix37.exe using command line.

2012-08-28 Thread Rob Mensching
wix37.exe -quiet

On Tue, Aug 28, 2012 at 2:21 PM, vchauras vivekchauras...@gmail.com wrote:

 Hello all,

 We had a build machine which used to install Wix3.6 msi using

 msiexec /qr /i WiX\wix36.msi

 Now, we are updating our build scripts to use Wix37.exe , but I dont know
 is
 there a way to install latest wix using command line ?

 Are there any options with this exe so that i can silent install  wix37.exe
 on command line ?

 Thanks
 Vivek




 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Install-Wix37-exe-using-command-line-tp7580153.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users