Re: [WiX-users] Problem durring major upgrade /qb or /qn

2015-07-08 Thread AleksL
After a time of more careful researching of logs I understand that error occured in the install phase of major upgrade (Before that I thought that error in the remove phase). This means that I may avoid that error by setting more complex conditions for remove actions. For example Instead for exam

Re: [WiX-users] Problem durring major upgrade /qb or /qn

2015-07-07 Thread Phil Wilson
My apologies, I'm going too fast and not looking properly - I need to look again. --- Phil Wilson On Tue, Jul 7, 2015 at 12:40 PM, AleksL wrote: > Hello, Phil. Thank you for answer. > > But I don't clear understand. > > /Q log shows " Product registered: entering > maintenance mode"

Re: [WiX-users] Problem durring major upgrade /qb or /qn

2015-07-07 Thread AleksL
Hello, Phil. Thank you for answer. But I don't clear understand. /Q log shows " Product registered: entering maintenance mode" and "Skipping FindRelatedProducts action: not run in maintenance mode" which means that the product defined by the Q log ProductCode must already be installed/ I thi

Re: [WiX-users] Problem durring major upgrade /qb or /qn

2015-07-07 Thread Phil Wilson
Ah, sorry, I just got them the wrong way around. The UI log shows a normal install. The Q log shows " Product registered: entering maintenance mode" and "Skipping FindRelatedProducts action: not run in maintenance mode" which means that the product defined by the Q log ProductCode must already be i

Re: [WiX-users] Problem durring major upgrade /qb or /qn

2015-07-07 Thread AleksL
I don't think so. I am testing on Virtual machine. First, I run test_setup_1, then do snapshot and do major update on test_setup_2 in quiet mode. After analyzing results I restore to the snapshot and do major update on test_setup_2 with UI. You wrote: /but then you run the UI install and that l

Re: [WiX-users] Problem durring major upgrade /qb or /qn

2015-07-06 Thread Phil Wilson
There appears to be something wrong with your test methodology. The quiet log shows a run that finds an upgrade, but then you run the UI install and that log says " Product registered: entering maintenance mode" and "Skipping FindRelatedProducts action: not run in maintenance mode", and "Skipping

Re: [WiX-users] Problem durring major upgrade /qb or /qn

2015-07-06 Thread AleksL
Hello, Phil. Thank you for answer. Here is the link to the source code and logs: https://dropmefiles.com/3amOx I have made simple minimal test project and same behavior occured. In quiet mode: MSI (s) (68:14) [00:37:40:531]: Feature: *Child1*; Installed: Absent; Request: *Absent*; Action:

Re: [WiX-users] Problem durring major upgrade /qb or /qn

2015-07-03 Thread Phil Wilson
If you have the entire log post it somewhere. There may be a custom action or something else in the UI sequence that won't happen in the execute sequence, just as possible reasons. --- Phil Wilson On Fri, Jul 3, 2015 at 3:29 AM, AleksL wrote: > Hello. > > > I have installed product w

[WiX-users] Problem durring major upgrade /qb or /qn

2015-07-03 Thread AleksL
Hello. I have installed product with some absent features. Upgrading of product in quiet mode fails, because installer is trying to remove absent features: MSI (s) (1C:0C) [01:26:37:625]: Feature: AnyFeature; Installed: Absent; Request: *Absent*; Action: *Absent* But upgrading with UI

[WiX-users] Problem with the silent errors

2015-06-08 Thread Goran Malovic
Hi, I have noticed that while running the setup created by Wix, a WerMgr.exe tries to connect to a server several times. I have looked at the installation log file, and there are many warnings / errors in it. However, the setup finishes, and I am able to run the application. Anyone knows why is

Re: [WiX-users] Problem : In Upgrade process, once cancel burn process and again execute then burn process uninstall old product

2015-02-25 Thread Mrugesh Patel
: Re: [WiX-users] Problem : In Upgrade process, once cancel burn process and again execute then burn process uninstall old product It's all there in the log about what's going on. Condition 'VersionNT>=v6.0 AND NOT VersionNT64 AND UserLanguageID <> 1034 AND Us

Re: [WiX-users] Problem : In Upgrade process, once cancel burn process and again execute then burn process uninstall old product

