Re: [WiX-users] Multilanguage install

2011-03-16 Thread Francisco Gabriel Malbrán
Hello Wix users. This is my first time around. I've been playing for a while
now and after lots
of "do not write to the list stupid questions before you think they are not
stupid anymore" I think
I really need your help.
All related to localization of course. I separate the original question in
two:

A) How can I make the multilanguague work?? (I'm trying hard, I swear)

Can you please explain in more detail how did you manage to make this work?

I am using WiX 3.5 in Windows 7 and I just can't find a way to make my msi
file autodetect
the language of the OS. It always starts in the default language, english.

I've tried a lot of things, for example:
- http://www.codeproject.com/KB/install/WixWindowsInstallerDemo3.aspx
-
http://www.geektieguy.com/2010/03/13/create-a-multi-lingual-multi-language-msi-using-wix-and-custom-build-scripts/
- things explained in this book:
http://my.safaribooksonline.com/book/-/9781849513722/localizing-your-installer/ch12lvl1sec06(of
course, the complete version)
- my own mixed versions of all I read in different places.
- more

Michael, can you explain what you say at the end, about changing the
SummaryInfo properties?
did you simply use the script as referenced in
http://www.installsite.org/pages/en/msi/articles/embeddedlang/index.htm?

I used the Windows 7 SDK script

 cscript.exe utils\WiLangId.vbs installer.msi Package 1033,1034

then open the .msi with Orca and search for 1034. I get nothing. (Not to say
that obviusly, the
installer still launches in english in my spanish OS.

B) Does WiX offer some way of Mirroring the user interface? For example,
suppose I want my
installer to be localized to arabic or some language that is read from right
to left. How can I make
the interface inverted so text are correctly aligned and images are shown in
a mirrored fashion?
(or for example, other images are shown instead of the "traditionals").

If you help me with this I will be the happiest guy ever. I'm telling you,
this is driving me crazy!

Thanks in advance.



 From: Michael Tissington  - 2011-03-14 14:18

Thanks - I was using a script to create the transform but when I use torch
it works great :)

-Original Message-
From: Tobias S [mailto:tobias.s1...@gmail.com]
Sent: 12 March 2011 13:07
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Multilanguage install

Hi, Just did a build with the same things in our build environment.
The two MSIs differ only in (except language string)  Product Language
Property (1033 and 1040). The transform then is created with Torch.exe -t
Language "en-US\SetupProject.msi" "it-IT\SetupProject.msi" -out
"en-US\it-IT.mst". Did you use the "-t Language" parameter here ?

> I then created a transform between my 1033 and 1040 and embedded it
> into the
> 1033 with a name of 1040
> I then set the Languages in the Summary Info to '1033,1040'

Never did it the way as described
inhttp://www.installsite.org/pages/en/msi/articles/embeddedlang/index.htm
. But at first glance the way you tried it seems similar to the described
way.

What happens if you build the italian and english package and afterwards
create the transform as described above and apply it to the english package
in the form msiexec /i SetupProject.msi TRANSFORMS=it-IT.mst ?



2011/3/11 Michael Tissington :
> Hi I'm having problems with creating an msi that works for different
locals.
> Below is an extract from the log file
>
> I have created an msi for each language, changing the Language in the
> Product element to 1033 and 1040
>
> I can run both the 1033 and 1040 msi on the machine and they display
> the correct language
>
> I then created a transform between my 1033 and 1040 and embedded it
> into the
> 1033 with a name of 1040
> I then set the Languages in the Summary Info to '1033,1040'
>
> I change my regional settings and  then try to run the resulting msi
> and it fails.
>
> Any ideas what I've missed please?
>
>
> -
> MSI (c) (F4:94) [15:30:26:256]: APPCOMPAT: looking for appcompat
> database entry with ProductCode '{15FA6484-DB24-460C-97D5-89CA132144D7}'.
> MSI (c) (F4:94) [15:30:26:256]: APPCOMPAT: no matching ProductCode
> found in database.
> MSI (c) (F4:94) [15:30:26:271]: MSCOREE not loaded loading copy from
> system32
> MSI (c) (F4:94) [15:30:26:271]: Machine policy value
> 'TransformsSecure' is 0 MSI (c) (F4:94) [15:30:26:271]: User policy
> value 'TransformsAtSource' is 0 MSI (c) (F4:94) [15:30:26:271]:
> Machine policy value 'DisablePatch' is 0 MSI (c) (F4:94)
> [15:30:26:271]: Machine policy value 'AllowLockdownPatch' is
> 0
> MSI (c) (F4:94) [15:30:26:271]: Machine policy value
> 'DisableLUAPatching' is
> 0
> MSI (c) (F4:94) [15:30:26:271]: Machine policy value
> 'DisableFlyWeightPatching' is 0 MSI (c) (F4:94) [15:30:26:271]:
> Looking for storage transform: 1040 MSI (c) (F4:94) [15:30:26:271]:
> Validating transform '1040' with validation bits 0x1 MSI (c) (F4:94)
> [15:30:26:271]: Note: 1: 2745 2: 1040

