[WiX-users] msi failed in uninstallation

2014-11-12 Thread Mohamed Yasir
Hi,

I have created two msi file (sample1  sample2) using wix toolset3.8. 

While uninstalling msi  through wix custom bootstrapper,it shows an below
error.

MSI (s) (20:94) [01:01:37:045]: Resolving source to launched-from source.
MSI (s) (20:94) [01:01:37:045]: Setting launched-from source as last-used.
MSI (s) (20:94) [01:01:37:045]: PROPERTY CHANGE: Adding SourceDir property.
Its value is 'C:\windows\Installer\'.
MSI (s) (20:94) [01:01:37:045]: PROPERTY CHANGE: Adding SOURCEDIR property.
Its value is 'C:\windows\Installer\'.
MSI (s) (20:94) [01:01:37:045]: PROPERTY CHANGE: Adding SourcedirProduct
property. Its value is '{06FE2968-FD34-49E6-9310-5F097F2FE736}'.
MSI (s) (20:94) [01:01:37:045]: SOURCEDIR == C:\windows\Installer\
MSI (s) (20:94) [01:01:37:045]: SOURCEDIR product ==
{06FE2968-FD34-49E6-9310-5F097F2FE736}
MSI (s) (20:94) [01:01:37:045]: Determining source type
MSI (s) (20:94) [01:01:37:045]: Note: 1: 2203 2:
C:\windows\Installer\sample1.msi 3: -2147287038 
MSI (s) (20:94) [01:01:37:045]: Note: 1: 1316 2:
C:\windows\Installer\sample1.msi 
MSI (s) (20:94) [01:01:37:045]: Note: 1: 2205 2:  3: Error 
MSI (s) (20:94) [01:01:37:045]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 1316 
Error 1316. A network error occurred while attempting to read from the file:
C:\windows\Installer\sample1.msi
MSI (s) (20:94) [01:01:37:049]: Note: 1: 2205 2:  3: Error 
MSI (s) (20:94) [01:01:37:049]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 1709 
MSI (s) (20:94) [01:01:37:049]: Product: Sample MSI -- Error 1316. A network
error occurred while attempting to read from the file:
C:\windows\Installer\sample1.msi

can you please share why this kind of error occurred ? 

Please share any idea on this.

Regards,
Mohamed Yasir K



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/msi-failed-in-uninstallation-tp7597864.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Package download failed in Web Installer

2014-11-12 Thread Mohamed Yasir
Hi,

I have modifed the URL while posting due to security resons. Also i have
been given valid URL in bundle file.
http:\\{Domain}\{Folder}\samplefile.msi.



Regards,
Mohamed Yasir K



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Package-download-failed-in-Web-Installer-tp7597807p7597865.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] [SPAM] Re: Package download failed in Web Installer

2014-11-12 Thread Phill Hogland
OK, that makes sense.   Did you use Fiddler (or similar) to evaluate why you
are getting network failures?

Since you are reporting having network problems on both install and
uninstall, related to this package, it seems like determining the core cause
of those problems is needed.  I have several mba driven setups which
download packages (150+) reliably, so I am very pleased with the wix support
for this approach.  I had one cab which rarely would fail due to problems at
the web hosting site (which I could not directly resolve).  I added retries
into the mba, which resolved those issues while the web hosting folks worked
on the real cause of this problem. So the capability is there, documented in
the wix source files, for you to do reliable downloads.   Look at
ResolveSource, CacheAcquireComplete, CacheVerifyComplete, and
CachePackageComplete, after you exhaust your effort to resolve the more
obvious issues in the authoring or configuration of the web server..



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Package-download-failed-in-Web-Installer-tp7597807p7597866.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] setting permissions when creating folder...

2014-11-12 Thread Steve-Ogilvie
Hi all,

I am setting a permission on a folder:

Component Id=quot;cmp_ProgramDataPermServquot;
Guid=quot;lt;some guid Permanent=no Shared=no
  CreateFolder
util:PermissionEx User=NETWORK SERVICE GenericWrite=yes
GenericRead=yes /
  /CreateFolder

This has been working fine for a LONG time...

However, someone is trying to install our software on a German Windows 7 or
8 OS and getting this error:
ExecSecureObjects:  Securing Object: C:\ProgramData\TITUS\ Type:
CreateFolder User: NETWORK SERVICE
ExecSecureObjects:  Error 0x80070534: failed to get sid for account: NETWORK
SERVICE

Do I really need to change the permission User to:
util:PermissionEx User=NT AUTHORITY\NETWORK SERVICE GenericWrite=yes
GenericRead=yes /
??

thanks,
Steve



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/setting-permissions-when-creating-folder-tp7597867.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] LogPathVariable not working

2014-11-12 Thread Partyka, Rouslan
Hello,

I have a bundle with 3 chained MSI's.  I want it to put all (!) the log
files to a specified folder.  Does anyone have a code sample that actually
WORKS?  I checked the web, I tried LogPathVariable, Variable/ and Log/
in various combinations - to no avail.

Many thanks in advance.

Regards,
Rouslan
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] setting permissions when creating folder...

2014-11-12 Thread John Cooper
Probably because a German Windows 7 has a localized NETWORK SERVICE.  What is 
the name of NETWORK SERVICE on the German machine?  Should be pretty obvious 
from just looking at running services.

--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing 
Development
Jack Henry  Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 
|jocoo...@jackhenry.com



