[WiX-users] killing Chrome and Firefox

2012-04-24 Thread E. Timothy Uy
Hi, we are a requirement to kill Chrome and Firefox during install, so that
we can install or modify a plugin. What is the best way to kill processes
(or ask the user to kill processes)?

Thanks,
Tim
--
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] Using property when creating directory

2012-04-24 Thread b.p.fallar
I have a property bound to control, named WEBSITEDIRNAME, and I would like to 
use the value when creating a  instead of 
static Name value.

Regards,

Benjamin Fallar III | Microsoft Developer Lead
Avanade Software & Cloud Services (ASCS)
Accenture | Manila


"Plan Ahead. Be Ahead. Plan BCM."

www.accenture.com



Subject to local law, communications with Accenture and its affiliates 
including telephone calls and emails (including content), may be monitored by 
our systems for the purposes of security and the assessment of internal 
compliance with Accenture policy.
__

www.accenture.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] Placement of reboot

2012-04-24 Thread E. Timothy Uy
Perhaps just a misunderstanding. Could it be that CustomActions have to be
always between  and fragments are not exactly extra bits
of the Product?

On Tue, Apr 24, 2012 at 3:37 PM, Rob Mensching  wrote:

> Because something is wrong?
>
> On Tue, Apr 24, 2012 at 2:40 PM, E. Timothy Uy  wrote:
>
> > Here's something strange:
> >
> >> Property="QtExecInstallCmdLineRun"
> >  Value='"[INSTALLFOLDER]xxx.exe" install'/>
> > > BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred"
> Return="check"
> > />
> >
> > > Property="QtExecUninstallCmdLineRun"
> >  Value='"[INSTALLFOLDER]xxx.exe" uninstall'/>
> > > BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred"
> Return="check"
> > />
> >
> >
> >  Not
> > Installed
> >   > After="QtExecInstallCmdLineSet">Not Installed
> >  
> >   > Before="RemoveFiles">Installed
> >   > After="QtExecUninstallCmdLineSet">Installed
> >
> >
> > Placed inside the Product tag, this works, but in a fragment 
> > , it does not. Why?
> >
> > Thanks,
> > Tim
> >
> >
> --
> > 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
>
--
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] Changing reboot message

2012-04-24 Thread E. Timothy Uy
Thanks Rob! I added


http://schemas.microsoft.com/wix/2006/localization";>
[2] has been installed. Click Yes to restart now.
Click No to manually restart later


Which ultimately worked, though it did send my output to bin\Release\en-us.
Is the localization file the only way to do this? I wasn't able to add just
the string into my main wxs.

Respectfully,
Tim



On Tue, Apr 24, 2012 at 3:37 PM, Rob Mensching  wrote:

> Add an Error element.
>
> On Tue, Apr 24, 2012 at 9:54 AM, E. Timothy Uy  wrote:
>
> > Is it possible to change the reboot message shown for "ScheduleReboot"? I
> > would like it to be simpler, something like "[2] has been installed.
> Click
> > Yes to restart now. Click No to manually restart later." I read of some
> > folks using "Error Id=1703" but I'm not sure where to put this.
> >
> > Respectfully,
> > Tim
> >
> >
> --
> > 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
>
--
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] Multiple port bindings in WebAddress property

2012-04-24 Thread Rob Mensching
Really?  That doesn't work?  I kinda' expect it would work.  if it doesn't,
the error message from the log file owuld be interesting.

On Mon, Apr 23, 2012 at 5:18 AM, Neil Sleightholm wrote:

