Re: [WiX-users] Wix Burn: Help with silent install (ExePackage

2012-04-25 Thread Miss Parker
Alright, I tried a different install command according to an example I found
in the forum: 

ExePackage Id=Update SuppressSignatureVerification=yes
SourceFile=C:\Downloads\Update_1.12.10.exe PerMachine=yes
  InstallCommand=/qn UninstallCommand=/qn Vital=no/

It didn't work for me unfortunately. 

I'm very sorry if I seem a bit slow here, but I don't understand exactly
what input InstallCommand needs. I also tried to input the complete msiexec
/qn /i command  (which works from command line), but no luck.

My logfile has this: 
/Applying execute package: TTUpdate, action: Install, path: C:\Documents and
Settings\All Users\Application Data\Package
Cache\CC325E7E72D2C044FBEF06359187E9475C1D8D77\Update_1.12.10.exe,
arguments: 'C:\Documents and Settings\All Users\Application Data\Package
Cache\CC325E7E72D2C044FBEF06359187E9475C1D8D77\Update_1.12.10.exe /qn'/

What am I doing wrong? 

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-Help-with-silent-install-ExePackage-tp7496163p7498509.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] Wix Burn: Help with silent install (ExePackage

2012-04-25 Thread Rob Mensching
Very hard to tell. It very much depends on how the executable works. Burn
just launches the executable and passes the appropriate command-line
(InstallCommand for install and UninstallCommand for uninstall and
RepairCommand for repair).

On Wed, Apr 25, 2012 at 12:18 AM, Miss Parker caisa.westl...@gmail.comwrote:

 Alright, I tried a different install command according to an example I
 found
 in the forum:

 ExePackage Id=Update SuppressSignatureVerification=yes
 SourceFile=C:\Downloads\Update_1.12.10.exe PerMachine=yes
   InstallCommand=/qn UninstallCommand=/qn Vital=no/

 It didn't work for me unfortunately.

 I'm very sorry if I seem a bit slow here, but I don't understand exactly
 what input InstallCommand needs. I also tried to input the complete
 msiexec
 /qn /i command  (which works from command line), but no luck.

 My logfile has this:
 /Applying execute package: TTUpdate, action: Install, path: C:\Documents
 and
 Settings\All Users\Application Data\Package
 Cache\CC325E7E72D2C044FBEF06359187E9475C1D8D77\Update_1.12.10.exe,
 arguments: 'C:\Documents and Settings\All Users\Application Data\Package
 Cache\CC325E7E72D2C044FBEF06359187E9475C1D8D77\Update_1.12.10.exe /qn'/

 What am I doing wrong?

 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-Help-with-silent-install-ExePackage-tp7496163p7498509.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] Wix Burn: Help with silent install (ExePackage

2012-04-25 Thread Miss Parker
Yeah well, apparently a simple /s sufficed. I tried that before of course,
but probably in combination with something else, which made the silent
install fail. 

Thank you all for your input, I learn more and more about Burn everyday. :) 

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-Help-with-silent-install-ExePackage-tp7496163p7501681.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] Wix Burn: Help with silent install (ExePackage

2012-04-24 Thread Neil Sleightholm
It will only install silently if Update_1.12.10.exe supports that.

Neil

-Original Message-
From: Miss Parker [mailto:caisa.westl...@gmail.com] 
Sent: 24 April 2012 15:56
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Wix Burn: Help with silent install (ExePackage

Hello,

I'm trying to get Burn to silently install an exe, but I can't get it to work. 
Can anyone see what I'm doing wrong?

ExePackage Id=Update SuppressSignatureVerification=yes
SourceFile=C:\Downloads\Update_1.12.10.exe PerMachine=yes
  InstallCommand=/q /ACTION=Install /hideconsole
UninstallCommand=/q /ACTION=Uninstall /hideconsole Vital=no/

I've also tried /s, /qn and /silent, but no luck.

The installation starts, but so does the the GUI unfortunately. 

Any help is appreciated.

//Caisa 

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-Help-with-silent-install-ExePackage-tp7496163p7496163.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




--
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] Wix Burn: Help with silent install (ExePackage)

2012-04-24 Thread Miss Parker
The exe is a patch and is supposed to support silent install, but maybe it
doesn't.

Do you happen to know any official exe's that supports silent install,
that I can download and test with? This has bugging me for days, and it
would be nice to find out if I'm doing something wrong or if the file is
wrong... 

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-Help-with-silent-install-ExePackage-tp7496163p7496331.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] Wix Burn: Help with silent install (ExePackage

2012-04-24 Thread Neil Sleightholm
Just try running Update_1.12.10.exe from a command prompt, it none of the 
options works silently it doesn't support it. You could also try /? and see if 
it supports help.

Neil

-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com] 
Sent: 24 April 2012 16:01
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Wix Burn: Help with silent install (ExePackage

It will only install silently if Update_1.12.10.exe supports that.

Neil

-Original Message-
From: Miss Parker [mailto:caisa.westl...@gmail.com]
Sent: 24 April 2012 15:56
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Wix Burn: Help with silent install (ExePackage

Hello,

I'm trying to get Burn to silently install an exe, but I can't get it to work. 
Can anyone see what I'm doing wrong?

ExePackage Id=Update SuppressSignatureVerification=yes
SourceFile=C:\Downloads\Update_1.12.10.exe PerMachine=yes
  InstallCommand=/q /ACTION=Install /hideconsole
UninstallCommand=/q /ACTION=Uninstall /hideconsole Vital=no/

I've also tried /s, /qn and /silent, but no luck.

The installation starts, but so does the the GUI unfortunately. 

Any help is appreciated.

//Caisa 

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-Help-with-silent-install-ExePackage-tp7496163p7496163.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




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




--
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] Wix Burn: Help with silent install (ExePackage

2012-04-24 Thread Miss Parker
Alright, I tried that (/msiexec /qn /i exePath/) and it worked. That can't be
good... 

Can you (or anyone else) see any obvious errors with my ExePackage
definition?

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-Help-with-silent-install-ExePackage-tp7496163p7496409.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] Wix Burn: Help with silent install (ExePackage

2012-04-24 Thread Rob Mensching
The log file should show you the command being passed to the executable.
Maybe try that exact command outside of Burn?

On Tue, Apr 24, 2012 at 8:57 AM, Miss Parker caisa.westl...@gmail.comwrote:

 Alright, I tried that (/msiexec /qn /i exePath/) and it worked. That can't
 be
 good...

 Can you (or anyone else) see any obvious errors with my ExePackage
 definition?

 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-Help-with-silent-install-ExePackage-tp7496163p7496409.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