2015-02-22 Thread Mrugesh Patel
WiX toolset. Subject: Re: [WiX-users] Problem : In Upgrade process, once cancel burn process and again execute then burn process uninstall old product It's all there in the log about what's going on. Condition 'VersionNT>=v6.0 AND NOT VersionNT64 AND UserLanguageID <>

Re: [WiX-users] Problem : In Upgrade process, once cancel burn process and again execute then burn process uninstall old product

2015-02-20 Thread Sean Hall
It's all there in the log about what's going on. Condition 'VersionNT>=v6.0 AND NOT VersionNT64 AND UserLanguageID <> 1034 AND UserLanguageID <> 1046 AND UserLanguageID <> 2070' evaluates to false. Plan disabled rollback for package: TESTx86, due to incomplete cache: None, original rollback actio

[WiX-users] Problem : In Upgrade process, once cancel burn process and again execute then burn process uninstall old product

2015-02-20 Thread Mrugesh Patel
Hello, I have problem with burn. When i upgrade burn and if i do cancel and then again perform upgrade then Burn uninstall msi and then install msi. Steps are below: Step1: Install older version 1.0 Step2: Upgrade with new version 1.1 and when Burn display click on cancel. Step3: Run setup again

Re: [WiX-users] Problem with DetectCondition

2015-01-15 Thread Hoover, Jacob
. Subject: Re: [WiX-users] Problem with DetectCondition NET4FrameWork != NET4FrameworkInstalled != NET4FrameWorkInstalled Ensure the Variable and the DetectCondition are exactly the same. Your logs don't align with your definition... -Original Message- From: Lutz Andersohn [mailto:la

Re: [WiX-users] Problem with DetectCondition

2015-01-15 Thread Hoover, Jacob
15 10:05 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem with DetectCondition I have a problem with the "DetectCondition" in ExePackage: I do not understand why my condition is evaluated he way it is. Below is the code and log file. My problem is, the variable NET4Fra

[WiX-users] Problem with DetectCondition

2015-01-15 Thread Lutz Andersohn
I have a problem with the "DetectCondition" in ExePackage: I do not understand why my condition is evaluated he way it is. Below is the code and log file. My problem is, the variable NET4FrameworkInstalled is correctly assigned the value 1, however DetectCondition for the .NET package using this va

Re: [WiX-users] Problem uninstalling running app and service when using WixUI

2015-01-10 Thread Phill Hogland
The reason I asked is that I worked on this bug , for Wix 3.10, which is not the same scenario that you observed, but may be related. The pull request was accepted last week, and I don't know if there has been a build of wix 3.10 with this change yet. I also

Re: [WiX-users] Problem uninstalling running app and service when using WixUI

2015-01-10 Thread Mikal H Henriksen
users@lists.sourceforge.net Emne: Re: [WiX-users] Problem uninstalling running app and service when using WixUI Which wix version was used to build the installer? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Problem-uninstalling-running-app-and-se

Re: [WiX-users] Problem uninstalling running app and service when using WixUI

2015-01-10 Thread Phill Hogland
Which wix version was used to build the installer? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Problem-uninstalling-running-app-and-service-when-using-WixUI-tp7598814p7598815.html Sent from the wix-users mailing list archive at Nabble.com. ---

[WiX-users] Problem uninstalling running app and service when using WixUI

2015-01-09 Thread Mikal H Henriksen
?We have an installer containing a service and an accompanying tray icon application. There seems to be a problem when unistalling this application if both are running, and the installer has a UI (yes, that is one of the determining factors). Sample project reproducing the issue: https://dl.d

Re: [WiX-users] Problem during uninstall !

2014-11-13 Thread Hoover, Jacob
Script based ca's are unreliable at best. Odds are your vbs script is failing on uninstall. Logs would verify this, and you can use orca to condition the script not to run on uninstall. From there you should be able to uninstall the existing installs (you may have to tell windows installer to r

Re: [WiX-users] Problem during uninstall !

2014-11-13 Thread Fabrice MAUPIN
ut the WiX toolset. Objet : Re: [WiX-users] Problem during uninstall ! Hello, I think that it is your vbs which causes the problem because it's excuted on install and uninstall. Maybe you could add a condition to execute your custom action. Regards, Renan -Message d'origine-

Re: [WiX-users] Problem during uninstall !