> You can't do that but you can create 2  elements one for port
> 80 and other 81 - that has worked for me.
>
> Neil
>
> Neil Sleightholm
> n...@x2systems.com
>
>
> On 23 Apr 2012, at 13:00, Lars Augensen wrote:
>
> Hi, my apologies if this is covered somewhere I have yet to discover, but:
>
> Is it possible to create multiple bindings with the WebAddress property,
> like so:
>   or
>  ?
>
> I suspect that this hasn't been covered anywhere?
>
>
> Lars Augensen
> Software Engineer
> lars.augen...@confirmit.com | Phone +47
> 2150 2572> | Mobile +47 40224293
>
> Confirmit® [everywhere]
> Software for Customer Feedback, Employee Feedback, and Market Research
>
>
> Confirmit AS, Karenslyst allé 56, 0277 Oslo, Norway
> www.confirmit.com |
> Main +47 2150 2500 | Fax +47 2150 2501
>
> The information contained in this email message may be privileged,
> confidential or exempt from disclosure under applicable law. If you are not
> the intended recipient, you are hereby notified that any use,
> dissemination, distribution or copying of this transmission is strictly
> prohibited. If you have received this communication in error, or if any
> problems occur with transmission, please notify the sender immediately.
>
>
> --
> For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>
>
> --
> For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> ___
> 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] building a custom bootstrapper application from wixstdba

2012-04-24 Thread Rob Mensching
That error message must be coming from your custom.dll.  I'm a little
confused why the code would be looking for wixstdba data if it's not
wixstdba.

On Tue, Apr 24, 2012 at 10:00 AM, jean claude klodjan
wrote:

> but in that case, the bal:WixStandardBootstrapperApplication element will
> use the original wixstd ba -
> how can i tell it to use my custom dll ?
>
>
>
> 2012/4/24 Bruce Cran 
>
> > You need to use the bal:WixStandardBootstrapperApplication element to
> tell
> > the ba where to find the license and logo. See the "changing the wix
> > standard bootstrapper application branding" topic in the help file.
> >
> > --
> > Bruce Cran
> >
> > Sent from my iPad
> >
> > On 24 Apr 2012, at 17:31, jean claude klodjan 
> wrote:
> >
> > > hello
> > > i have built a custom bootstrapper application, based on wixstdba.
> > > when i run the bootstrapper built using this dll, it can't probe for
> the
> > > thm.wxl and thm.xml files.
> > >
> > > i have added those files as payload, that way :
> > >
> > >   
> > >  > > SourceFile="..\Resources\thm.wxl"/>
> > >  > > SourceFile="..\Resources\thm.xml"/>
> > >
> > >
> > > this solves that part of the problem, but now i get the following
> error :
> > >
> > > ...Error 0x80070057: BootstrapperApplication.xml manifest is missing
> > > wixstdba information.
> > > ...Error 0x80070057: Failed to read bootstrapper application data.
> > > ...Error 0x80070057: Failed to initialize data in bootstrapper
> > application.
> > >
> > > Indeed, the code is looking for
> > > "/BootstrapperApplicationData/WixStdbaInformation"
> > > in "BootstrapperApplication.xml" ..
> > >
> > > what am i missing ?
> > > why should i do ?
> > >
> > > thank you in advance.
> > >
> >
> --
> > > 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
>



-- 
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] cultures link

2012-04-24 Thread Rob Mensching
Please file a bug.

On Tue, Apr 24, 2012 at 10:10 AM, E. Timothy Uy  wrote:

> http://wix.sourceforge.net/manual-wix3/specifying_cultures_to_build.htm
>
> The "specifying cultures" link is dead from
> http://wix.sourceforge.net/manual-wix3/build_a_localized_version.htm
>
> --
> 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-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 wrote:

> 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


Re: [WiX-users] Changing reboot message

2012-04-24 Thread Rob Mensching
Add an Error element.

On Tue, Apr 24, 2012 at 9:54 AM, E. Timothy Uy  wrote:

> Is it possible to change the reboot message shown for "ScheduleReboot"? I
> would like it to be simpler, something like "[2] has been installed. Click
> Yes to restart now. Click No to manually restart later." I read of some
> folks using "Error Id=1703" but I'm not sure where to put this.
>
> Respectfully,
> Tim
>
> --
> 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] Placement of reboot