-Original Message-
From: Steve-Ogilvie [mailto:steven.ogil...@titus.com] 
Sent: Wednesday, November 12, 2014 9:26 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] setting permissions when creating folder...

Hi all,

I am setting a permission on a folder:

Component Id=quot;cmp_ProgramDataPermServquot;
Guid=quot;lt;some guid Permanent=no Shared=no
  CreateFolder
util:PermissionEx User=NETWORK SERVICE GenericWrite=yes
GenericRead=yes /
  /CreateFolder

This has been working fine for a LONG time...

However, someone is trying to install our software on a German Windows 7 or
8 OS and getting this error:
ExecSecureObjects:  Securing Object: C:\ProgramData\TITUS\ Type:
CreateFolder User: NETWORK SERVICE
ExecSecureObjects:  Error 0x80070534: failed to get sid for account: NETWORK 
SERVICE

Do I really need to change the permission User to:
util:PermissionEx User=NT AUTHORITY\NETWORK SERVICE GenericWrite=yes
GenericRead=yes /
??

thanks,
Steve



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/setting-permissions-when-creating-folder-tp7597867.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] [SPAM] Re: setting permissions when creating folder...

2014-11-12 Thread Phill Hogland
Use the Well-Known SID to look up the localized name for built-in accounts.

I think the C# code would look like this:
string aSID = new
SecurityIdentifier(WellKnownSidType.LocalServiceSid, null).ToString();
string domain_localService = new
System.Security.Principal.SecurityIdentifier(aSID).Translate(typeof(System.Security.Principal.NTAccount)).ToString();
this._localServiceName =
domain_localService.Split('\\').Last();


Your post made me realize that I probably have the same issue in one of my
setups.  Thanks.  I adapted the above code from similar code used to look up
another localized built-in account, and have yet to test this particular
change.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/setting-permissions-when-creating-folder-tp7597867p7597871.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] setting permissions when creating folder...

2014-11-12 Thread Carter Young
There's another thread here regarding a Finnish Language Install  
that's causing the same problem for the Users group if you'd like a  
little reading material...

Quoting John Cooper jocoo...@jackhenry.com:

 Probably because a German Windows 7 has a localized NETWORK  
 SERVICE.  What is the name of NETWORK SERVICE on the German  
 machine?  Should be pretty obvious from just looking at running  
 services.

 --
 John Merryweather Cooper
 Senior Software Engineer | Enterprise Service Applications |  
 Continuing Development
 Jack Henry  Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050  
 |jocoo...@jackhenry.com



 -Original Message-
 From: Steve-Ogilvie [mailto:steven.ogil...@titus.com]
 Sent: Wednesday, November 12, 2014 9:26 AM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] setting permissions when creating folder...

 Snip

 Do I really need to change the permission User to:
 util:PermissionEx User=NT AUTHORITY\NETWORK SERVICE GenericWrite=yes
 GenericRead=yes /
 ??

 thanks,
 Steve



 --
 View this message in context:  
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/setting-permissions-when-creating-folder-tp7597867.html
 Sent from the wix-users mailing list archive at Nabble.com.

 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.
 http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 NOTICE: This electronic mail message and any files transmitted with  
 it are intended
 exclusively for the individual or entity to which it is addressed.  
 The message,
 together with any attachment, may contain confidential and/or  
 privileged information.
 Any unauthorized review, use, printing, saving, copying, disclosure  
 or distribution
 is strictly prohibited. If you have received this message in error, please
 immediately advise the sender by reply email and delete all copies.


 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.
 http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users






--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [SPAM] Re: setting permissions when creating folder...

2014-11-12 Thread Carter Young
This also needs to be posted in the Finnish language Pack post...

Quoting Phill Hogland phogl...@rimage.com:

 Use the Well-Known SID to look up the localized name for built-in accounts.

 I think the C# code would look like this:
 string aSID = new
 SecurityIdentifier(WellKnownSidType.LocalServiceSid, null).ToString();
 string domain_localService = new
 System.Security.Principal.SecurityIdentifier(aSID).Translate(typeof(System.Security.Principal.NTAccount)).ToString();
 this._localServiceName =
 domain_localService.Split('\\').Last();


 Your post made me realize that I probably have the same issue in one of my
 setups.  Thanks.  I adapted the above code from similar code used to look up
 another localized built-in account, and have yet to test this particular
 change.




 --
 View this message in context:  
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/setting-permissions-when-creating-folder-tp7597867p7597871.html
 Sent from the wix-users mailing list archive at Nabble.com.

 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.
 http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users






--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] setting permissions when creating folder... [P]

2014-11-12 Thread Steve-Ogilvie
Classification: Public
So below is to translate localservice built in account, cool

Thanks,

Steve
Sigh Why would Microsoft localize specific accounts, 
guest/administrator/network service/localsystem etc... sigh...



[Latest TITUS News!]http://www.titus.com/TMCPolicy_footer_link_landingpage.php



This message has been marked as Public by Steven Ogilvie on November-12-14 
12:03:51 PM.

The above classification labels were added to the message by TITUS Message 
Classification.
For more information visit www.titus.comhttp://www.titus.com/.

From: Phill Hogland [via Windows Installer XML (WiX) toolset] 
[mailto:ml-node+s687559n7597871...@n2.nabble.com]
Sent: November-12-14 11:59 AM
To: Steven Ogilvie
Subject: Re: setting permissions when creating folder...

Use the Well-Known SID to look up the localized name for built-in accounts.