Re: [WiX-users] WIX_NETWORKSERVICE

2011-03-16 Thread gapearce
Sorry, here's the 'real' code:



  
  








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

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX_NETWORKSERVICE

2011-03-16 Thread gapearce
Great!  It didn't include my sample code.  

Let's try this:

 
  
  








I should also mention that my system has Italian as the localized language,
but not for the user running the install (Administrator).

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

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WIX_NETWORKSERVICE

2011-03-16 Thread gapearce
Hi,

I have code like this and when I install on XP and win2003, this works fine. 
But when I install on win2008R2, I get an error and the install is aborted. 
The error is "An error occurred while applying security settings. Network
Service is not a valid user or group. This could be a problem with the
package, or a problem connecting to a domain controller on the network.
Check your network connection and click retry, or Cancel to end the install.
"


  
  
  


  
  
  


I'm running WiX 3.5. 

I tried to use PermissionEX and that didn't compile, so I changed it to
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WIX-NETWORKSERVICE-tp6179107p6179107.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Multifeature filetype association

2011-03-16 Thread The Eligible Bachelors
Ok. So I have removed the property with the file search. Now it looks like:


  
  


  ...



  ...
  

  

  
  



Produces
  "Unresolved reference to 'File:[MainEXE]' in section ...
  
If I then change it to TargetFile='[#MainEXE]', I get the same error.

If I change it to TargetProperty='[#MainEXE]', I get:

ICE69: Mismatched component reference. Entry 
'reg1099EB9499BDFA8BA8EBB7D10C985FE0' of the Registry table belongs to 
component 'B'. However, the formatted string in column 'Value' references file 
'MainEXE' which belongs to component 'A'. Components belong to different 
features (LGHT0204)





> You need to use either [#fileid] for
> a long path or [!fileid] for a
> short path. Since it's the same MSI there should be no need
> to mess
> about with Properties just change the TargetProperty to
> reference the
> File Id of the executable.
> 
> The ICE69 error is because there's no File with Id of
> "MAINEXEC" in your
> MSI. If the File Element of main.exe has Id="Main.exe" use
> [#Main.exe].
> See http://msdn.microsoft.com/en-us/library/aa368609.aspx
> 
> Actually having looked at the Verb syntax you could drop
> the
> TargetProperty attribute & use the TargetFile attribute
> instead & point
> it at the File Id of Main.exe. It may achieve the exact
> same thing as
> above but it should be better syntactically since the
> package is
> installing the executable & the (optionally) the file
> type.
> 


  

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Problem with Finish dialog showing up partially off screen if Progress dialog is minimized (Win 7 only)

2011-03-16 Thread Leung, John C.H.
I have created a very simple re-pro project below.   What I notice is that on 
Windows 7 (I'm testing on a 64 bit OS), if I minimize the install Progress 
dialog box, then when the installation is finished, the install Finish dialog 
box would appear partially off screen (to the top left corner of the screen).  
This seems to happen on Windows 7 only.  It seems to be working fine on Windows 
Vista.  Has anyone seen this before?  Does anyone know of any way to fix this 
issue?  I'm using WiX 3.0.  Any help is appreciated.




   

  

  

  
 

   
  
 
  
   

 
  

  
 
  

  
  

   




John Leung
Software Engineer


--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] FilesInUse in Upgrade scenario

2011-03-16 Thread Wilson, Phil
Look in a verbose log for specifics rather than guessing but: 

1. Obviously, lack of any actual files in use that need upgrading, subject to 
version rules and where you have sequenced RemoveExistingProducts. 

2. OS versions with Restart Manager have improved uninstall behavior. They tend 
not to prompt files in use because the OS remaps it, removes the disk copy, and 
at the next reboot (or the user shuts down the app) it's gone. 

3. Other scenarios (like apps that integrate with Restart Manager) that avoid 
explicit in use dialogs. 

Phil Wilson 


-Original Message-
From: Umeshj [mailto:umesh_jogle...@hotmail.com] 
Sent: Wednesday, March 16, 2011 1:43 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] FilesInUse in Upgrade scenario

Hi,

Could someone suggest what can prevent a FilesInUse or MsiRMFilesInUse
dialog from being shown during an upgrade?

I posted this in a wrong subgroup so I am posting it again.

Thanks

Umesh

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/FilesInUse-in-Upgrade-scenario-tp6175675p6175675.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77.

You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).