2012-04-24 Thread Rob Mensching
Because something is wrong?

On Tue, Apr 24, 2012 at 2:40 PM, E. Timothy Uy  wrote:

> Here's something strange:
>
>Property="QtExecInstallCmdLineRun"
>  Value='"[INSTALLFOLDER]xxx.exe" install'/>
> BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="check"
> />
>
> Property="QtExecUninstallCmdLineRun"
>  Value='"[INSTALLFOLDER]xxx.exe" uninstall'/>
> BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="check"
> />
>
>
>  Not
> Installed
>   After="QtExecInstallCmdLineSet">Not Installed
>  
>   Before="RemoveFiles">Installed
>   After="QtExecUninstallCmdLineSet">Installed
>
>
> Placed inside the Product tag, this works, but in a fragment 
> , it does not. Why?
>
> Thanks,
> Tim
>
> --
> 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] Placement of reboot

2012-04-24 Thread E. Timothy Uy
Here's something strange:

   






  Not
Installed
  Not Installed
  
  Installed
  Installed


Placed inside the Product tag, this works, but in a fragment 
, it does not. Why?

Thanks,
Tim
--
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] Burn: ExePackage display name

2012-04-24 Thread Neil Sleightholm
Bump.

-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com] 
Sent: 16 April 2012 17:13
To: General toolset. (wix-users@lists.sourceforge.net)
Subject: [WiX-users] Burn: ExePackage display name

Where does the description displayed above the status bar come from for an 
ExePackage? The help implies the Provides element can be used but this doesn't 
seem to be valid in the schema.

Thanks

Neil

Neil Sleightholm
X2 Systems Limited
n...@x2systems.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


[WiX-users] cultures link

2012-04-24 Thread E. Timothy Uy
http://wix.sourceforge.net/manual-wix3/specifying_cultures_to_build.htm

The "specifying cultures" link is dead from
http://wix.sourceforge.net/manual-wix3/build_a_localized_version.htm
--
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] building a custom bootstrapper application from wixstdba

2012-04-24 Thread jean claude klodjan
but in that case, the bal:WixStandardBootstrapperApplication element will
use the original wixstd ba -
how can i tell it to use my custom dll ?



2012/4/24 Bruce Cran 

> You need to use the bal:WixStandardBootstrapperApplication element to tell
> the ba where to find the license and logo. See the "changing the wix
> standard bootstrapper application branding" topic in the help file.
>
> --
> Bruce Cran
>
> Sent from my iPad
>
> On 24 Apr 2012, at 17:31, jean claude klodjan  wrote:
>
> > hello
> > i have built a custom bootstrapper application, based on wixstdba.
> > when i run the bootstrapper built using this dll, it can't probe for the
> > thm.wxl and thm.xml files.
> >
> > i have added those files as payload, that way :
> >
> >   
> >  > SourceFile="..\Resources\thm.wxl"/>
> >  > SourceFile="..\Resources\thm.xml"/>
> >
> >
> > this solves that part of the problem, but now i get the following error :
> >
> > ...Error 0x80070057: BootstrapperApplication.xml manifest is missing
> > wixstdba information.
> > ...Error 0x80070057: Failed to read bootstrapper application data.
> > ...Error 0x80070057: Failed to initialize data in bootstrapper
> application.
> >
> > Indeed, the code is looking for
> > "/BootstrapperApplicationData/WixStdbaInformation"
> > in "BootstrapperApplication.xml" ..
> >
> > what am i missing ?
> > why should i do ?
> >
> > thank you in advance.
> >
> --
> > 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


[WiX-users] Changing reboot message

2012-04-24 Thread E. Timothy Uy
Is it possible to change the reboot message shown for "ScheduleReboot"? I
would like it to be simpler, something like "[2] has been installed. Click
Yes to restart now. Click No to manually restart later." I read of some
folks using "Error Id=1703" but I'm not sure where to put this.