2014-11-13 Thread Renan Lefeuvre
embre 2014 16:04 À : wix-users@lists.sourceforge.net Objet : [WiX-users] Problem during uninstall ! Hi everybody, When I try to uninstall my application, this message appears : There is a problem with this Windows Installer Package. A script required for this install to complete could

[WiX-users] Problem during uninstall !

2014-11-13 Thread Fabrice MAUPIN
Hi everybody, When I try to uninstall my application, this message appears : There is a problem with this Windows Installer Package. A script required for this install to complete could not be run. Contact your support personnel or package vendor. For information my application is

Re: [WiX-users] Problem with in my WXS configuration file !

2014-10-10 Thread Phil Wilson
rce="app\resources\_dt.xsl" KeyPath="yes" Hidden="yes" /> > > > Guid="5fae2556-299f-44dc-af2a-9afa3948e8a2" Win64="yes"> > DestinationDirectory="APPLICATIONFOLDER" /> > Directory="MySecondSubDir" /> > >

Re: [WiX-users] Problem with in my WXS configuration file !

2014-10-10 Thread Fabrice MAUPIN
The removeFile is always not ok ! Fabrice -Message d'origine- De : Phil Wilson [mailto:phildgwil...@gmail.com] Envoyé : jeudi 9 octobre 2014 16:59 À : General discussion about the WiX toolset. Objet : Re: [

Re: [WiX-users] Problem with in my WXS configuration file !

2014-10-09 Thread Phil Wilson
> À : General discussion about the WiX toolset. > Objet : Re: [WiX-users] Problem with in my WXS configuration > file ! > > Does that WiX build ok? It looks like your cleanup component is not actually > in a feature, it's not in MyFeature, so it won't be used. I thoug

Re: [WiX-users] Problem with in my WXS configuration file !

2014-10-08 Thread Fabrice MAUPIN
" Does that WiX build ok?" Yes. The problem is the remove of file which do not work. Any ideas ? -Message d'origine- De : Phil Wilson [mailto:phildgwil...@gmail.com] Envoyé : mercredi 8 octobre 2014 17:19 À : General discussion about the WiX toolset. Objet : Re: [WiX

Re: [WiX-users] Problem with in my WXS configuration file !

2014-10-08 Thread Phil Wilson
Does that WiX build ok? It looks like your cleanup component is not actually in a feature, it's not in MyFeature, so it won't be used. I thought WiX reported an error for that, maybe it's not fatal. --- Phil Wilson On Wed, Oct 8, 2014 at 7:28 AM, Fabrice MAUPIN wrote: > Hello everybo

[WiX-users] Problem with in my WXS configuration file !

2014-10-08 Thread Fabrice MAUPIN
Hello everybody, During the install of my application (Windows 7 Pro x64) I would like : ** copy a file in the installation directory ** remove a file from a subdirectory It's ok for the copy of the file - no problem. On the other hand, the remove of a file do not work. This i

Re: [WiX-users] Problem in Getting the path of executable file and scripts in WIX Installer

2014-08-04 Thread supriya
Hello All, Thanks for understanding my issue. I have found the solution to my problem. It was all because of harvesting the solution. I was missing the step so was not able to run the MSI on machine other then the development. I have then perform the harvesting of the Installer and it worked.

Re: [WiX-users] Problem with registrering shortcuts when using perMachine installations

2014-06-18 Thread Jeremiahf
Should be fine. I haven't had any problems. On Wed, Jun 18, 2014 at 7:38 AM, neslekkim wrote: > anyone?, or is it perfectly ok to store this in hkcu for perMachine > installs? > > > > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Problem-wi

Re: [WiX-users] Problem with registrering shortcuts when using perMachine installations

2014-06-18 Thread neslekkim
anyone?, or is it perfectly ok to store this in hkcu for perMachine installs? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Problem-with-registrering-shortcuts-when-using-perMachine-installations-tp7595220p7595335.html Sent from the wix-users ma

[WiX-users] Problem with registrering shortcuts when using perMachine installations

2014-06-13 Thread neslekkim
This example: http://wixtoolset.org/documentation/manual/v3/howtos/files_and_registry/create_start_menu_shortcut.html If one takes that example, and changes it a little, Allusers=1 and HKLM in registrykey for the shortcut component http://schemas.microsoft.com/wix/2006/wi";> *

Re: [WiX-users] Problem with service install on non English OS