I think the C# code would look like this:
string aSID = new 
SecurityIdentifier(WellKnownSidType.LocalServiceSid, null).ToString();
string domain_localService = new 
System.Security.Principal.SecurityIdentifier(aSID).Translate(typeof(System.Security.Principal.NTAccount)).ToString();
this._localServiceName = 
domain_localService.Split('\\').Last();


Your post made me realize that I probably have the same issue in one of my 
setups.  Thanks.  I adapted the above code from similar code used to look up 
another localized built-in account, and have yet to test this particular change.


If you reply to this email, your message will be added to the discussion below:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/setting-permissions-when-creating-folder-tp7597867p7597871.html
To unsubscribe from setting permissions when creating folder..., click 
herehttp://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=7597867code=U3RldmVuLk9naWx2aWVAdGl0dXMuY29tfDc1OTc4Njd8ODU3MjA0NTIw.
NAMLhttp://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml


image001.png (6K) 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/attachment/7597873/0/image001.png




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/RE-setting-permissions-when-creating-folder-P-tp7597873.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [SPAM] Re: setting permissions when creating folder...

2014-11-12 Thread John Cooper
These properties in the Util extension may also be useful:

Fragment
Property Id=WIX_ACCOUNT_LOCALSYSTEM Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_LOCALSERVICE Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_NETWORKSERVICE Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_ADMINISTRATORS Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_USERS Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_GUESTS Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment

--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing 
Development
Jack Henry  Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 
|jocoo...@jackhenry.com



-Original Message-
From: Phill Hogland [mailto:phogl...@rimage.com] 
Sent: Wednesday, November 12, 2014 10:59 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] [SPAM] Re: setting permissions when creating folder...

Use the Well-Known SID to look up the localized name for built-in accounts.

I think the C# code would look like this:
string aSID = new
SecurityIdentifier(WellKnownSidType.LocalServiceSid, null).ToString();
string domain_localService = new 
System.Security.Principal.SecurityIdentifier(aSID).Translate(typeof(System.Security.Principal.NTAccount)).ToString();
this._localServiceName = 
domain_localService.Split('\\').Last();


Your post made me realize that I probably have the same issue in one of my 
setups.  Thanks.  I adapted the above code from similar code used to look up 
another localized built-in account, and have yet to test this particular change.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/setting-permissions-when-creating-folder-tp7597867p7597871.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [SPAM] Re: setting permissions when creating folder... [GB]

2014-11-12 Thread Steve-Ogilvie
Classification: General Business

So I would use: util:PermissionEx User=[WIX_ACCOUNT_NETWORKSERVICE] 
GenericWrite=yes GenericRead=yes /  ??



Steve





[Latest TITUS News!]http://www.titus.com/TMCPolicy_footer_link_landingpage.php



This message has been marked as General Business by Steven Ogilvie on 
November-12-14 12:10:52 PM.

The above classification labels were added to the message by TITUS Message 
Classification.
For more information visit www.titus.comhttp://www.titus.com/.

From: John Cooper-2 [via Windows Installer XML (WiX) toolset] 
[mailto:ml-node+s687559n7597875...@n2.nabble.com]
Sent: November-12-14 12:08 PM
To: Steven Ogilvie
Subject: Re: [SPAM] Re: setting permissions when creating folder...

These properties in the Util extension may also be useful:

Fragment
Property Id=WIX_ACCOUNT_LOCALSYSTEM Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_LOCALSERVICE Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_NETWORKSERVICE Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_ADMINISTRATORS Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_USERS Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_GUESTS Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment

--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing 
Development
Jack Henry  Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 |[hidden 
email]/user/SendEmail.jtp?type=nodenode=7597875i=0



-Original Message-
From: Phill Hogland [mailto:[hidden 
email]/user/SendEmail.jtp?type=nodenode=7597875i=1]
Sent: Wednesday, November 12, 2014 10:59 AM
To: [hidden email]/user/SendEmail.jtp?type=nodenode=7597875i=2
Subject: [WiX-users] [SPAM] Re: setting permissions when creating folder...

Use the Well-Known SID to look up the localized name for built-in accounts.

I think the C# code would look like this:
string aSID = new
SecurityIdentifier(WellKnownSidType.LocalServiceSid, null).ToString();
string domain_localService = new 
System.Security.Principal.SecurityIdentifier(aSID).Translate(typeof(System.Security.Principal.NTAccount)).ToString();
this._localServiceName = 
domain_localService.Split('\\').Last();


Your post made me realize that I probably have the same issue in one of my 
setups.  Thanks.  I adapted the above code from similar code used to look up 
another localized built-in account, and have yet to test this particular change.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/setting-permissions-when-creating-folder-tp7597867p7597871.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
[hidden email]/user/SendEmail.jtp?type=nodenode=7597875i=3
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message,
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution
is strictly prohibited. If you have received this message in error, please
immediately advise the sender by reply email and delete all copies.


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
[hidden email]/user/SendEmail.jtp?type=nodenode=7597875i=4
https://lists.sourceforge.net/lists/listinfo/wix-users


If you reply to this email, your message will be added to the discussion below:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/setting-permissions-when-creating-folder-tp7597867p7597875.html
To unsubscribe from setting permissions when creating folder..., click 

Re: [WiX-users] setting permissions when creating folder... [P]

