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

2014-11-10 Thread Mohamed Yasir
Hi, Both machines are connected under same server, nothing is restricted in Windows Firewall and proxy server. Also, both Machines are having same configurations (Windows OS 8.1, 64 bit). In Download failed machine, second MSI packge only got fail, first MSI Package downloaded and installed

[WiX-users] Read only flags and MSPs

2014-11-10 Thread Keith.Douglas
Does MSP support changing the read-only flag of files which were in the initial install? If so, how do I ensure I include it in the patch? Keith Douglas Programmer Analyst | Programmeur analyste Questionnaire Development Services - CAI Social | Services de développement de questionnaires -

[WiX-users] [SPAM] Re: RestartManager: Failed to register the process name

2014-11-10 Thread Phill Hogland
If I remove the attempt to use the Restart Manager, then we do not hit this problem. However if the tray app was started and running then a reboot is needed. However the need for a reboot is only indicated the next time we run the bundle again. Is there a way to learn about the need for a

[WiX-users] Need to change WixBundleProviderKey at run time

2014-11-10 Thread manoj619
Hi Everyone, I need to change the WixBundleProviderKey in Bootstrapper application at run time ? Is this possible to change this at run time ? Could you please provide suggesstion on this ? Regards, Manoj -- View this message in context:

Re: [WiX-users] Need to change WixBundleProviderKey at run time

2014-11-10 Thread Rob Mensching
Why? _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: manoj619 [mailto:manojb...@syncfusion.com] Sent: Monday, November 10, 2014 8:50 AM To:

Re: [WiX-users] Read only flags and MSPs

2014-11-10 Thread Phil Wilson
You'd just build your new MSI with that attribute set - that should work because that state of that bit is in the MSI's File table. The tricky part might be replacing the existing file by making sure you do something that causes an update, such as increment the version, change the content etc.

Re: [WiX-users] Naming convention of heat.exe harvested comp and file id.

2014-11-10 Thread cknoll
But remember, if you install a file with the same name into two different folders, you'll need the file Ids to be unique. -- View this message in context:

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

2014-11-10 Thread MartinInstall
I am trying to install software on computer with a Finnish language pack. Both computers are running windows 7 and the installer works fine on US English computers. It seems that the Users group is in Finnish and the error I get is, “An error occurred while applying security settings. Users is

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

2014-11-10 Thread Hoover, Jacob
Sounds like you are using a CA to modify security. Computer group names, even builtin's, are localized so your CA would need to take this into account. If your using a framework provided CA, then please identify the relevant fragments. -Original Message- From: MartinInstall

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

2014-11-10 Thread MartinInstall
Thanks for the quick reply, I am not using any custom actions. I am assuming that the Property Id=ALLUSERS Value=1 / is relying on the Users group to be present. On the target computer, we did not find a Users group, only the Finish word for Users. I am sure this is a common scenario for

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

2014-11-10 Thread Hoover, Jacob
ALLUSERS is a standard property. I did just look on a Chinese XP VM, and it does have a Users group. However, on a Spanish Vista VM, it's not in English. Are you doing anything special with security settings? Can you post the verbose log file? -Original Message- From: MartinInstall

[WiX-users] [SPAM] Re: RestartManager: Failed to register the process name

2014-11-10 Thread Phill Hogland
I think I have a workaround for this issue working, by removing the util:RestartResource from this msi and detecting if a restart is needed in ApplyComplete. If someone knows how to keep WixRegisterResources from returning a fatal error, due to Access Denied (0x80070005) when calling

Re: [WiX-users] Naming convention of heat.exe harvested comp and file id.

2014-11-10 Thread ssmsam
Ohhh!!! okay , thanks FYI. I thought like to keep same files between multiple features, should have different Ids. But the question is, what if I use CopyFile element inside the component. CopyFile Copies the same file into more than one location. Here we will not specify 2 different Ids. ???

Re: [WiX-users] Need to change WixBundleProviderKey at run time

2014-11-10 Thread manoj619
Hi Rob, We are packing 2 MSI files in single Bundle. But we need to put two different registry entries for Each MSI installation (Bundle entry, not for MSI). Consider the following scenario, I have two options to while installating setup. On First time installtion, I have selected one MSI

Re: [WiX-users] Need to change WixBundleProviderKey at run time

2014-11-10 Thread Rob Mensching
Every Bundle gets one ARP entry. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: manoj619 [mailto:manojb...@syncfusion.com] Sent: Monday, November 10, 2014 9:55 PM To:

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

2014-11-10 Thread Mohamed Yasir
Hi, Could you please update any idea to solve this type of issue? Thanks in advance. 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-tp7597807p7597846.html Sent from the