2014-05-13 Thread colinrb
Stephen Did you get a fix for this? I have the same/similar issue installing services using the network service account on German machines, and machines in Belgium with French as the language. I am however, using WIX to provide the service start/stop code: The thing I find really odd, is

Re: [WiX-users] Problem in Getting the path of executable file and scripts in WIX Installer

2014-05-12 Thread Phil Wilson
It's not exactly clear what you're doing, but the way this works (to state the obvious maybe) is that you build the MSI file on your dev machine and then take that MSI file to other machines and run it to install the product. If you have a problem installing the MSI file on another machine, then de

Re: [WiX-users] Problem in Getting the path of executable file and scripts in WIX Installer

2014-05-11 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar basti...@careercontrol.nl. -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+

Re: [WiX-users] Problem in Getting the path of executable file and scripts in WIX Installer

2014-05-11 Thread Supriya Khamesra
Hi Nick, Thanks for looking into the issue. $(var.MyProject.TargetMachine) is used in the solution to set the file path . It is not related to compling or execution of the installer. My concern is that if I am executing the installer from my development machine where I have developed the instal

Re: [WiX-users] Problem in Getting the path of executable file and scripts in WIX Installer

2014-05-09 Thread Nick Ramirez
I don't understand. The $(var.MyProject.TargetMachine) is only used while compiling the installer and not while using the installer. After compiling the solution you should get one MSI file. You only need to deploy the MSI file to the machine where you want to install. -- View this message in co

[WiX-users] Problem in Getting the path of executable file and scripts in WIX Installer

2014-05-09 Thread Supriya Khamesra
I want to develop a installer using WIX in which we want to run 3 set up simultaneously: DB Script, Console application and Web service. I have develop the WIX Installer solution using VS2012 and have insluded the console application and webservice solutions too within the same solution. So, when r

[WiX-users] Problem getting FirewallException element to register File for Domain

2014-05-01 Thread TimM
We have ran into a case where a change in our product has now required one of our files to need access through the firewall. We need Domain and Private rules set. Since I have not used the new FirewallException element before I do not know if I have the configurations set up correctly or not. Here

[WiX-users] Problem with User Macros in WiX projects

2014-04-24 Thread Prosch, Greg
In my WiX project's pre-build and post-build steps I have attempted to reference user macros (variables) that I have defined in Visual Studio Property Sheets but it appears that they are not being passed. Is there something I need to do? Is this not possible? Is this an oversight/bug? I am u

Re: [WiX-users] problem with installer

2014-04-08 Thread Michael Turner
Have you tried running the application without going through the shortcuts? It is possible that the application may be crashing, and your machine may be configured to go straight to the debugger when a crash occurs. Usually when this happens, something is logged in the Application Event Log, so y

[WiX-users] problem with installer

2014-04-07 Thread Илья Циликов
Hello, I'd like to ask a help for the following question. I'm creating an install package for a server application that can be run in console application mode without more UI, but when I create shortcuts the following way: After its installation the shortcut

Re: [WiX-users] Problem with WIX BootStrapper.

2014-01-22 Thread Phill Hogland
I am still learning this stuff myself, so I may misunderstand the problem, but in your MBA, typically in PlanComplete you would have code which calls this.root.PreApplyState = this.root.State; this.root.State = InstallationState.Applying; myMmbaClass.Model.Engine.Ap

Re: [WiX-users] Problem with WIX BootStrapper.

2014-01-21 Thread Valdimar
praveeds wrote > I tried with Windows 7 box and it has the same behavior. Any idea what are > those registry entries? Yes, they are Run and RunOnce keys to tell Windows to run the installer on next startup, in case the installer needs the computer to reboot. I'm not sure whether this is related wi

Re: [WiX-users] Problem with WIX BootStrapper.

2014-01-21 Thread Valdimar
praveeds wrote > I am using an WIX BootStrapper inorder to bundle one MSI (for instance > take Notepad++.msi). > When i run the BootStrapper it starts installing the Notepad++.msi but > once the installation is completed it would restart the installation for > the second time. What would be cause o

Re: [WiX-users] Problem with WIX BootStrapper.

2014-01-21 Thread tom
Can you attach the log file? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Problem-with-WIX-BootStrapper-tp7591935p7591941.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Problem with service install on non English OS