2014-11-12 Thread Carter Young
If you were German, Russian etc, would you like it if  Microsoft was  
to say, We're lazy, and we're ignoring all i18n standards so all our  
important users and groups will be in English.  If I were German or  
Russian I'd be a little peeved, which is why the UserID Number is the  
same in all cases.  Unix/Linux has done this for years now, i.e the  
root account is always ID 0 regardless of what I name it...

Quoting Steve-Ogilvie steven.ogil...@titus.com:

 Classification: Public
 So below is to translate localservice built in account, cool

 Thanks,

 Steve
 Sigh Why would Microsoft localize specific accounts,  
 guest/administrator/network service/localsystem etc... sigh...



 [Latest TITUS  
 News!]http://www.titus.com/TMCPolicy_footer_link_landingpage.php


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [SPAM] Re: setting permissions when creating folder... [GB]

2014-11-12 Thread John Cooper
This thread involving Neal may help:

http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/PermissionEx-and-WixQueryOsWellKnownSID-properties-td788238.html
 

Once upon a time he had the same problem.
--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing 
Development
Jack Henry  Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 
|jocoo...@jackhenry.com


-Original Message-
From: Steve-Ogilvie [mailto:steven.ogil...@titus.com] 
Sent: Wednesday, November 12, 2014 11:12 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] [SPAM] Re: setting permissions when creating folder... 
[GB]

Classification: General Business

So I would use: util:PermissionEx User=[WIX_ACCOUNT_NETWORKSERVICE] 
GenericWrite=yes GenericRead=yes /  ??



Steve





[Latest TITUS News!]http://www.titus.com/TMCPolicy_footer_link_landingpage.php



This message has been marked as General Business by Steven Ogilvie on 
November-12-14 12:10:52 PM.

The above classification labels were added to the message by TITUS Message 
Classification.
For more information visit www.titus.comhttp://www.titus.com/.

From: John Cooper-2 [via Windows Installer XML (WiX) toolset] 
[mailto:ml-node+s687559n7597875...@n2.nabble.com]
Sent: November-12-14 12:08 PM
To: Steven Ogilvie
Subject: Re: [SPAM] Re: setting permissions when creating folder...

These properties in the Util extension may also be useful:

Fragment
Property Id=WIX_ACCOUNT_LOCALSYSTEM Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_LOCALSERVICE Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_NETWORKSERVICE Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_ADMINISTRATORS Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_USERS Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_GUESTS Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment

--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing 
Development Jack Henry  Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 
|[hidden email]/user/SendEmail.jtp?type=nodenode=7597875i=0



-Original Message-
From: Phill Hogland [mailto:[hidden 
email]/user/SendEmail.jtp?type=nodenode=7597875i=1]
Sent: Wednesday, November 12, 2014 10:59 AM
To: [hidden email]/user/SendEmail.jtp?type=nodenode=7597875i=2
Subject: [WiX-users] [SPAM] Re: setting permissions when creating folder...

Use the Well-Known SID to look up the localized name for built-in accounts.

I think the C# code would look like this:
string aSID = new
SecurityIdentifier(WellKnownSidType.LocalServiceSid, null).ToString();
string domain_localService = new 
System.Security.Principal.SecurityIdentifier(aSID).Translate(typeof(System.Security.Principal.NTAccount)).ToString();
this._localServiceName = 
domain_localService.Split('\\').Last();


Your post made me realize that I probably have the same issue in one of my 
setups.  Thanks.  I adapted the above code from similar code used to look up 
another localized built-in account, and have yet to test this particular change.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/setting-permissions-when-creating-folder-tp7597867p7597871.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
[hidden email]/user/SendEmail.jtp?type=nodenode=7597875i=3
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended exclusively for the individual or entity to which it is addressed. The 
message, together with any attachment, may contain confidential and/or 
privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution is strictly prohibited. If you have received this message in 
error, please immediately advise the sender by reply email and delete all 
copies.


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push 

[WiX-users] [SPAM] Re: Language packs difference causing installation to fail.

2014-11-12 Thread Phill Hogland
I have noticed this issue today, with Wix 3.9.1006 in the simplest msi setup
project, which makes no reference to any security element (or any other
extension), when there is not a reference in the project to
WixUtilExtension.  Adding the WixUtilExtension referenced silenced this
build error.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Language-packs-difference-causing-installation-to-fail-tp7597833p7597879.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] msi failed in uninstallation

2014-11-12 Thread Phil Wilson
The obvious question to ask is whether the MSI file actually is there
at that location, which seems an odd location (it's where cached MSIs
are). If it is there, it had better be the same package and product
code as the original install, that's a requirement. Also check the
permissions to that directory for the system account.

Finally, there is usually no need to find the original MSI to perform
an uninstall. The log shows a ResolveSource, which is what's causing
that, but not the reason for it, which may be earlier in the log.
Maybe you have an explicit unconditional ResolveSource in your MSI,
which will cause all MSI actions to go find the original source MSI
file.
---
Phil Wilson