Respectfully,
Tim
--
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] building a custom bootstrapper application from wixstdba

2012-04-24 Thread Bruce Cran
You need to use the bal:WixStandardBootstrapperApplication element to tell the 
ba where to find the license and logo. See the "changing the wix standard 
bootstrapper application branding" topic in the help file.

-- 
Bruce Cran

Sent from my iPad

On 24 Apr 2012, at 17:31, jean claude klodjan  wrote:

> hello
> i have built a custom bootstrapper application, based on wixstdba.
> when i run the bootstrapper built using this dll, it can't probe for the
> thm.wxl and thm.xml files.
> 
> i have added those files as payload, that way :
> 
>   
>  SourceFile="..\Resources\thm.wxl"/>
>  SourceFile="..\Resources\thm.xml"/>
>
> 
> this solves that part of the problem, but now i get the following error :
> 
> ...Error 0x80070057: BootstrapperApplication.xml manifest is missing
> wixstdba information.
> ...Error 0x80070057: Failed to read bootstrapper application data.
> ...Error 0x80070057: Failed to initialize data in bootstrapper application.
> 
> Indeed, the code is looking for
> "/BootstrapperApplicationData/WixStdbaInformation"
> in "BootstrapperApplication.xml" ..
> 
> what am i missing ?
> why should i do ?
> 
> thank you in advance.
> --
> 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] Import rtf file to a scrollable text control

2012-04-24 Thread Christopher Painter
Here's one technique that I find useful


Open the MSI in Orca like normal and then create a transform.

Paste your RTF in like normal and then tell it to Generate the transform.

Close orca.


Now you can use WiUseXfm.vbs  to apply the transform to similarly created 
MSI's.


http://msdn.microsoft.com/en-us/library/windows/desktop/aa367577(v=vs.85).as
px


It's a quick hack but should work depending on your situation.



From: "Uma Harano" 

Sent: Tuesday, April 24, 2012 11:43 AM

To: "General discussion for Windows Installer XML toolset." 


Subject: Re: [WiX-users] Import rtf file to a scrollable text control


Thanks Rob!

The LicenseAgreement I am trying to import into the Control table is 19 
pages long and it is in rtf format.

So I am not sure how I can import this using that vbs script. 

Should I:

* Import using Orca for the first time.

* Get the "formatted text" in the Text column of the Control table(created 
for me by Orca) and build SQL query using that. (It will be VERY long)

* Run the SQL statement using the vbs script for future builds.


What am I missing? Sorry about all these questions.


Thanks!

Uma-


-Original Message-

From: Rob Mensching [mailto:r...@robmensching.com] 

Sent: Tuesday, April 24, 2012 8:24 AM

To: General discussion for Windows Installer XML toolset.

Subject: Re: [WiX-users] Import rtf file to a scrollable text control


You could use the wisql.vbs that comes with the MSI SDK.


On Mon, Apr 23, 2012 at 8:15 PM, Uma Harano  wrote:


> Hi Rob

>

> I need to fix the license agreement in a msi file that has already 

> been built. I cannot unfortunately rebuild the msi again. So I have 

> been "fixing" the msi with the new license agreement using orca. I 

> would like to instead so this with a commandline tool with no UI.

>

> How can I do this?

>

> Thanks.

> Uma

>

>

> On Apr 23, 2012, at 7:38 PM, Rob Mensching  wrote:

>

> > Wix can do this when building your MSI.

> >

> > On Mon, Apr 23, 2012 at 4:41 PM, Uma Harano  wrote:

> >

> >> Hi,

> >> I would like to import an rtf file into the Text column of the 

> >> Control table for a Scrollable Text Control. (Into a msi that already 
exists).

> >> I would like to do this during my build process. It should have no 

> >> UI intervention (so not Orca or any authoring tool). Is it possible 

> >> to do

> this

> >> with msidb? Or what are the methods I could use?

> >>

> >> Thanks in advance!