--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] One install for multiple OS .. Im good

2011-03-16 Thread Wilson, Phil
As long as you're aware of the "not supported" comments here and 
MSIUSEREALADMINDETECTION 

http://msdn.microsoft.com/en-us/library/aa367545(v=vs.85).aspx

Phil Wilson 

-Original Message-
From: Robert Hermann [mailto:rob.herm...@nicewareintl.com] 
Sent: Wednesday, March 16, 2011 11:24 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] One install for multiple OS .. Im good

![CDATA[VersionNT < 601 or AdminUser]] 


Did the trick. ...

Thanks !



-Original Message-
From: cwss [mailto:christian.wern...@simtra.com] 
Sent: Wednesday, March 16, 2011 9:23 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] One install for multiple OS

The condition didn't make it into the previous post. here it is:



/christian

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/One-install-for-multiple-OS-tp6174389p6176708.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77.

You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).



--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] One install for multiple OS .. Im good

2011-03-16 Thread Robert Hermann
![CDATA[VersionNT < 601 or AdminUser]] 


Did the trick. ...

Thanks !



-Original Message-
From: cwss [mailto:christian.wern...@simtra.com] 
Sent: Wednesday, March 16, 2011 9:23 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] One install for multiple OS

The condition didn't make it into the previous post. here it is:



/christian

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/One-install-for-multiple-OS-tp6174389p6176708.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Run the installer as administrator

2011-03-16 Thread Christopher Painter
You can't set it, only the Windows Installer can.  You can only use the 
property 
( say in a Condition ).

---
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves 
attention? E-Mail Me



- Original Message 
From: Thai-Hoa Nguyen 
To: wix-users@lists.sourceforge.net
Sent: Wed, March 16, 2011 11:33:21 AM
Subject: Re: [WiX-users] Run the installer as administrator


Thank you.  How do I set the Privileged property in Wix?

1 or 
true


Message: 5
Date: Wed, 16 Mar 2011 10:25:37 -
From: "Pally Sandher" 
Subject: Re: [WiX-users] Run the installer as administrator
To: "General discussion for Windows Installer XML toolset."

Message-ID: <7e4ef7766063ec4091542b5b3e671ec40375e...@mail.iesve.com>
Content-Type: text/plain; charset="us-ascii"

http://msdn.microsoft.com/en-us/library/aa370852.aspx

Palbinder Sandher 
Software Deployment Engineer
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-Original Message-
From: Thai-Hoa Nguyen [mailto:taiwa...@hotmail.com] 
Sent: 15 March 2011 21:26
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Run the installer as administrator


Hello...

My installer requires to run as administrator. What property can I set
in Wix file to make the installer run as administrator? If it's not
possible? Can the installer prompt an error if it is not run as admin?
Thank you. 
                        
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



  

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ServiceInstall failure?

2011-03-16 Thread Kevin Burton
I have an open ticket with Microsoft. They pointed me to



http://support.microsoft.com/kb/264678/EN-US/



I have been unable to get to this link with IE 9. They also said:



"When AD calls are made with a UPN name(username@Domainname) with a bad 
password, an initial attempt is made with Kerberos, and when that fails, an 
additional attempt is made with NTLM. That is why we are seeing the badpwdcount 
attribute being incremented twice.



When the same attempt is made with a SAM account name (domain\username), only 
one attempt with Kerberos is made, and consequentially the badpwdcount 
attribute is being incremented once."



My experience with our domain controller is that the count gets bumped to 3 
when using UPN and 2 when using SAM. Anyway apparently the way a user name is 
specified does matter and using UPN formatted user name can more readily cause 
an account lockout.