On Wed, Nov 12, 2014 at 3:17 AM, Mohamed Yasir yasirmohame...@gmail.com wrote:
 Hi,

 I have created two msi file (sample1  sample2) using wix toolset3.8.

 While uninstalling msi  through wix custom bootstrapper,it shows an below
 error.

 MSI (s) (20:94) [01:01:37:045]: Resolving source to launched-from source.
 MSI (s) (20:94) [01:01:37:045]: Setting launched-from source as last-used.
 MSI (s) (20:94) [01:01:37:045]: PROPERTY CHANGE: Adding SourceDir property.
 Its value is 'C:\windows\Installer\'.
 MSI (s) (20:94) [01:01:37:045]: PROPERTY CHANGE: Adding SOURCEDIR property.
 Its value is 'C:\windows\Installer\'.
 MSI (s) (20:94) [01:01:37:045]: PROPERTY CHANGE: Adding SourcedirProduct
 property. Its value is '{06FE2968-FD34-49E6-9310-5F097F2FE736}'.
 MSI (s) (20:94) [01:01:37:045]: SOURCEDIR == C:\windows\Installer\
 MSI (s) (20:94) [01:01:37:045]: SOURCEDIR product ==
 {06FE2968-FD34-49E6-9310-5F097F2FE736}
 MSI (s) (20:94) [01:01:37:045]: Determining source type
 MSI (s) (20:94) [01:01:37:045]: Note: 1: 2203 2:
 C:\windows\Installer\sample1.msi 3: -2147287038
 MSI (s) (20:94) [01:01:37:045]: Note: 1: 1316 2:
 C:\windows\Installer\sample1.msi
 MSI (s) (20:94) [01:01:37:045]: Note: 1: 2205 2:  3: Error
 MSI (s) (20:94) [01:01:37:045]: Note: 1: 2228 2:  3: Error 4: SELECT
 `Message` FROM `Error` WHERE `Error` = 1316
 Error 1316. A network error occurred while attempting to read from the file:
 C:\windows\Installer\sample1.msi
 MSI (s) (20:94) [01:01:37:049]: Note: 1: 2205 2:  3: Error
 MSI (s) (20:94) [01:01:37:049]: Note: 1: 2228 2:  3: Error 4: SELECT
 `Message` FROM `Error` WHERE `Error` = 1709
 MSI (s) (20:94) [01:01:37:049]: Product: Sample MSI -- Error 1316. A network
 error occurred while attempting to read from the file:
 C:\windows\Installer\sample1.msi

 can you please share why this kind of error occurred ?

 Please share any idea on this.

 Regards,
 Mohamed Yasir K



 --
 View this message in context: 
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/msi-failed-in-uninstallation-tp7597864.html
 Sent from the wix-users mailing list archive at Nabble.com.

 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.
 http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [SPAM] Re: setting permissions when creating folder... [GB]

2014-11-12 Thread Steven Ogilvie
Classification: General Business
Right but he says:

 I have resolved this now (see earlier post) but I am on Windows XP (and
Vista) and I am fairly sure that WIX_ACCOUNT_NETWORKSERVICE or the others do 
not work with PermissionsEx, I have looked at the code and I don't see anything 
to handle it. But as I have now found out it is not necessary because 
PermissionsEx does the same thing using its own well-known account names - 
shame this isn't documented :-). 

His earlier post  Ok I found the answer - use the source Luke. 
  
In secureobj.cpp which is the code that run PermissionEx account names like 
NetworkService are coded to lookup the account using the well known SID 
values not as I had assume by looking up the name NetworkService like 
non-known accounts. 
  
There are 10 special account names you can use, I think this should be added to 
the documentation - I will try and do this and raise a bug with the patch. 
  
Neil 

So I am confused, can I use [WIX_ACCOUNT_NETWORKSERVICE]?

Steve

-Original Message-
From: John Cooper [mailto:jocoo...@jackhenry.com]
Sent: November-12-14 12:28 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] [SPAM] Re: setting permissions when creating folder... 
[GB]

This thread involving Neal may help:

http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/PermissionEx-and-WixQueryOsWellKnownSID-properties-td788238.html
 

Once upon a time he had the same problem.
--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing 
Development Jack Henry  Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 
|jocoo...@jackhenry.com


-Original Message-
From: Steve-Ogilvie [mailto:steven.ogil...@titus.com]
Sent: Wednesday, November 12, 2014 11:12 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] [SPAM] Re: setting permissions when creating folder... 
[GB]

Classification: General Business

So I would use: util:PermissionEx User=[WIX_ACCOUNT_NETWORKSERVICE] 
GenericWrite=yes GenericRead=yes /  ??



Steve





[Latest TITUS News!]http://www.titus.com/TMCPolicy_footer_link_landingpage.php



This message has been marked as General Business by Steven Ogilvie on 
November-12-14 12:10:52 PM.

The above classification labels were added to the message by TITUS Message 
Classification.
For more information visit www.titus.comhttp://www.titus.com/.

From: John Cooper-2 [via Windows Installer XML (WiX) toolset] 
[mailto:ml-node+s687559n7597875...@n2.nabble.com]
Sent: November-12-14 12:08 PM
To: Steven Ogilvie
Subject: Re: [SPAM] Re: setting permissions when creating folder...

These properties in the Util extension may also be useful:

Fragment
Property Id=WIX_ACCOUNT_LOCALSYSTEM Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_LOCALSERVICE Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_NETWORKSERVICE Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_ADMINISTRATORS Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_USERS Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment
Fragment
Property Id=WIX_ACCOUNT_GUESTS Secure=yes /
CustomActionRef Id=WixQueryOsWellKnownSID /
/Fragment

--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing 
Development Jack Henry  Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 
|[hidden email]/user/SendEmail.jtp?type=nodenode=7597875i=0



-Original Message-
From: Phill Hogland [mailto:[hidden 
email]/user/SendEmail.jtp?type=nodenode=7597875i=1]
Sent: Wednesday, November 12, 2014 10:59 AM
To: [hidden email]/user/SendEmail.jtp?type=nodenode=7597875i=2
Subject: [WiX-users] [SPAM] Re: setting permissions when creating folder...

