[WiX-users] MSITran and MSIExec

2006-09-05 Thread Petrut Andrei
  Hi. Please help me with this:
 I compile Setup.msi in 2 languages:

light.exe -out SetupEn.msi ( doesn't care ) -loc
wixui_en-us.wxl

AND

light.exe -out SetupRo.msi ( doesn't care ) -loc
wixui_ro-ro.wxl - this is for romanian language


 Then I use:

  msitran.exe -g SetupEn.msi SetupRo.msi Trans.mst

I get the message Done. All things right till now.

Then I try to use the transform file to mix those 2
files into one only.

  Then I have:
 
  msiexec.exe /i Setup.msi TRANSFORMS=Trans.mst


and I get the error:
  This installation package could not be opened.
Verify that the package exists and that you can access
it, or contact the application vendor...


Do you know what I did wrong?


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSITran and MSIExec

2006-09-05 Thread Stefan Pavlik
Hi Andrei,...

you wrote that you have created two MSI files:
SetupEN.msi and SetupRO.msi.
Then you've created the Romanian transformantion.
So you should run the Romanian setup with:

msiexec.exe /i SetupEN.msi TRANSFORMS=Trans.mst
and not
msiexec.exe /i Setup.msi TRANSFORMS=Trans.mst

You should go on holiday :-)

regards

Stefan

Petrut Andrei wrote:
   Hi. Please help me with this:
  I compile Setup.msi in 2 languages:
 
 light.exe -out SetupEn.msi ( doesn't care ) -loc
 wixui_en-us.wxl
 
 AND
 
 light.exe -out SetupRo.msi ( doesn't care ) -loc
 wixui_ro-ro.wxl - this is for romanian language
 
 
  Then I use:
 
   msitran.exe -g SetupEn.msi SetupRo.msi Trans.mst
 
 I get the message Done. All things right till now.
 
 Then I try to use the transform file to mix those 2
 files into one only.
 
   Then I have:
  
   msiexec.exe /i Setup.msi TRANSFORMS=Trans.mst
 
 
 and I get the error:
   This installation package could not be opened.
 Verify that the package exists and that you can access
 it, or contact the application vendor...
 
 
 Do you know what I did wrong?
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 __ NOD32 1.1739 (20060904) Information __
 
 This message was checked by NOD32 antivirus system.
 http://www.eset.com
 
 
 

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies | www.whitestein.com
Panenska 28 | SK-81103 Bratislava | Slovak Republic
Tel +421(2)5930-0735 | Fax +421(2)5443-5512

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Combobox with SQL scripts

2006-09-05 Thread Dana Gutride
Petrut:You should probably put the three sql scripts in three different components and then add a condition to each component based on the property set by the combobox.Dana
On 9/3/06, Petrut Andrei [EMAIL PROTECTED] wrote:
Hi. I have a combobox where the user has to choose alanguage. After he chooses, when I install all thefiles, I have to execute also a .sql script accordingto his choice. Can you show me how to do that?
To be more explicit: I have 3 .sql scripts in 3languages. After the user chooses one from thecombobox, I have to execute the correct script.Thanks in advance.__
Do You Yahoo!?Tired of spam?Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com-
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing listWiX-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wix-users

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Elevating custom action on Vista

2006-09-05 Thread Dana Gutride
Is it possible to elevate a custom action that is called during the UI sequence in Vista? During my install, I'm doing prerequisite checks during the UI sequence, a couple of them require administrative privileges to complete. I'm seeing some mixed information online about this. This link (
http://msdn.microsoft.com/library/default.asp?url="">) says that you can elevate custom actions in the InstallUISequence as long as they are scheduled deferred. That doesn't really make sense to me as I thought you could only defer CA's in the InstallExecuteSequence. Any thoughts?
Thanks,Dana
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] TLBRegister

2006-09-05 Thread Standa Kunc
Hello,

I am working on msi based installer of some application and these
lines are in log of old (non msi) setup:

...
ACTION: SystemFile: C:\WINDOWS\SYSTEM32\STDOLE2.TLB
(File currently on disk was already up to date)
...
ACTION: TLBRegister: C:\WINDOWS\SYSTEM32\STDOLE2.TLB

Could someone explain me what is tlbregister action for and how should
I do it with Wix?

If there is any documentation for this topic, please, provide some links.

Thank you
S. Kunc

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] TLBRegister

2006-09-05 Thread Rob Mensching
You just need a TypeLib element.  I think the new heat.exe can even pull the
TypeLib stuff from a .tlb directly... maybe.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Standa Kunc
Sent: Tuesday, September 05, 2006 13:51
To: WiX-users
Subject: [WiX-users] TLBRegister

Hello,

I am working on msi based installer of some application and these lines are
in log of old (non msi) setup:

...
ACTION: SystemFile: C:\WINDOWS\SYSTEM32\STDOLE2.TLB
(File currently on disk was already up to date) ...
ACTION: TLBRegister: C:\WINDOWS\SYSTEM32\STDOLE2.TLB

Could someone explain me what is tlbregister action for and how should I do
it with Wix?

If there is any documentation for this topic, please, provide some links.

Thank you
S. Kunc

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] TLBRegister

2006-09-05 Thread Wilson, Phil
Stdole2.tlb has been part of the OS for a while (since at least Windows
2000), and it's in the list of protected files since then so you
wouldn't be able to replace it anyway. I'd be surprised if you really
need to install it. 

Phil Wilson 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Standa
Kunc
Sent: Tuesday, September 05, 2006 1:51 PM
To: WiX-users
Subject: [WiX-users] TLBRegister

Hello,

I am working on msi based installer of some application and these lines
are in log of old (non msi) setup:

...
ACTION: SystemFile: C:\WINDOWS\SYSTEM32\STDOLE2.TLB
(File currently on disk was already up to date) ...
ACTION: TLBRegister: C:\WINDOWS\SYSTEM32\STDOLE2.TLB

Could someone explain me what is tlbregister action for and how should I
do it with Wix?

If there is any documentation for this topic, please, provide some
links.

Thank you
S. Kunc


-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users