The link mentions this as a problem with Windows 2000 server domain 
controllers. I am using a Windows 2008 server R2 domain controller which seems 
to exhibit different characteristics and it hasn’t been fixed there yet.



Just FYI.



Kevin Burton

Senior Software Engineer

BUYSEASONS

262-901-2000 Office

262-901-2312 Fax

kev...@buyseasons.com



-Original Message-
From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com]
Sent: Wednesday, March 09, 2011 3:39 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] ServiceInstall failure?



There are no builtin facilities in Windows Installer nor WiX for checking 
credentials. You'll need to write a custom action to perform this type of check 
but beware that this check will likely count against the lockout count if the 
credentials are incorrect. In other words, if you use the custom action as part 
of the UI and the user tries to validate wrong credentials enough times, then 
they will still lockout the account. If the MSI does not have a UI then you'll 
have to run the installer multiple times with invalid credentials to lockout 
the account with a validation custom action. In other words, I don’t think you 
can truly avoid the problem as it depends on how many times a user specifies 
invalid credentials.



I have never seen a single installation attempt lockout an account. In my 
experience the service fails to start and causes the installation to fail 
initiating a rollback. No lockout. If I attempt the installation enough times 
with invalid credentials, then I'll see a lockout which is the same as above.



Edwin G. Castro

Software Developer - Staff

Electronic Banking Services

Fiserv

Office: 503-746-0643

Fax: 503-617-0291

www.fiserv.com

P Please consider the environment before printing this e-mail



> -Original Message-

> From: Kevin Burton [mailto:kev...@buyseasons.com]

> Sent: Wednesday, March 09, 2011 4:58 AM

> To: General discussion for Windows Installer XML toolset.

> Subject: Re: [WiX-users] ServiceInstall failure?

>

> I consistently get an account lockout when I install and start a

> service with the wrong  credentials. Everything works fine when the

> proper credentials are supplied. I know it is probably an FAQ but I am

> just beginning. What facilities are available for checking the

> credentials and rolling back the installation

> *before* starting the service? I see recently, someone else queried

> about conditionally installing/starting a service but I was not able

> to follow the conclusion.  Thank you.

>

> Kevin Burton

> Senior Software Engineer

> BUYSEASONS

> 262-901-2000 Office

> 262-901-2312 Fax

> kev...@buyseasons.com

>

> -Original Message-

> From: Christopher Painter [mailto:chr...@deploymentengineering.com]

> Sent: Friday, January 28, 2011 5:16 PM

> To: General discussion for Windows Installer XML toolset.

> Subject: Re: [WiX-users] ServiceInstall failure?

>

> InstallServices standard action in itself cannot *directly* cause an

> account lockout.   For that matter,  I don't think I've ever ( in 7

> years ) seen an install

> *directly* fail because of InstallServices.

>

> StartServices is another story though.

>

> If the service can't start for whatever reason, then StartServices can

> result in a rollback.  Also given enough opportunities, a bad password

> injected by InstallServices can lead to StartServices locking the account.

>

> Conversely I've also seen ( at Continental Airlines ) a locked account

> fail an install because the service could not start.  Again, this

> manifests as a problem in StartServices not I

>

>

> ---

> Christopher Painter, Author of Deployment Engineering Blog Have a hot

> tip, know a secret or read a really good thread that deserves

> attention? E-Mail Me

>

>

>

> - Original Message 

> From: "Castro, Edwin G. (Hillsboro)" 

> To: General discussion for Windows Installer XML toolset.

> 

> Sent: Fri, January 28, 2011 1:08:58 PM

> Subj

Re: [WiX-users] Run the installer as administrator

2011-03-16 Thread Thai-Hoa Nguyen

Thank you.  How do I set the Privileged property in Wix?
 
1 or 
true
 
 
Message: 5
Date: Wed, 16 Mar 2011 10:25:37 -
From: "Pally Sandher" 
Subject: Re: [WiX-users] Run the installer as administrator
To: "General discussion for Windows Installer XML toolset."

Message-ID: <7e4ef7766063ec4091542b5b3e671ec40375e...@mail.iesve.com>
Content-Type: text/plain; charset="us-ascii"
 
http://msdn.microsoft.com/en-us/library/aa370852.aspx
 
Palbinder Sandher 
Software Deployment Engineer
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 
 
http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
 
-Original Message-
From: Thai-Hoa Nguyen [mailto:taiwa...@hotmail.com] 
Sent: 15 March 2011 21:26
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Run the installer as administrator
 
 
Hello...
 