Use the Well-Known SID to look up the localized name for built-in accounts.

I think the C# code would look like this:
string aSID = new
SecurityIdentifier(WellKnownSidType.LocalServiceSid, null).ToString();
string domain_localService = new 
System.Security.Principal.SecurityIdentifier(aSID).Translate(typeof(System.Security.Principal.NTAccount)).ToString();
this._localServiceName = 
domain_localService.Split('\\').Last();


Your post made me realize that I probably have the same issue in one of my 
setups.  Thanks.  I adapted the above code from similar code used to look up 
another localized built-in account, and have yet to test this particular change.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/setting-permissions-when-creating-folder-tp7597867p7597871.html
Sent from the wix-users mailing list archive at Nabble.com.


Re: [WiX-users] Generate mst files based on wixout instead of MSIs (to reduce build time)

2014-11-12 Thread SE
Hi Tobias, 

I'm also trying to build the .mst based on the .wixout instead the .msi 
Do you have any insight on the subject? Did you managed to fix it out? 

TNX



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Generate-mst-files-based-on-wixout-instead-of-MSIs-to-reduce-build-time-tp7596620p7597882.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Generate mst files based on wixout instead of MSIs (to reduce build time)

2014-11-12 Thread Tunney, Stephen
Rule #1:  You must use bindpaths in your RTM msi.

-Original Message-
From: SE [mailto:evensi...@gmail.com] 
Sent: November-12-14 1:59 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Generate mst files based on wixout instead of MSIs (to 
reduce build time)

Hi Tobias, 

I'm also trying to build the .mst based on the .wixout instead the .msi Do you 
have any insight on the subject? Did you managed to fix it out? 

TNX



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Generate-mst-files-based-on-wixout-instead-of-MSIs-to-reduce-build-time-tp7596620p7597882.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [SPAM] Re: Localizing Managed BA

2014-11-12 Thread gowri.malasani
Thanks Phill, my MBA is also hosted in another application. But application 
that hosts my MBA does not have any resources, also I do not have one resource 
file for each language as I use Passolo to generate satellite assemblies for me.

I used one of the great features of Passolo to generate pseudo English text and 
trying to test it out by copying generated satellite assembly to 1032 as 
suggested by burn. But text always comesup in English, though I am forcing it 
to fallback to en-US in my assembly file.
[assembly: NeutralResourcesLanguage(en-US, 
UltimateResourceFallbackLocation.Satellite)]

What I am looking for are the instructions on how to support localization for 
an MBA. Any link/documentation is greatly appreciated.

Were you able to resolve this issue by doing what you mentioned below?

Thanks
Gowri

-Original Message-
From: Phill Hogland [mailto:phogl...@rimage.com] 
Sent: Friday, November 07, 2014 4:09 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] [SPAM] Re: Localizing Managed BA

I had similar challenges back when I first created a mba and added localization 
about a year ago.  I was just learning C# (from a C++
background) and so I was pretty green (and still am with C#).  One issue that I 
had was that since my mba.dll is hosted in another application, there seemed to 
be a conflict with using the default resources.resx, as it was already used in 
the host application.  I found that I needed to have it in my project, empty, 
but also add my strings to new files, in project's Properties folder 
mymbaUXRes.en.resx, mymbaUXRes.de.resx etc.

My namespace is:
company.div.app.Properties.myUXRes

I also had to comment out this in my assembly file.
//causes an exception when using Strings.resx
//[assembly: NeutralResourcesLanguage(en-US, 
UltimateResourceFallbackLocation.Satellite)]




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Localizing-Managed-BA-tp7597813p7597815.html
Sent from the wix-users mailing list archive at Nabble.com.

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

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [SPAM] Re: setting permissions when creating folder... [GB]

2014-11-12 Thread Steve-Ogilvie
so is using this okay??

[WIX_ACCOUNT_NETWORKSERVICE]?

util:PermissionEx User=[WIX_ACCOUNT_NETWORKSERVICE] GenericWrite=yes
GenericRead=yes /




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/RE-SPAM-Re-setting-permissions-when-creating-folder-GB-tp7597876p7597885.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] torch.exe isn't getting DLLs from the extension assembly

2014-11-12 Thread SE
Hi,
I'm also trying to build the .mst based on the .wixout instead the .msi 
Did you managed to create .mst from .wixmst?
TNX 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/torch-exe-isn-t-getting-DLLs-from-the-extension-assembly-tp1076234p7597886.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Active directory browser

2014-11-12 Thread Bruce Cran
I don't know if it would be any use, but Apache has a suite of AD/LDAP 
tools/libraries at http://directory.apache.org/studio/ .

