[WiX-users] DiskCost dialog is not being udated

2008-01-07 Thread Davut Karabay
I have a PathEdit control where user could enter installation location. I realized that hitting Disk Space button, which brings up DiskCost dialog does not show the cost updated based on user input. DiskCost dialog uses VolumeCostList control to show the cost. After playing around I realized

Re: [WiX-users] MSI returns 1606 Could not access location

2007-11-02 Thread Davut Karabay
the volume they reside on is no longer accessible. This is expected behavior from WI, and is By Design. Nothing wix can do to change it. Either restore the volume or get MsiZap. From: Davut Karabay [EMAIL PROTECTED]: Friday, November 02, 2007 12:47 AMTo: Blair Murri; Rob MenschingCc: [EMAIL

Re: [WiX-users] MSI returns 1606 Could not access location

2007-11-02 Thread Davut Karabay
is causing the source prompt. Davut Karabay wrote: Hi, I run my insaller (e.g. msiexec /i XYZ.msi). Select a network path to install (e.g. \\somecomputer\someshare\installdir). Product is installed with success. Now delete the network path. Run the installer again. It returns 1606 saying

[WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv)

2007-11-01 Thread Davut Karabay
Hi, When I run the new version of installer, it invokes the installed old version. I don't want that happen. I want the new version installed anyway. How can I break the link between the new and the old? I changed Product ID GUID but it didn't help. Using Launch Conditions do not help because

Re: [WiX-users] MSI returns 1606 Could not access location

2007-11-01 Thread Davut Karabay
during uninstall. Usually, it's some coding error that causes this problem. Look in the verbose log file and see what is causing the source prompt. Davut Karabay wrote: Hi, I run my insaller (e.g. msiexec /i XYZ.msi). Select a network path to install (e.g. \\somecomputer\someshare

Re: [WiX-users] How to prevent cached msi being invoked (not askingmsiexec /fv)

2007-11-01 Thread Davut Karabay
I generated a real GUID (package id) :). But that didn't work. It still invokes the cache. Do you think it shouldn't? Re: [WiX-users] How to prevent cached msi being invoked (not askingmsiexec /fv)From: Hugues Valois [EMAIL PROTECTED] - 2007-11-01 21:03Attachments: Message as HTML

Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv)

2007-11-01 Thread Davut Karabay
) Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv) From: Richard [EMAIL PROTECTED] - 2007-11-01 19:47 In article [EMAIL PROTECTED],Davut Karabay [EMAIL PROTECTED] writes: When I run the new version of installer, it invokes the installed old versi= on. I don't

Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv)

2007-11-01 Thread Davut Karabay
] How to prevent cached msi being invoked (not asking msiexec /fv) Can you share the before and after values for: Product/@Id Product/@UpgradeCode Package/@Id What version of the WiX toolset are you using? Davut Karabay wrote: Hi,When I run the new version of installer, it invokes

[WiX-users] MSI returns 1606 Could not access location

2007-10-30 Thread Davut Karabay
Hi, I run my insaller (e.g. msiexec /i XYZ.msi). Select a network path to install (e.g. \\somecomputer\someshare\installdir). Product is installed with success. Now delete the network path. Run the installer again. It returns 1606 saying that could not access the network location. Installer

[WiX-users] How to prevent administrative (network) installation

2007-10-29 Thread Davut Karabay
Hi, How can I prevent a network installation (msiexec.exe /a XYZ.msi)? I pasted below the WIX content. Should I add a single dialog to AdminUISequence, to say that it is not supported, and give the option to finish? Is there a better way? (PS: I am not a WIX expert... Never understood why

[WiX-users] How to install msxm3 merge module

2007-08-27 Thread Davut Karabay
Hello, I need to install MSXML3 merge module. I have added following lines to my WIX, but the installer terminates prematurely (nothing useful in the MSI logs!!). Does anyone know how to do it? ... Directory Id=TARGETDIR Name=SourceDir ... Merge Id=msxml3 Language=1033

Re: [WiX-users] How to install msxm3 merge module

2007-08-27 Thread Davut Karabay
Hi Raj, I am merging MSXML3 SP7. Did you have to install all three modules (msxml3_wim32.msm, msxml3inf_wim32.msm and wdstddll_wim32.msm)? I was only trying msxml3_wim32.msm.Thanks,Davut Subject: RE: [WiX-users] How to install msxm3 merge moduleDate: Mon, 27 Aug 2007 14:54:38 -0700From:

[WiX-users] How does WIX pop-up Vista Consent Dialog

2007-06-18 Thread Davut Karabay
Hi, I want my WIX generated MSI to pop-up Vista Consent Dialog. How can I do it? Interestingly the dialog pops up for un-install, but NOT for install. My WIX was originally written for XP and 2003. Thanks, Davut _ Make every IM

[WiX-users] How to launch MSI from MSI

2007-04-11 Thread Davut Karabay
I have a WIX based MSI. My product depends on a separate component, which installs with its own MSI. Is there a way that I can launch the other MSI from mine? Thanks, Davut _ Mortgage refinance is Hot. *Terms. Get a 5.375%* fix

[WiX-users] Single WIX to install multiple versions

2007-04-03 Thread Davut Karabay
Hello, I have a WIX based installer which currently installs the product on down level XP and Win2K3. In the next version I want to support Vista, where product binaries will change cosiderably. How can I achieve installing on downlevel and Vista with a single WIX? Regards, Davut