My installer requires to run as administrator. What property can I set
in Wix file to make the installer run as administrator? If it's not
possible? Can the installer prompt an error if it is not run as admin?
Thank you. 
  
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] One install for multiple OS

2011-03-16 Thread Chad Petersen
I found OR Priviledged to work better than OR AdminUser. It actually
triggered a Windows message rather than the message in the condition.









-Original Message-
From: Robert Hermann [mailto:rob.herm...@nicewareintl.com] 
Sent: Wednesday, March 16, 2011 6:50 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] One install for multiple OS

The problem is getting the installer to consider AdminUser only when the
OS is Windows 2008 R2 
And not to consider it on any other OS.


If a user runs this install on Windows 2008 R2 and they are not "running
as Administrator", then I want an error to come up and say
You need to be an administrator.Ideally they would run this install
from inside a command prompt window that is running as administrator.

If a user runs this install on any other OS .. just proceed with the
install,  don't bother with the "running as Administrator" check.


-Original Message-
From: Jeremy Farrell [mailto:jfarr...@pillardata.com] 
Sent: Tuesday, March 15, 2011 5:12 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] One install for multiple OS

And the problem is? 

> From: Robert Hermann [mailto:rob.herm...@nicewareintl.com] 
> 
> I've got an install for a backend service that needs to 
> consider a couple of OS and then scenarios within that os.
> 
> For the time being I need  my project to first detect the os 
> and if its not at least Windows 2003, to throw an error.
> 
> If its Windows 2008 R2, then the install needs to detect if 
> its being run from a Administrator command prompt or not.  If 
> its not, say something.
> 
> I can the logic to work if its either or but not together ...
> 
> Right now I've got
> 
> 
> 
> 
> 
> 
> 
> Rob

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 26201. Error -2147467259: failed to create SQL database

2011-03-16 Thread kim
Michael,

In my code I am not specifying paths for MDF and LDF files. I am just using 
tag to create DB. What confuses me is that this same code works on Windows 7
machine and not on XP. I installed SQL Express on XP box is same way as I
did on windows 7. 

Also,
SQL Server Express will be installed on users personal computer and no DBA
to maintain it.
WIX msi will be creating database in SQL Express so I believe that it will
create files in default locations.

Any further suggestions please? Thanks!

Attaching my .wxs code herewith: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n6177061/CreateDatabaseScript.txt
CreateDatabaseScript.txt 

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Error-26201-Error-2147467259-failed-to-create-SQL-database-tp6163225p6177061.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] light.exe: error LGHT0182: cannot find table definiation for the 'Group' table

2011-03-16 Thread RAJ
Thanks, I am able to build the pkg, it was wrong parameter.



On Mar 16, 2011, at 5:15 AM, "Yan Sklyarenko-2 [via Windows Installer  
XML (WiX) toolset]"   
wrote:

> Have you checked exactly what the error message is saying? It's quite
> verbose and as a rule for WiX error messages the likely reason turns  
> out to
> be the exact reason.
>
> -- Yan 
>
> On Tue, Mar 15, 2011 at 4:09 PM, RAJ <[hidden email]> wrote:
>
> > Thanks. i am able to build now but getting error while building  
> msi package
> > through light command. what parameter is missing? Thanks for help.
> >
> >
> > light.exe : error LGHT0182 : Cannot find the table definitions for  
> the
> > 'Group' t
> > able.  This is likely due to a typing error or missing extension.   
> Please
> > ensure
> >  all the necessary extensions are supplied on the command line  
> with the
> > -ext
> > par
> > ameter.
> >
> > --
> > View this message in context:
> > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/light-exe-error-LGHT0182-cannot-find-table-definiation-for-the-Group-table-tp6170796p6172907.html
> > Sent from the wix-users mailing list archive at Nabble.com.
> >
> >
> >  
> --- 
> --- 
> --- 
> -
> > Colocation vs. Managed Hosting
> > A question and answer guide to determining the best fit
> > for your organization - today and in the future.
> > http://p.sf.net/sfu/internap-sfd2d
> > ___
> > WiX-users mailing list
> > [hidden email]
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> --- 
> --- 
> --- 
> -
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> ___
> WiX-users mailing list
> [hidden email]
> 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/light-exe-error-LGHT0182-cannot-find-table-definiation-for-the-Group-table-tp6170796p6175766.html
> To unsubscribe from light.exe: error LGHT0182: cannot find table  
> definiation for the 'Group' table, click here.