-- 
Bruce

 On Nov 11, 2014, at 10:12 PM, pezmannen pezman...@gmail.com wrote:
 
 My setup includes several dialogs where you need to specify different Active
 Directory accounts. For now, they are all free text and it's pretty easy to
 miss spell. I found Msiext (http://dblock.github.io/msiext/) but was
 wondering if there is something out there that can be used without starting
 compiling cpp-code?
 
 Thanks
 
 
 
 --
 View this message in context: 
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Active-directory-browser-tp7597858.html
 Sent from the wix-users mailing list archive at Nabble.com.
 
 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.
 http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Active directory browser

2014-11-12 Thread Hoover, Jacob
Or create a custom MBA and use the existing framework bits from .Net. Then you 
can just property drive the MSI.

 On Nov 12, 2014, at 5:01 PM, Bruce Cran br...@cran.org.uk wrote:
 
 I don't know if it would be any use, but Apache has a suite of AD/LDAP 
 tools/libraries at http://directory.apache.org/studio/ .
 
 -- 
 Bruce
 
 On Nov 11, 2014, at 10:12 PM, pezmannen pezman...@gmail.com wrote:
 
 My setup includes several dialogs where you need to specify different Active
 Directory accounts. For now, they are all free text and it's pretty easy to
 miss spell. I found Msiext (http://dblock.github.io/msiext/) but was
 wondering if there is something out there that can be used without starting
 compiling cpp-code?
 
 Thanks
 
 
 
 --
 View this message in context: 
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Active-directory-browser-tp7597858.html
 Sent from the wix-users mailing list archive at Nabble.com.
 
 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.
 http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.
 http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] MSI built with Wix requiring MS Office 2003 PIA

2014-11-12 Thread William Ferguson
Apologies if this is a repost,  but I think the first post may not have got
through because it contained images instead of links to same.


I have built an MSI using Wix and the MSI executes fine on Windws 8.1 with
Office 2013, WIndows 7 with no Office install, but I had a report from a
reputable user that when installing on Windows 7 with Office 2010 after
clicking on the MSI if displays the following dialog

https://drive.google.com/open?id=0BzAjgkxDofpucmVrbWRvVXJkTHcauthuser=0

And then after a while this one:
https://drive.google.com/open?id=0BzAjgkxDofpuNWthekVHYkdpdFkauthuser=0

at which point the install fails.

The actual contents of the MSI don't make use of any Windows elements (it's
actually installing a Java app) and as far as I am aware I'm not doing
anything funky in the Wix script (it's pretty simple and vanilla).

Has anyone seen this before? Or does anyone know what is or might be going
on?

William
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSI built with Wix requiring MS Office 2003 PIA

2014-11-12 Thread John Cooper
How is this installer assembled?  Is there a merge module involved?

--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing 
Development
Jack Henry  Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 
|jocoo...@jackhenry.com



-Original Message-
From: William Ferguson [mailto:william.fergu...@xandar.com.au] 
Sent: Wednesday, November 12, 2014 5:13 PM
To: General discussion about the WiX toolset.
Subject: [WiX-users] MSI built with Wix requiring MS Office 2003 PIA

Apologies if this is a repost,  but I think the first post may not have got 
through because it contained images instead of links to same.


I have built an MSI using Wix and the MSI executes fine on Windws 8.1 with 
Office 2013, WIndows 7 with no Office install, but I had a report from a 
reputable user that when installing on Windows 7 with Office 2010 after 
clicking on the MSI if displays the following dialog

https://drive.google.com/open?id=0BzAjgkxDofpucmVrbWRvVXJkTHcauthuser=0

And then after a while this one:
https://drive.google.com/open?id=0BzAjgkxDofpuNWthekVHYkdpdFkauthuser=0

at which point the install fails.

The actual contents of the MSI don't make use of any Windows elements (it's 
actually installing a Java app) and as far as I am aware I'm not doing anything 
funky in the Wix script (it's pretty simple and vanilla).

Has anyone seen this before? Or does anyone know what is or might be going on?

William
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] [SPAM] Re: [SPAM] Re: Localizing Managed BA

2014-11-12 Thread Phill Hogland
There are different approaches to doing localization in a managed context,
and since this is a .Net issue and not specifically related to WiX I did not
find a specific document with steps on how to do it.  Yes I localize my mba
for en, de, es, it, ja, and zh.  My approach was a little different than
yours but I think the core issues remains the same.  I am not using
satellite DLLs.  My resource strings are embedded resources.  Even so a wix
mba DLL gets loaded into a host provided by wix.  And while it was about a
year ago that I got this stuff working, and I was very knew to C# at the
time and may not have understood what I was doing, I had to define a
different namespace for my strings 'myRes', rather than using the default
'resources' namespace which already existed.  ILSpy was helpful in sorting
that out.

I think Sean had a good suggestion (with documentation). Did you try:
Payload
SourceFile=..\Translation\lib\Release\en-US\Agilent.OpenLAB.Installation.resources.dll
Name=en-US\Agilent.OpenLAB.Installation.resources.dll/ 




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Localizing-Managed-BA-tp7597813p7597891.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [SPAM] Re: [SPAM] Re: Localizing Managed BA

2014-11-12 Thread gowri.malasani
Thanks Phill, Yes I tried with en-US as that is how I did for my other C#/.Net 
assemblies that works. Then I came across an article that talks about using 
Decimal identifiers for languages, but I guess that is only for wix 
translations!

I am sure there must be something I am missing, which is causing my satellite 
assembly not getting loaded. Let me try changing my Resources.resx to something 
else.

-Original Message-
From: Phill Hogland [mailto:phogl...@rimage.com] 
Sent: Wednesday, November 12, 2014 4:03 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] [SPAM] Re: [SPAM] Re: Localizing Managed BA

There are different approaches to doing localization in a managed context, and 
since this is a .Net issue and not specifically related to WiX I did not find a 
specific document with steps on how to do it.  Yes I localize my mba for en, 
de, es, it, ja, and zh.  My approach was a little different than yours but I 
think the core issues remains the same.  I am not using satellite DLLs.  My 
resource strings are embedded resources.  Even so a wix mba DLL gets loaded 
into a host provided by wix.  And while it was about a year ago that I got this 
stuff working, and I was very knew to C# at the time and may not have 
understood what I was doing, I had to define a different namespace for my 
strings 'myRes', rather than using the default 'resources' namespace which 
already existed.  ILSpy was helpful in sorting that out.