2014-01-17 Thread Stephen I. Woolhead
. No other errors exist in the eventlogs. Thanks, Stephen. -Original Message- From: David Watson [mailto:dwat...@sdl.com] Sent: 17 January 2014 16:39 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Problem with service install on non English OS I'm not sure

Re: [WiX-users] Problem with service install on non English OS

2014-01-17 Thread David Watson
help. Dave -Original Message- From: Stephen I. Woolhead [mailto:s...@gtl.biz] Sent: 17 January 2014 13:57 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Problem with service install on non English OS Opps, wrong link in message below. Correct one is: https://gtl.share

Re: [WiX-users] Problem with service install on non English OS

2014-01-17 Thread Stephen I. Woolhead
Opps, wrong link in message below. Correct one is: https://gtl.sharefile.com/d/s9ec51dd7d1a4dd09 Stephen. -Original Message- From: Stephen I. Woolhead [mailto:s...@gtl.biz] Sent: 17 January 2014 13:18 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Problem with

Re: [WiX-users] Problem with service install on non English OS

2014-01-17 Thread Stephen I. Woolhead
discussion about the WiX toolset. Subject: Re: [WiX-users] Problem with service install on non English OS Can you post a full install log somewhere - attachments tend to get deleted by the mailing system ? Also the exact error you get when you try and start the service. You may need to enter a bug

Re: [WiX-users] Problem with service install on non English OS

2014-01-17 Thread David Watson
:07 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Problem with service install on non English OS Just tried this on a Turkish and Russian OS and it installs and runs fine, so it does look like there is something strange with the Polish OS. Not sure where to go next

Re: [WiX-users] Problem with service install on non English OS

2014-01-16 Thread Stephen I. Woolhead
2014 17:05 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Problem with service install on non English OS I'll go give it a try in some other languages and see if they work. Cheers, Stephen. -Original Message- From: David Watson [mailto:dwat...@sd

Re: [WiX-users] Problem with service install on non English OS

2014-01-16 Thread Stephen I. Woolhead
I'll go give it a try in some other languages and see if they work. Cheers, Stephen. -Original Message- From: David Watson [mailto:dwat...@sdl.com] Sent: 16 January 2014 16:42 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Problem with service install o

Re: [WiX-users] Problem with service install on non English OS

2014-01-16 Thread David Watson
[mailto:s...@gtl.biz] Sent: 16 January 2014 15:23 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Problem with service install on non English OS Ah, yes get what you mean, that was if I was to hard code the names into the wxs, I was hoping I would be able to use the

Re: [WiX-users] Problem with service install on non English OS

2014-01-16 Thread Stephen I. Woolhead
@lists.sourceforge.net Subject: Re: [WiX-users] Problem with service install on non English OS I am not sure if what I suggested would solve your problem, but what I noticed from your earlier message, when you use that polish string, you had an error which indicated that the characters were not in the code

Re: [WiX-users] Problem with service install on non English OS

2014-01-16 Thread Phill Hogland
I am not sure if what I suggested would solve your problem, but what I noticed from your earlier message, when you use that polish string, you had an error which indicated that the characters were not in the code table. The polish wxl file would specify the correct code table. -- View this mess

Re: [WiX-users] Problem with service install on non English OS

2014-01-16 Thread Stephen I. Woolhead
- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: 16 January 2014 14:25 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem with service install on non English OS I suspect what you need to do is to localize your setup for polish so that you have a english wxl and a

Re: [WiX-users] Problem with service install on non English OS

2014-01-16 Thread Phill Hogland
I suspect what you need to do is to localize your setup for polish so that you have a english wxl and a polish wxl file (or the language of concern). And also specify the multiple cultures in your project file. If you don't really want to translate the dialogs then use english strings in the poli

[WiX-users] Problem with service install on non English OS

2014-01-16 Thread Stephen I. Woolhead
Hi, I have a problem I'm trying to resolve regarding installing a couple of services via ServiceInstall. Of these services some install as Local System, and Some as Local Service. When we originally built this wix project, it targeted only English OS's and in the serviceInstall element we used

Re: [WiX-users] problem with conditional component

2013-09-06 Thread Rob Mensching
l Message- > From: Manuel Fahndrich [mailto:m...@microsoft.com] > Sent: Tuesday, September 03, 2013 4:32 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] problem with conditional component > > I'm t