> >> Uma-

> >>

> >>

> --

> 

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

> >

>

>

> --

> 

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

Re: [WiX-users] building a custom bootstrapper application from wixstdba

2012-04-24 Thread Neil Sleightholm
I had that issue and found the easiest way to solve it was it was to create a 
wixlib using wixstdba.wxs as an example. IIRC you need the code from 
wixstdba.wxs in your code somewhere and a wixlib was the simplest way to 
achieve it.

Neil

-Original Message-
From: jean claude klodjan [mailto:jcklod...@gmail.com] 
Sent: 24 April 2012 17:31
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] building a custom bootstrapper application from wixstdba

hello
i have built a custom bootstrapper application, based on wixstdba.
when i run the bootstrapper built using this dll, it can't probe for the 
thm.wxl and thm.xml files.

i have added those files as payload, that way :

   
 
 


this solves that part of the problem, but now i get the following error :

...Error 0x80070057: BootstrapperApplication.xml manifest is missing wixstdba 
information.
...Error 0x80070057: Failed to read bootstrapper application data.
...Error 0x80070057: Failed to initialize data in bootstrapper application.

Indeed, the code is looking for
"/BootstrapperApplicationData/WixStdbaInformation"
in "BootstrapperApplication.xml" ..

what am i missing ?
why should i do ?

thank you in advance.
--
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] Import rtf file to a scrollable text control

2012-04-24 Thread Uma Harano
Thanks Rob!
The LicenseAgreement I am trying to import into the Control table is 19 pages 
long and it is in rtf format.
So I am not sure how I can import this using that vbs script. 
Should I:
* Import using Orca for the first time.
* Get the "formatted text" in the Text column of the Control table(created for 
me by Orca) and build SQL query using that. (It will be VERY long)
* Run the SQL statement using the vbs script for future builds.

What am I missing? Sorry about all these questions.

Thanks!
Uma-



-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: Tuesday, April 24, 2012 8:24 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Import rtf file to a scrollable text control

You could use the wisql.vbs that comes with the MSI SDK.

On Mon, Apr 23, 2012 at 8:15 PM, Uma Harano  wrote:

> Hi Rob
>
> I need to fix the license agreement in a msi file that has already 
> been built. I cannot unfortunately rebuild the msi again. So I have 
> been "fixing" the msi with the new license agreement using orca. I 
> would like to instead so this with a commandline tool with no UI.
>
> How can I do this?
>
> Thanks.
> Uma
>
>
> On Apr 23, 2012, at 7:38 PM, Rob Mensching  wrote:
>
> > Wix can do this when building your MSI.
> >
> > On Mon, Apr 23, 2012 at 4:41 PM, Uma Harano  wrote:
> >
> >> Hi,
> >> I would like to import an rtf file into the Text column of the 
> >> Control table for a Scrollable Text Control. (Into a msi that already 
> >> exists).
> >> I would like to do this during my build process. It should have no 
> >> UI intervention (so not Orca or any authoring tool). Is it possible 
> >> to do
> this
> >> with msidb? Or what are the methods I could use?
> >>
> >> Thanks in advance!
> >> Uma-
> >>
> >>
> --
> 
> >> 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
> >
>
>
> --
> 
> 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


--
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] building a custom bootstrapper application from wixstdba

2012-04-24 Thread jean claude klodjan
hello
i have built a custom bootstrapper application, based on wixstdba.
when i run the bootstrapper built using this dll, it can't probe for the
thm.wxl and thm.xml files.

i have added those files as payload, that way :

   
 
 


this solves that part of the problem, but now i get the following error :

...Error 0x80070057: BootstrapperApplication.xml manifest is missing
wixstdba information.
...Error 0x80070057: Failed to read bootstrapper application data.
...Error 0x80070057: Failed to initialize data in bootstrapper application.

Indeed, the code is looking for
"/BootstrapperApplicationData/WixStdbaInformation"
in "BootstrapperApplication.xml" ..