I think Sean had a good suggestion (with documentation). Did you try:
Payload
SourceFile=..\Translation\lib\Release\en-US\Agilent.OpenLAB.Installation.resources.dll
Name=en-US\Agilent.OpenLAB.Installation.resources.dll/ 




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Localizing-Managed-BA-tp7597813p7597891.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSI built with Wix requiring MS Office 2003 PIA

2014-11-12 Thread William Ferguson
Hi John,

I am using Wix Toolset 3.8 via wix-maven-plugin-1.1.1

There are no merge modules.

The wix-maven-plugin uses the WixUtilExtension and the WixUIExtension.

William



On Thu, Nov 13, 2014 at 9:51 AM, John Cooper jocoo...@jackhenry.com wrote:

 How is this installer assembled?  Is there a merge module involved?

 --
 John Merryweather Cooper
 Senior Software Engineer | Enterprise Service Applications | Continuing
 Development
 Jack Henry  Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 |
 jocoo...@jackhenry.com



 -Original Message-
 From: William Ferguson [mailto:william.fergu...@xandar.com.au]
 Sent: Wednesday, November 12, 2014 5:13 PM
 To: General discussion about the WiX toolset.
 Subject: [WiX-users] MSI built with Wix requiring MS Office 2003 PIA

 Apologies if this is a repost,  but I think the first post may not have
 got through because it contained images instead of links to same.


 I have built an MSI using Wix and the MSI executes fine on Windws 8.1 with
 Office 2013, WIndows 7 with no Office install, but I had a report from a
 reputable user that when installing on Windows 7 with Office 2010 after
 clicking on the MSI if displays the following dialog

 https://drive.google.com/open?id=0BzAjgkxDofpucmVrbWRvVXJkTHcauthuser=0

 And then after a while this one:
 https://drive.google.com/open?id=0BzAjgkxDofpuNWthekVHYkdpdFkauthuser=0

 at which point the install fails.

 The actual contents of the MSI don't make use of any Windows elements
 (it's actually installing a Java app) and as far as I am aware I'm not
 doing anything funky in the Wix script (it's pretty simple and vanilla).

 Has anyone seen this before? Or does anyone know what is or might be going
 on?

 William

 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.

 http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 NOTICE: This electronic mail message and any files transmitted with it are
 intended
 exclusively for the individual or entity to which it is addressed. The
 message,
 together with any attachment, may contain confidential and/or privileged
 information.
 Any unauthorized review, use, printing, saving, copying, disclosure or
 distribution
 is strictly prohibited. If you have received this message in error, please
 immediately advise the sender by reply email and delete all copies.



 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.

 http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSI built with Wix requiring MS Office 2003 PIA

2014-11-12 Thread William Ferguson
OK, ignore this. Turns out the MSI being distributed was not the same one
that I had built.
All is good with the world again.

On Thu, Nov 13, 2014 at 11:19 AM, William Ferguson 
william.fergu...@xandar.com.au wrote:

 Hi John,

 I am using Wix Toolset 3.8 via wix-maven-plugin-1.1.1

 There are no merge modules.

 The wix-maven-plugin uses the WixUtilExtension and the WixUIExtension.

 William



 On Thu, Nov 13, 2014 at 9:51 AM, John Cooper jocoo...@jackhenry.com
 wrote:

 How is this installer assembled?  Is there a merge module involved?

 --
 John Merryweather Cooper
 Senior Software Engineer | Enterprise Service Applications | Continuing
 Development
 Jack Henry  Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 |
 jocoo...@jackhenry.com



 -Original Message-
 From: William Ferguson [mailto:william.fergu...@xandar.com.au]
 Sent: Wednesday, November 12, 2014 5:13 PM
 To: General discussion about the WiX toolset.
 Subject: [WiX-users] MSI built with Wix requiring MS Office 2003 PIA

 Apologies if this is a repost,  but I think the first post may not have
 got through because it contained images instead of links to same.


 I have built an MSI using Wix and the MSI executes fine on Windws 8.1
 with Office 2013, WIndows 7 with no Office install, but I had a report from
 a reputable user that when installing on Windows 7 with Office 2010 after
 clicking on the MSI if displays the following dialog

 https://drive.google.com/open?id=0BzAjgkxDofpucmVrbWRvVXJkTHcauthuser=0

 And then after a while this one:
 https://drive.google.com/open?id=0BzAjgkxDofpuNWthekVHYkdpdFkauthuser=0

 at which point the install fails.

 The actual contents of the MSI don't make use of any Windows elements
 (it's actually installing a Java app) and as far as I am aware I'm not
 doing anything funky in the Wix script (it's pretty simple and vanilla).

 Has anyone seen this before? Or does anyone know what is or might be
 going on?

 William

 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.

 http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 NOTICE: This electronic mail message and any files transmitted with it
 are intended
 exclusively for the individual or entity to which it is addressed. The
 message,
 together with any attachment, may contain confidential and/or privileged
 information.
 Any unauthorized review, use, printing, saving, copying, disclosure or
 distribution
 is strictly prohibited. If you have received this message in error, please
 immediately advise the sender by reply email and delete all copies.



 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.

 http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users