Re: [WiX-users] problem with conditional component

2013-09-06 Thread fahnd
Okay, I was missing a conditional invocation of the custom action to set the variable and the variable must be enclosed in [ ] in the setting custom action. This final code works: VS12_ROOT_FOLDER_EXISTS -- View this message in context: http://window

Re: [WiX-users] Problem with DirectoryInfo/FileInfo in CA

2013-09-05 Thread Phil Wilson
That text string looks like a possible value for the command line of a program. The .tmp file is the executing custom action and the parameter is -. Is your CA a Dll call via DTF or an executable? Phil Wilson On Thu, Sep 5, 2013 at 4:06 AM, Hendryk Irmischer wrote: > Hello, > > I have a probl

Re: [WiX-users] problem with conditional component

2013-09-05 Thread fahnd
Thanks Jacob, I followed your suggestion and now I'm getting different behavior. On machines without the VS2013 installed, it now properly omits the component. But on machines with VS2013, the folder it installs the component in is now d:\VS12Root\... instead of the folder pointed to by the VS12_

[WiX-users] Problem with DirectoryInfo/FileInfo in CA

2013-09-05 Thread Hendryk Irmischer
Hello, I have a problem when trying to use FileInfo or DirectoryInfo classes in a managed C# CA. Project Layout: 1. BootstrapperApplication - Install VCR8, VCR9, NetFX3.5, Apache, PHP, MySQL Server - Install our software (the wix project for our software is referenced by t

[WiX-users] problem with conditional component

2013-09-03 Thread Manuel Fahndrich
I'm trying to install some files conditionally under VS2013 by using the following snippets of code: ... ... VS12_ROOT_FOLDER

Re: [WiX-users] problem with conditional component

2013-09-03 Thread Hoover, Jacob
... -Original Message- From: Manuel Fahndrich [mailto:m...@microsoft.com] Sent: Tuesday, September 03, 2013 4:32 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] problem with conditional component I'm trying to install some files conditionally under VS2013 by using the foll

Re: [WiX-users] Problem changing web.config

2013-08-07 Thread Ruud Pekema
And off course after a long day of searching and trying, just when I posted my question I find the solution to this problem: I had: ElementPath="/configuration/connectionStrings/ add[\[]@name='MyConnectionString'[\]]" on two lines. After making it more readable to post it in my question it s

[WiX-users] Problem changing web.config

2013-08-07 Thread Ruud Pekema
Hi, I'm creating a setup for a webapplication. I used the method described here (http://www.paraesthesia.com/archive/2010/07/30/how-to-consume-msdeploy-staged-web-site-output-in-a.aspx ) to get the right files for my webapplication. It all works great. Now I want to make some changes in the Web

Re: [WiX-users] Problem using type 1 custom action

2013-07-25 Thread Astro Flea
Yes, that would explain it then! Thank you, Brad -Original Message- From: David Connet [mailto:d...@agilityrecordbook.com] Sent: Thursday, July 25, 2013 11:12 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem using type 1 custom action Maybe

Re: [WiX-users] Problem using type 1 custom action

2013-07-25 Thread David Connet
... Dave Sometimes backwards compatibility sucks From: Astro Flea To: wix-users@lists.sourceforge.net; astrof...@gmail.com Sent: Thursday, July 25, 2013 1:41 PM Subject: [WiX-users] Problem using type 1 custom action Hello, I'm creating my first install

[WiX-users] Problem using type 1 custom action

2013-07-25 Thread Astro Flea
Hello, I'm creating my first installation package with WiX, and there seems to be a problem. My MSI package tries to check for and facilitate the installation of DirectX 11 with the helper DLL and EXE files available here: http://msdn.microsoft.com/en-us/library/windows/desktop/ee416644%28v=vs.85

[WiX-users] Problem in WIxUI_installDIr

2013-07-17 Thread Chaitanya Sanapala [PC-BLR-DEV]
Hi, I'm facing problem in Wixui_install Dir, When installer ends, the window (with the finish button) is positioned almost out of the screen. it is not critical because i can drag it with the title border, but it is not practical. How to set it as center.. Regards, chaitanya ---

[WiX-users] Problem using WIX3.7 for VS2010 & .Net 3.5

