Re: [WiX-users] Burn: upgrades

2012-12-09 Thread Neil Sleightholm
I wasn't expect psychic debugging as I have posted quite a lot of logs.
What I am trying to find out is why burn thinks the upgrade hasn't
happened when windows installer thinks it has. As far as I can tell I can
run the msi in upgrade mode many times and it works as an upgrade but burn
is for some reason not seeing the same. Happy to post more logs if that
will help.

Neil


>On 03-Dec-12 03:20, Neil Sleightholm wrote:
>> What would cause that? If I run the install manually it appears to
>> upgrade, even running it through burn I only see one product code in the
>> registry.
>Sorry, psychic debugging is on the fritz. I'm just guessing based on the
>behavior. Try diffing a manual major upgrade log with the package log
>from Burn. They should be similar.
>
>-- 
>sig://boB
>http://joyofsetup.com/
>
>
>--
>
>LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
>Remotely access PCs and mobile devices and provide instant support
>Improve your efficiency, and focus on delivering more value-add services
>Discover what IT Professionals Know. Rescue delivers
>http://p.sf.net/sfu/logmein_12329d2d
>___
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] msiexec.exe returns error when Failure element has restartService action

2012-12-09 Thread Bob Arnson
On 05-Dec-12 15:44, Marty Offe wrote:
> I am unsuccessfully trying to get my installer to configure the recovery 
> options for my Windows service.  I am using the WIX 
> ServiceConfigFailureActions element and the Failure element(s).  The only 
> Failure action that works for myself is runCommand.  If I use restartService 
> or restartComputer; then msiexec.exe errors with error 5 and error 1939.
Please post the rows generated in the MsiServiceConfig and 
MsiServiceConfigFailureActions tables.

-- 
sig://boB
http://joyofsetup.com/


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX - framework localization

2012-12-09 Thread Bob Arnson
On 06-Dec-12 03:33, MichaƂ Domeredzki wrote:
> Is it possible to check if user just have framework 4.0 ? not if he have for 
> exampale framework 4.0 polish ?
See the WixNetfxExtension topic in WiX.chm for a list of all the 
available language pack properties.

-- 
sig://boB
http://joyofsetup.com/


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Falling back to default language if locale is not present

2012-12-09 Thread Bob Arnson
On 06-Dec-12 11:17, Shaun Greenfield wrote:
> Hoping someone has an idea if this is even possible.  We used to have an 
> English only installer but changed recently to a multi-language version.  
> Based on the recommended way we created a transform for Japanese and then 
> referenced those string references.
How? MSI doesn't support multi-language .msi packages.

-- 
sig://boB
http://joyofsetup.com/


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn: upgrades

2012-12-09 Thread Bob Arnson
On 03-Dec-12 03:20, Neil Sleightholm wrote:
> What would cause that? If I run the install manually it appears to
> upgrade, even running it through burn I only see one product code in the
> registry.
Sorry, psychic debugging is on the fritz. I'm just guessing based on the 
behavior. Try diffing a manual major upgrade log with the package log 
from Burn. They should be similar.

-- 
sig://boB
http://joyofsetup.com/


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] "Failed to open the database" error. - SOLVED

2012-12-09 Thread mcalex
Hi all, I'm new to wix and am was getting this message when
I try to build the wsx file of a wix project in Visual Studio 2012.

The full text of the message (generated by Light) is: "Error9   Failed 
to
open the database. During validation, this most commonly happens when
attempting to open a database using an unsupported code page or a file that
is not a valid Windows Installer database. Please use a different code page
in Module/@Codepage, Package/@SummaryCodepage, Product/@Codepage, or
WixLocalization/@Codepage; or make sure you provide the path to a valid
Windows Installer database."

I am not referring to Codepage (or SummaryCodepage) in any of those tags, or
in fact anywhere in the wxs.  Putting Codepage="1252" didn't change
anything.  Finally, I tried adding 

encoding="utf-16"

to the xml tag which previously only had a version='1.0' attribute.  This
fixed the problem.

Now that it is solved, I don't need any help, but - working on the theory
that I can't be the only person it's happened to - I thought it might be
useful to have the solution here.

hth
mcalex



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Failed-to-open-the-database-error-SOLVED-tp7582297.html
Sent from the wix-users mailing list archive at Nabble.com.

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Bootstrapper Version

2012-12-09 Thread Kannan24
Hi Rob,

Thanks for your update.

I have checked with the log file, but there is no version information.
Please find the Bundle properties below.

Temp file:


http://schemas.microsoft.com/wix/2010/BootstrapperApplicationData";>
  
  

also i have manually update the version information, like


http://schemas.microsoft.com/wix/2010/BootstrapperApplicationData";>
  
  

even it not start the msi installation.
 
This is my bootstrapper application properties.


http://schemas.microsoft.com/wix/2006/wi";>
  *Version="1.0.0.0"*/ Manufacturer="Studio
Inc" UpgradeCode="9f1d890f-b33d-4d9c-8ddc-cda93f793d78"
SplashScreenSourceFile="Images\splash.bmp">


Here the Version changed with as we needed but not worked.

Can you please advise to me.

Thanks,
Kannan





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

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper Application: dynamically change variable/MSI property

2012-12-09 Thread up2date.cyb...@gmail.com
it's ok, I found myself :)

m_pEngine->SetVariableString(L"ID", L"this_is_my_id");

then in the bundle.wxs:

http://www.mypackage.com/mypackage.msi";
 Permanent="no"
SourceFile="$(var.SolutionDir)bin\x86\$(var.Configuration)\mypackage.msi"
 Visible="no"
 Vital="yes">
   


On 09/12/2012 20:24, up2date.cyb...@gmail.com wrote:
> I created my own bootstrapper application, because I need to have a 
> custom UI.
> I'd like to add dynamically some properties to my main MSI (from my 
> custom wixstdba.dll).
> Is that possible?, even using a ?
>
> Thanks


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper Application: dynamically change variable/MSI property

2012-12-09 Thread up2date.cyb...@gmail.com
it's ok, I found myself :)

m_pEngine->SetVariableString(L"ID", L"this_is_my_id");

then in the bundle.wxs

   http://www.xxx.com/mypackage.msi";
   Permanent="no"
SourceFile="$(var.SolutionDir)bin\x86\$(var.Configuration)\mypackage.msi"
   Visible="no"
   Vital="yes">
 
   

On 09/12/2012 20:24, up2date.cyb...@gmail.com wrote:
> I created my own bootstrapper application, because I need to have a 
> custom UI.
> I'd like to add dynamically some properties to my main MSI (from my 
> custom wixstdba.dll).
> Is that possible?, even using a ?
>
> Thanks


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Bootstrapper Application: dynamically change variable/MSI property

2012-12-09 Thread up2date.cyb...@gmail.com
I created my own bootstrapper application, because I need to have a 
custom UI.
I'd like to add dynamically some properties to my main MSI (from my 
custom wixstdba.dll).
Is that possible?, even using a ?

Thanks

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users