--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/light-exe-error-LGHT0182-cannot-find-table-definiation-for-the-Group-table-tp6170796p6177057.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] One install for multiple OS

2011-03-16 Thread cwss
The condition didn't make it into the previous post. here it is:



/christian

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/One-install-for-multiple-OS-tp6174389p6176708.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] One install for multiple OS

2011-03-16 Thread cwss
The problem is in your second condition. All versions below 601 or not being
administrator will trigger the message.

Instead the condition should be:



 

/christian

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/One-install-for-multiple-OS-tp6174389p6176694.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX creating obj file in strange place

2011-03-16 Thread Rennie Petersen
In my WiX 3.5 project I'm including a wxs file via a link. I.e., the wxs
file is not in the project folder, it is fairly far away in the folder
structure, and is included using Visual Studio's "Add as a link"
facility.

 

A specific example: 

 

My project is here:

D:\Merlinia\Trunk\OutBack5x\OutBack Server\WiX 3.5 Install\OutBack
Server - WiX.wixproj

 

I include the following file using "Add as a link":

D:\Merlinia\Trunk\Common5x\WiX Include files\LicenseAgreementKludge.wxs

 

This works fine, except for one strange side-effect. WiX creates two new
folders in which to place the obj file for the included file! Here is
where the obj file is placed:

D:\Merlinia\Trunk\OutBack5x\OutBack Server\Common5x\WiX Include
files\LicenseAgreementKludge.wixobj

 

In doing this it has created the two folders "Common5x\WiX Include
files". Which I would prefer that it didn't do - I would prefer that it
placed the obj file for the included file the same place as all of the
other obj files.

 

Is this a bug or a feature? Is it possible to avoid this? 

 

I've tried asking about this at StackOverflow, and got some suggestions,
but while they fixed the original problem they had side-effects of their
own that were even worse.

http://stackoverflow.com/questions/5235560/wix-creating-obj-file-in-stra
nge-place

 

Thanks in advance for any suggestions.

 

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Component is not getting removed at uninstall

2011-03-16 Thread The Eligible Bachelors
I am having trouble figuring out why a component is not being removed at 
uninstall time. This problem happens when the MSI is run in Windows 7. When run 
in XP, the component is getting removed as expected.

The Wix file is somewhat complex and contains a REINSTALLMODE property.

What I have done is generated a log during uninstall time for both the Win7 and 
XP installers. But the diff is a mess.

Any tips on how to debug this?


  

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] One install for multiple OS

2011-03-16 Thread Robert Hermann
The problem is getting the installer to consider AdminUser only when the OS is 
Windows 2008 R2 
And not to consider it on any other OS.


If a user runs this install on Windows 2008 R2 and they are not "running as 
Administrator", then I want an error to come up and say
You need to be an administrator.Ideally they would run this install from 
inside a command prompt window that is running as administrator.

If a user runs this install on any other OS .. just proceed with the install,  
don't bother with the "running as Administrator" check.


-Original Message-
From: Jeremy Farrell [mailto:jfarr...@pillardata.com] 
Sent: Tuesday, March 15, 2011 5:12 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] One install for multiple OS

And the problem is? 

> From: Robert Hermann [mailto:rob.herm...@nicewareintl.com] 
> 
> I've got an install for a backend service that needs to 
> consider a couple of OS and then scenarios within that os.
> 
> For the time being I need  my project to first detect the os 
> and if its not at least Windows 2003, to throw an error.
> 
> If its Windows 2008 R2, then the install needs to detect if 
> its being run from a Administrator command prompt or not.  If 
> its not, say something.
> 
> I can the logic to work if its either or but not together ...
> 
> Right now I've got
> 
> 
> 
> 
> 
> 
> 
> Rob
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Windows 7 MSI privileges

2011-03-16 Thread The Eligible Bachelors
Great. I added Execute="deferred" and Impersonate="no" to my custom actions and 
it seemed to fix the problem.

I certainly dont want to go against UAC. I want to do what is right, whatever 
that may be, so thanks for the help.

> You need Execute="deferred" custom actions with
> Impersonate="no". This will
> allow your custom actions, and subsequent child processes
> that they create,
> to inherit the local system privileges of the Windows
> Installer service.


  

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] light.exe: error LGHT0182: cannot find table definiation for the 'Group' table