what am i missing ?
why should i do ?

thank you in advance.
--
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 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?



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
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] Installl/upgrade several MSIs in one single transaction?

2012-04-24 Thread Rob Mensching
Rollback should end up removing all the installed packages. With major
upgrade this *does* leave the old version on the machine in a broken state.
Fortunately, a repair will fix the old version.

MSI does provide a way to put multiple MSIs in a transaction but every time
we try to use it we find a new bug in it. So we decided to be safe and end
up with a consistent story even if it isn't perfect in the Major Upgrade
rollback scenario.

On Tue, Apr 24, 2012 at 6:34 AM, burn baby burn
wrote:

> Hi,
>
> This is specially dangerous when we are upgrading an existing installation.
> If I have several MSI chained and one of them fails, burn rolls back that
> one, but leaves the previous MSIs already updated.
>
> Therefore, I might potentially end up with a broken application after
> executing the setup.
>
> Is there any way to group the MSIs into a single MSI transaction so that
> burn can roll back all if something goes wrong??
>
> Thanks in advance!
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installl-upgrade-several-MSIs-in-one-single-transaction-tp7495903p7495903.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] Launch after reboot

2012-04-24 Thread E. Timothy Uy
I would like to launch my application immediately after the installer
reboots. Is setting a runonce registry the best way to do this? If I have a
scheduled reboot, can I make my UI continue and prompt the user to "launch
the application" now?


  Not
Installed
  Not Installed
  

  Installed
  Installed

--
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] Import rtf file to a scrollable text control

2012-04-24 Thread Rob Mensching
You could use the wisql.vbs that comes with the MSI SDK.

On Mon, Apr 23, 2012 at 8:15 PM, Uma Harano  wrote:

> Hi Rob
>
> I need to fix the license agreement in a msi file that has already been
> built. I cannot unfortunately rebuild the msi again. So I have been
> "fixing" the msi with the new license agreement using orca. I would like to
> instead so this with a commandline tool with no UI.
>
> How can I do this?
>
> Thanks.
> Uma
>
>
> On Apr 23, 2012, at 7:38 PM, Rob Mensching  wrote:
>
> > Wix can do this when building your MSI.
> >
> > On Mon, Apr 23, 2012 at 4:41 PM, Uma Harano  wrote:
> >
> >> Hi,
> >> I would like to import an rtf file into the Text column of the Control
> >> table for a Scrollable Text Control. (Into a msi that already exists).
> >> I would like to do this during my build process. It should have no UI
> >> intervention (so not Orca or any authoring tool). Is it possible to do
> this
> >> with msidb? Or what are the methods I could use?
> >>
> >> Thanks in advance!
> >> Uma-
> >>
> >>
> --
> >> 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
> >
>
>
> --
> 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] Burn - ProgramFilesFolder vs ProgramFiles64Folder

2012-04-24 Thread Rob Mensching
Bug.

On Tue, Apr 24, 2012 at 5:20 AM, Neil Sleightholm wrote:

> I have noticed that in burn the ProgramFilesFolder variable includes a
> backslash at the end and ProgramFiles64Folder doesn't:
> [04F4:06E0][2012-04-24T13:14:52]: Variable: ProgramFiles64Folder =
> C:\Program Files
> [04F4:06E0][2012-04-24T13:14:52]: Variable: ProgramFilesFolder =
> C:\Program Files (x86)\
>
> Is this correct or a bug?
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> n...@x2systems.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-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?



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


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

2012-04-24 Thread Miss Parker
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?



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


Re: [WiX-users] Burn - Combined x86/x64 package

2012-04-24 Thread Neil Sleightholm
Thanks for the quick reply but this is for a Burn package rather than a 
standard MSI.

Neil

-Original Message-
From: Osanger, Martin [mailto:martin.osan...@fabasoft.com] 
Sent: 24 April 2012 14:48
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Burn - Combined x86/x64 package

