Re: [WiX-users] per-user per-app WiX installation

2015-06-03 Thread KONDURU Pavan
I use wix 3.6 and this works for me. You should see the shield icon on the install button. Click on the install button brings up the UAC prompt. Product Id=GUID Name=$(var.ProductName) Language=1033 Version=$(var.ProductVersion) Manufacturer=blah UpgradeCode=GUID Package

[WiX-users] [SPAM] Registerting WMI interface through Burn

2015-06-03 Thread Rajesh Nagpal
Hello All, As part of our product install, we need to register a WMI interface by running mofcomp tool on a .mof file. I'm trying to find the best way to handle this in Burn that could do this for me. Can anyone suggest any options? Regards, Rajesh -- View this message in context:

Re: [WiX-users] per-user per-app WiX installation

2015-06-03 Thread Carles Pina i Estany
Thanks! - earlier I did see the shield icon but never brought the UAC prompt. Have this ever happened to you? I saw a log message that it's suspicious (using msiexec and saving the logs): Attempting to enable all disabled privileges before calling Install on Server End dialog not enabled. And

Re: [WiX-users] Driver Install with Wix

2015-06-03 Thread Phill Hogland
I guess I do not know enough about Microsoft's Volume Shadow Copy driver to provide advice. There are some curious return codes. Regarding I receive Namespace prefix 'difxapp' is not defined That sounds like a project which has code something like this, defined: difxapp:Driver

[WiX-users] per-user per-app WiX installation

2015-06-03 Thread Carles Pina i Estany
Hello, I'm migrating an existing NSIS installer to WiX. I use cpack for the project but I'll take care of the cpack issues. This is a per-user / per-computer flow question. The current NSIS does: -- If the user executing the installer has admin privileges: By default it installs

[WiX-users] Remove InstallShield Bootstrapper MSI

2015-06-03 Thread Johri, Mohit IN BLR STS
Hi All, I am creating a CustomBA which will replace the existing install shield Bootstrapper( I don't really know what it's called). We are installing the same number of MSI as the install shield use to do, so no problem in that. All the MSI entries in the ARP are removed, as we are making

Re: [WiX-users] per-user per-app WiX installation

2015-06-03 Thread Carles Pina i Estany
TL;DR: How can I make MSI to ask the user for elevated privileges? With the WixUI_Advanced I have the option to install the package per-machine or per-user... so this is a good step. If I could make the MSI package to request for elevated privileges this would maybe be all (if the user grants:

Re: [WiX-users] Checking for IIS modules

2015-06-03 Thread haglis
Hi Nir, Thanks for the info, do u have an example of this for me to have a look at pls. Thanks, George. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Checking-for-IIS-modules-tp7600145p7600521.html Sent from the wix-users mailing list archive

Re: [WiX-users] per-user per-app WiX installation

2015-06-03 Thread Carles Pina i Estany
I'm using InstallPrivileges=elevated but I never get the request for the privileges (Windows 7, on a non-admin account, other software request the privileges) On Jun/03/2015, Carles Pina i Estany wrote: TL;DR: How can I make MSI to ask the user for elevated privileges? With the

Re: [WiX-users] per-user per-app WiX installation

2015-06-03 Thread Rob Mensching
Try Packages/@InstallScope instead. It absorbs all those settings. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: Carles Pina i Estany [mailto:car...@pina.cat]

[WiX-users] Issue with remote deployment of localized msi, German language is used to install in client machine instead of client machine locale

2015-06-03 Thread Santhosh Kumar G
Scenario: Create separate msi for german(de-de) and english(en-us) language Extract the transform (mst file) using wisubstg.vbs Merge the transform into the single msi using wilangid.vbsWhile manually installing the resultant msi in german/english machine, it is picking the appropriate machine

[WiX-users] During remote deployment of localized msi, always German language is used by msi

2015-06-03 Thread Santhosh Kumar G
`When deploying multi language localized msi in client, German language is used instead of the client machine language.` **Scenario:** * Create separate msi for german(de-de) and english(en-us) language * Extract the transform (mst file) using wisubstg.vbs * Merge the transform into the

Re: [WiX-users] Remove InstallShield Bootstrapper MSI

2015-06-03 Thread Johri, Mohit IN BLR STS
Hi All, Did anyone got into the same kind of issue, please help. Thanks Regards, Mohit -Original Message- From: Johri, Mohit IN BLR STS [mailto:mohit.jo...@siemens.com] Sent: Wednesday, June 03, 2015 7:13 PM To: General discussion about the WiX toolset. Subject: [WiX-users] Remove

Re: [WiX-users] per-user per-app WiX installation

2015-06-03 Thread Carles Pina i Estany
I had InstallCope=perMachine - but no UAC dialogue is shown. Do you have a working example? I suspect that there is something that I'm missing elsewhere. Tomorrow I'll have a better look at the logs but a working example would be cool... Actually so far with WiX I've never been able to show the

Re: [WiX-users] Driver Install with Wix

2015-06-03 Thread brettcu22
Thanks, Phill. I attempted to go down the DifxAppExtension the first time. When compiling it with WixEdit, I receive Namespace prefix 'difxapp' is not defined. The output from SetupAPI.dev.log is below the following Wix script section. I could not find where the error occurred. - Wix