2011-03-16 Thread RAJ
Thanks for your help, I am not getting anything else than what I have  
posted. How do I build msi package from wix objects.



On Mar 16, 2011, at 5:15 AM, "Yan Sklyarenko-2 [via Windows Installer  
XML (WiX) toolset]"   
wrote:

> Have you checked exactly what the error message is saying? It's quite
> verbose and as a rule for WiX error messages the likely reason turns  
> out to
> be the exact reason.
>
> -- Yan 
>
> On Tue, Mar 15, 2011 at 4:09 PM, RAJ <[hidden email]> wrote:
>
> > Thanks. i am able to build now but getting error while building  
> msi package
> > through light command. what parameter is missing? Thanks for help.
> >
> >
> > light.exe : error LGHT0182 : Cannot find the table definitions for  
> the
> > 'Group' t
> > able.  This is likely due to a typing error or missing extension.   
> Please
> > ensure
> >  all the necessary extensions are supplied on the command line  
> with the
> > -ext
> > par
> > ameter.
> >
> > --
> > View this message in context:
> > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/light-exe-error-LGHT0182-cannot-find-table-definiation-for-the-Group-table-tp6170796p6172907.html
> > Sent from the wix-users mailing list archive at Nabble.com.
> >
> >
> >  
> --- 
> --- 
> --- 
> -
> > Colocation vs. Managed Hosting
> > A question and answer guide to determining the best fit
> > for your organization - today and in the future.
> > http://p.sf.net/sfu/internap-sfd2d
> > ___
> > WiX-users mailing list
> > [hidden email]
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> --- 
> --- 
> --- 
> -
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> ___
> WiX-users mailing list
> [hidden email]
> 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/light-exe-error-LGHT0182-cannot-find-table-definiation-for-the-Group-table-tp6170796p6175766.html
> To unsubscribe from light.exe: error LGHT0182: cannot find table  
> definiation for the 'Group' table, click here.


--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/light-exe-error-LGHT0182-cannot-find-table-definiation-for-the-Group-table-tp6170796p6176274.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [WIX_ACCOUNT_EVERYONE]

2011-03-16 Thread Andy Clugston
Seems to be a popular topic lately...

http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Windows-7-MSI-privileges-td617.html

As
Pally said, setting the property is the proper method.

On Wed, Mar 16, 2011 at 6:29 AM, Pally Sandher wrote:

> Depends on what you're setting this "WIX_ACCOUNT_EVERYONE" Property to &
> what you're actually trying to achieve.
>
> Assuming you're trying to set permissions for the "Everyone" group &
> you've arbitrarily picked the property WIX_ACCOUNT_EVERYONE out of the
> air to mean that without setting it to anything then I doubt it's going
> to work.
>
> Palbinder Sandher
> Software Deployment Engineer
> T: +44 (0) 141 945 8500
> F: +44 (0) 141 945 8501
>
> http://www.iesve.com
> **Design, Simulate + Innovate with the **
> Integrated Environmental Solutions Limited. Registered in Scotland No.
> SC151456
> Registered Office - Helix Building, West Of Scotland Science Park,
> Glasgow G20 0SP
> Email Disclaimer
>
> -Original Message-
> From: Naeem Ahmad [mailto:naeem.ah...@sophos.com]
> Sent: 15 March 2011 18:02
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] [WIX_ACCOUNT_EVERYONE]
>
> Hi,
> I am using
> [WIX_ACCOUNT_EVERYONE]
>
> I am trying to set Permission for service using  user="[WIX_ACCOUNT_EVERYONE]"
>
> Is it right way to do it?
>
>
> Thanks,
> Naeem
>
> 
> Sophos Limited, The Pentagon, Abingdon Science Park, Abingdon, OX14 3YP,
> United Kingdom.
> Company Reg No 2096520. VAT Reg No GB 991 2418 08.
> 
> --
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit for your
> organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>
> --
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [WIX_ACCOUNT_EVERYONE]

2011-03-16 Thread Pally Sandher
Depends on what you're setting this "WIX_ACCOUNT_EVERYONE" Property to &
what you're actually trying to achieve.

Assuming you're trying to set permissions for the "Everyone" group &
you've arbitrarily picked the property WIX_ACCOUNT_EVERYONE out of the
air to mean that without setting it to anything then I doubt it's going
to work.