Hello,

If i don't missunderstood you, you can set a property with the correct path 
before installation was triggered.

e.g:

  
  .



  
VersionNT64
NOT VersionNT64

kind regards,
Martin

-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com]
Sent: Dienstag, 24. April 2012 15:01
To: General toolset. (wix-users@lists.sourceforge.net)
Subject: [WiX-users] Burn - Combined x86/x64 package

I have created a combined x86 and x64 package by setting the InstallCondition 
of my MsiPackages to "NOT VersionNT64" or "VersionNT64" respectively. This 
works ok but I can't see how to set the InstallFolder variable so that it is 
correct for the options dialog in the StdBA (I can set it correctly for the 
install by just using 2 variables but the options dialog references 
InstallFolder).

Does anyone know how to do this? What I would like is a condition associated 
with the variable but can't see how to do that.

Thanks

Neil

Neil Sleightholm
X2 Systems Limited
n...@x2systems.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] Burn - Combined x86/x64 package

2012-04-24 Thread Osanger, Martin
Hello,

If i don't missunderstood you, you can set a property with the correct path 
before installation was triggered.

e.g:

  
  .



  
VersionNT64
NOT VersionNT64

kind regards,
Martin

-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com] 
Sent: Dienstag, 24. April 2012 15:01
To: General toolset. (wix-users@lists.sourceforge.net)
Subject: [WiX-users] Burn - Combined x86/x64 package

I have created a combined x86 and x64 package by setting the InstallCondition 
of my MsiPackages to "NOT VersionNT64" or "VersionNT64" respectively. This 
works ok but I can't see how to set the InstallFolder variable so that it is 
correct for the options dialog in the StdBA (I can set it correctly for the 
install by just using 2 variables but the options dialog references 
InstallFolder).

Does anyone know how to do this? What I would like is a condition associated 
with the variable but can't see how to do that.

Thanks

Neil

Neil Sleightholm
X2 Systems Limited
n...@x2systems.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


[WiX-users] Populating Registry Value in TextBox

2012-04-24 Thread Ravi Raj
Hi,
I am trying to populate a registry value in textbox but not being able to
do so. Following is my code:







---

---





-- 
Thanks and Regards,
Ravi Raj
--
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] Installl/upgrade several MSIs in one single transaction?

2012-04-24 Thread burn baby burn
Hi,

This is specially dangerous when we are upgrading an existing installation.
If I have several MSI chained and one of them fails, burn rolls back that
one, but leaves the previous MSIs already updated.

Therefore, I might potentially end up with a broken application after
executing the setup.

Is there any way to group the MSIs into a single MSI transaction so that
burn can roll back all if something goes wrong??

Thanks in advance!

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installl-upgrade-several-MSIs-in-one-single-transaction-tp7495903p7495903.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] Modifying MSIs from the bootstrapper

2012-04-24 Thread burn baby burn
Thanks!! :-)

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Modifying-MSIs-from-the-bootstrapper-tp7470406p7495882.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


[WiX-users] Burn - Combined x86/x64 package

2012-04-24 Thread Neil Sleightholm
I have created a combined x86 and x64 package by setting the InstallCondition 
of my MsiPackages to "NOT VersionNT64" or "VersionNT64" respectively. This 
works ok but I can't see how to set the InstallFolder variable so that it is 
correct for the options dialog in the StdBA (I can set it correctly for the 
install by just using 2 variables but the options dialog references 
InstallFolder).

Does anyone know how to do this? What I would like is a condition associated 
with the variable but can't see how to do that.

Thanks

Neil

Neil Sleightholm
X2 Systems Limited
n...@x2systems.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


[WiX-users] Burn - ProgramFilesFolder vs ProgramFiles64Folder