2013-05-07 Thread Sharan Katta
Team, We are using VS2010 and targeting to .Net3.5 framework. We are trying to upgrade from WIX3.5 to WIX3.7. After upgrade when we try to compile all wix projects I am getting the following error "'file:///C:\Program Files\WiX Toolset v3.7\bin\candle.exe' or one of its dependencies. This asse

Re: [WiX-users] Problem Upgrading Burn

2013-04-11 Thread Marco Tognacci
hing.com > Date: Thu, 11 Apr 2013 11:58:36 -0700 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Problem Upgrading Burn > > By default the newer version of the Bundle will remove older versions of > the Bundles that share the same UpgradeCode. Bundles do not suff

Re: [WiX-users] Problem Upgrading Burn

2013-04-11 Thread Rob Mensching
By default the newer version of the Bundle will remove older versions of the Bundles that share the same UpgradeCode. Bundles do not suffer from the same 3 field version issues that MSI packages do. Forcing the e.State for RelatedBundles to absent could have other side-effects (like removing add-on

[WiX-users] Problem Upgrading Burn

2013-04-10 Thread Marco Tognacci
I have associated the Burn Version to the build system as at each build it will have new version changing the last value 1.0.0.0 => 1.0.0.1To make the new installer not to add anoter item to the ARP I have attached the event PlanRelatedBundle and then I have set e.State = RequestState.Absent; t

Re: [WiX-users] Problem with SqlDatabase extension

2013-04-08 Thread Nick Miller
: www.LiveTechnology.com -Original Message- From: Miller, Nick (GE Intelligent Platforms) [mailto:nick.mil...@ge.com] Sent: Monday, April 08, 2013 4:41 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem with SqlDatabase extension FWIW, I figured out my

Re: [WiX-users] Problem with SqlDatabase extension

2013-04-08 Thread Miller, Nick (GE Intelligent Platforms)
being evaluated correctly. Thanks, Nick -Original Message- From: ptr [mailto:ptrajku...@gmail.com] Sent: Monday, April 08, 2013 3:16 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem with SqlDatabase extension Just a wild guess but is it

Re: [WiX-users] Problem with SqlDatabase extension

2013-04-08 Thread ptr
Just a wild guess but is it possible that custom action is not being run as user who is doing an install. On Mon, Apr 8, 2013 at 12:01 PM, Miller, Nick (GE Intelligent Platforms) < nick.mil...@ge.com> wrote: > Hi, > > I have a Wix file where I'm using the element to create a > database. I've om

[WiX-users] Problem with SqlDatabase extension

2013-04-08 Thread Miller, Nick (GE Intelligent Platforms)
Hi, I have a Wix file where I'm using the element to create a database. I've omitted the User attribute, because I want it to use Windows Authentication of the currently logged in user (as per the documentation). "The User attribute references credentials specified in a User element. If a use

Re: [WiX-users] Problem installing 3.7 on XP

2013-02-18 Thread Neil Sleightholm
I have just checked and the 3.6 MSIs are not signed but the 3.7 ones are. Neil -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 18 February 2013 15:49 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem installing 3.7 on

Re: [WiX-users] Problem installing 3.7 on XP

2013-02-18 Thread Rob Mensching
hen installed on systems that don't have .Net 4.5 installed. If the > >>.Net version didn't change, then I have no idea what is going on. > >> --matt > >> > >> -Original Message- > >> From: Rob Mensching [mailto:r...@robmensching.co

Re: [WiX-users] Problem installing 3.7 on XP

2013-02-18 Thread Neil Sleightholm
installed. If the >>.Net version didn't change, then I have no idea what is going on. >> --matt >> >> -Original Message- >> From: Rob Mensching [mailto:r...@robmensching.com] >> Sent: Friday, February 15, 2013 9:30 AM >> To: General discuss

Re: [WiX-users] Problem installing 3.7 on XP

2013-02-16 Thread Hoover, Jacob
t; change, then I have no idea what is going on. > --matt > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: Friday, February 15, 2013 9:30 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-us

Re: [WiX-users] Problem installing 3.7 on XP

2013-02-16 Thread Matt Hoover (VSNC)
rsion didn't change, then I have no idea what is going on. --matt -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Friday, February 15, 2013 9:30 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem installing 3.7

Re: [WiX-users] Problem installing 3.7 on XP

2013-02-15 Thread Rob Mensching
No. The signature verification code didn't change from WiX v3.6 to WiX v3.7. This is installing the WiX toolset itself, right? I think they were signed with the exact same certificate as well. There is no difference that I know of. On Thu, Feb 14, 2013 at 11:52 PM, Neil Sleightholm wrote: > Anyo

Re: [WiX-users] Problem installing 3.7 on XP

2013-02-14 Thread Neil Sleightholm
Anyone got any ideas about this? Neil >Have a Windows XP machine that is running 3.6 ok but when I try to >upgrade to 3.7 it fails, in the logs I see this repeated a few times: > >[1028:3280][2013-02-08T08:34:00]e000: Error 0x800b0110: Failed >authenticode verification of payload: C:\Documents a

Re: [WiX-users] problem on setting passing selected feature from burn to msi

2013-02-14 Thread Rob Mensching
3/‎2013 7:15 PM > To: General discussion for Windows Installer XML toolset. ( > wix-users@lists.sourceforge.net)<mailto:wix-users@lists.sourceforge.net> > Subject: [WiX-users] problem on setting passing selected feature from b

Re: [WiX-users] problem on setting passing selected feature from burn to msi

2013-02-13 Thread Nan Zang
taller XML toolset. (wix-users@lists.sourceforge.net)<mailto:wix-users@lists.sourceforge.net> Subject: [WiX-users] problem on setting passing selected feature from burn to msi My MSI has two dummy feature as listed below. An

[WiX-users] problem on setting passing selected feature from burn to msi

2013-02-13 Thread Nan Zang
My MSI has two dummy feature as listed below. And I am using customize UI to collect user feature selection, then pass it into through Engine by using following code this.Bootstrapper.Engine.StringVariables["AD

Re: [WiX-users] Problem with localizing bundle's prerequisites

2013-02-12 Thread Ogrodowski, Sabine (ehem. Frauenhoffer)
Thank you so much Bob, I was struggling with that such a long time and this was exactly the information I needed!! -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and g

Re: [WiX-users] Problem with localizing bundle's prerequisites

2013-02-11 Thread Bob Arnson
On 07-Feb-13 03:32, Ogrodowski, Sabine (ehem. Frauenhoffer) wrote: > There are individual variables for each language's .wxl: -- sig://boB http://joyofsetup.com/ -- Free Next-Gen Firewall Hardware Offer Buy your S

[WiX-users] Problem installing 3.7 on XP

2013-02-10 Thread Neil Sleightholm
Have a Windows XP machine that is running 3.6 ok but when I try to upgrade to 3.7 it fails, in the logs I see this repeated a few times: [1028:3280][2013-02-08T08:34:00]e000: Error 0x800b0110: Failed authenticode verification of payload: C:\Documents and Settings\All Users\Application Data\Pack

[WiX-users] Problem with localizing bundle's prerequisites

2013-02-07 Thread Ogrodowski, Sabine (ehem. Frauenhoffer)
Hopefully someone can help me on this. I just upgraded from WiX 3.6 to 3.7. In my bundle I use a wxl file to localize the prerequisites installer to German like this: This worked fine on WiX 3.6 and stopped working after upgrading to WiX 3.7. I know that WiX 3.7 comes with a bunch of l

Re: [WiX-users] problem with wix 3.7 and vs 2008

2013-02-06 Thread Georg.Kellerer
Hi, thanks. that solved my problem. Now all works fine. Georg -Ursprüngliche Nachricht- Von: jlau1269 [mailto:jlau1...@gmail.com] Gesendet: Donnerstag, 7. Februar 2013 05:16 An: wix-users@lists.sourceforge.net Betreff: Re: [WiX-users] problem with wix 3.7 and vs 2008 I believe it

Re: [WiX-users] problem with wix 3.7 and vs 2008

2013-02-06 Thread jlau1269
I believe it's a known problem, you need to add this to your project file, true, check this post for additional info WiX 3.7 with vs2008 -- View this message in context: http://windows-in

[WiX-users] problem with wix 3.7 and vs 2008

2013-02-04 Thread Georg.Kellerer
Hello, i am new to wix and encountered a problem when building my wixproject with Visual Studio 2008. When i start the build process vs crashes and i just have the options to debug or restart the application. is that a known problem? i read something like this in the web. My system: Windows xp

  1   2   3   4   5   6   7   8   9   10   >