Palbinder Sandher 
Software Deployment Engineer
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-Original Message-
From: Naeem Ahmad [mailto:naeem.ah...@sophos.com] 
Sent: 15 March 2011 18:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] [WIX_ACCOUNT_EVERYONE]

Hi,
I am using
[WIX_ACCOUNT_EVERYONE]

I am trying to set Permission for service using http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Run the installer as administrator

2011-03-16 Thread Pally Sandher
http://msdn.microsoft.com/en-us/library/aa370852.aspx

Palbinder Sandher 
Software Deployment Engineer
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-Original Message-
From: Thai-Hoa Nguyen [mailto:taiwa...@hotmail.com] 
Sent: 15 March 2011 21:26
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Run the installer as administrator


Hello...
 
My installer requires to run as administrator.  What property can I set
in Wix file to make the installer run as administrator?  If it's not
possible?  Can the installer prompt an error if it is not run as admin?
Thank you.

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit for your
organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] One install for multiple OS

2011-03-16 Thread Peter Shirtcliffe
Probably the same thing as in this thread
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg43557.html


-Original Message-
From: Jeremy Farrell [mailto:jfarr...@pillardata.com] 
Sent: 15 March 2011 22:12
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] One install for multiple OS

And the problem is? 

> From: Robert Hermann [mailto:rob.herm...@nicewareintl.com] 
> 
> I've got an install for a backend service that needs to 
> consider a couple of OS and then scenarios within that os.
> 
> For the time being I need  my project to first detect the os 
> and if its not at least Windows 2003, to throw an error.
> 
> If its Windows 2008 R2, then the install needs to detect if 
> its being run from a Administrator command prompt or not.  If 
> its not, say something.
> 
> I can the logic to work if its either or but not together ...
> 
> Right now I've got
> 
> 
> 
> 
> 
> 
> 
> Rob
-
-
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] light.exe: error LGHT0182: cannot find table definiation for the 'Group' table

2011-03-16 Thread Yan Sklyarenko
Have you checked exactly what the error message is saying? It's quite
verbose and as a rule for WiX error messages the likely reason turns out to
be the exact reason.

-- Yan

On Tue, Mar 15, 2011 at 4:09 PM, RAJ  wrote:

> Thanks. i am able to build now but getting error while building msi package
> through light command. what parameter is missing? Thanks for help.
>
>
> light.exe : error LGHT0182 : Cannot find the table definitions for the
> 'Group' t
> able.  This is likely due to a typing error or missing extension.  Please
> ensure
>  all the necessary extensions are supplied on the command line with the
> -ext
> par
> ameter.
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/light-exe-error-LGHT0182-cannot-find-table-definiation-for-the-Group-table-tp6170796p6172907.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> --
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] FilesInUse in Upgrade scenario

2011-03-16 Thread Umeshj
Hi,

Could someone suggest what can prevent a FilesInUse or MsiRMFilesInUse
dialog from being shown during an upgrade?

I posted this in a wrong subgroup so I am posting it again.

Thanks

Umesh

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/FilesInUse-in-Upgrade-scenario-tp6175675p6175675.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Wix 3.5 PreprocessorExtension and debugmessages

2011-03-16 Thread Dennis Reil
Yeah, it get's loaded. I see this from an error that occurs while running my 
extension. I now temporarily use log4net to put out my messages, but I guess 
this is not the intended way to do so ;-)

How would I put out messages using the Core object? I had a look at the 
OnMessage() method, but couldn't really figure out how to use it.

Regards,
   Dennis

-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: Dienstag, 15. März 2011 14:07
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Custom Wix 3.5 PreprocessorExtension and debugmessages

Never tried output console messages directly. I always use the core object
to report messages. Are you sure that the extension is getting loaded? Did
you add the appropririate project reference? Need a bit more detail about
what you are doing to really be helpful.

On Mon, Mar 14, 2011 at 5:27 AM, Dennis Reil  wrote:

> Hi,
>
>
>
> I'm currently developing a custom wix 3.5 preprocessor extension. I want
> to put out some debug messages, but cannot get it working. Can anyone
> tell me how to do this?
>
>
>
> Btw, I'm using votive to actually execute the extension when building a
> merge module. Maybe there's just some additional configuration needed to
> put out console messages, etc.
>
>
>
> Regards,
>
>Dennis
>
>
>
>
> --
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users