2012-04-24 Thread Neil Sleightholm
I have noticed that in burn the ProgramFilesFolder variable includes a 
backslash at the end and ProgramFiles64Folder doesn't:
[04F4:06E0][2012-04-24T13:14:52]: Variable: ProgramFiles64Folder = C:\Program 
Files
[04F4:06E0][2012-04-24T13:14:52]: Variable: ProgramFilesFolder = C:\Program 
Files (x86)\

Is this correct or a bug?

Neil

Neil Sleightholm
X2 Systems Limited
n...@x2systems.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] Installing into the roaming profile

2012-04-24 Thread Albert van Peppen
My policy is always to use a per machine install in roaming profile 
environments..
Besides the 'standard' discussion to determine if roaming profiles are a good 
idea in an organization.
In most cases you will end up with a fragmented active directory; some users 
are with a roaming profile, others are not (due to several things). So in this 
scenario a per machine installation will always work, the per user part will 
likely only consist of some registry work, which you can handle through active 
directory policies :)

Best regards,

Albert van Peppen
Senior System Engineer

Insad Grafisch b.v.
Mollevite 28
6931 KG  Westervoort
The Netherlands

-Oorspronkelijk bericht-
Van: Osanger, Martin [mailto:martin.osan...@fabasoft.com] 
Verzonden: 23 April 2012 09:20
Aan: General discussion for Windows Installer XML toolset.
Onderwerp: Re: [WiX-users] Installing into the roaming profile

Thanks for your answer. 

Is there any other opportunity or what's a better (supported) way to handle 
roaming profiles?

only per machine installations?

kind regards,
Martin

-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: Freitag, 20. April 2012 16:16
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Installing into the roaming profile

I've never heard that Windows supported such behavior. Sounds interesting if it 
does.

On Fri, Apr 20, 2012 at 6:37 AM, Osanger, Martin < martin.osan...@fabasoft.com> 
wrote:

> Hello,
>
> Is there a Property or anything else I have to set on a per user 
> installation with roaming profiles, so that the installation will be 
> marked as roamed installation, and my setup will be shown in the ARP on 
> another pc?
>
> Kind regards,
> martin
>
> -Original Message-
> From: Osanger, Martin [mailto:martin.osan...@fabasoft.com]
> Sent: Mittwoch, 18. April 2012 17:55
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Installing into the roaming profile
>
> Hello,
>
> My current situation (per user installation):
>
> I install my files to the "AppDataFolder" directory (in a subfolder).
> Now I can switch the pc's and have the installed data (saved to 
> roaming
> profile) available. But I'm not able to uninstall the files, if I'm 
> not on the pc where I installed the msi file (cached-msi-file and ARP 
> entry was not roamed)
>
> Some customers delete their "LocalAppDataFolder" on logoff, so I have 
> to install it to the "AppDataFolder"
>
> Are there any best practices for creating a WIX based MSI for roaming 
> profiles?
>
> Kind regards,
> martin
>
> --
>  Better than sec? Nothing is better than sec when it comes to 
> monitoring Big Data applications. Try Boundary one-second resolution 
> app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-dev2dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
>  For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



--
virtually, Rob Mensching - http://RobMensching.com LLC
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
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


[WiX-users] Got error LGHT0204 : ICE03: Invalid Language Id when a resource dll file is localized with Target culture being set to ch-CHT

2012-04-24 Thread Michael Huang
Hi, guys,

We set the target culture of a managed resource dll to zh-CHT , which are 
neutral culture identifiers and it can cover all the special cultures under 
Chinese traditional categories for example: zh-TW, zh-HK and zh-MO. However  
the wix linker( light.exe) generates an error, if we turn on ICE03 validation, 
saying not reorganize zh-CHT, but this doesn't stop MSI building, We can still 
get workable MSI and MST files.
I can suppress ICE03 in the command line to eliminate this error but I have 
some concerns to do so as ICE03 also check a bunch of other 
thing,
 I wonder if there is a right way to allow us add a managed resource dll files, 
whose target culture is set to zh-CHT in loc-build, without generating the 
above error or other warning.

Thanks a lot.

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