Re: [WiX-users] Same Component GUID, different key path

2010-09-20 Thread Sohail Somani
(assuming the COM ID didn't change). Your choice will depend on which restrictions cannot be removed. -Original Message- From: Sohail Somani [mailto:soh...@taggedtype.net] Sent: 17 September 2010 19:09 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Same Component GUID

[WiX-users] Same Component GUID, different key path

2010-09-17 Thread Sohail Somani
What are the implications of two files having the same component GUID but different key paths in different installers? Some background: * Release N-1 has a COM component with component guid G and the key path COMDll${N-1}.dll with related registry keys as part of the component * Release N

Re: [WiX-users] How to change to a directory and run customaction inside that directory?

2010-09-10 Thread Sohail Somani
: CustomAction ... ExeCommand=[INSTALLDIR]\batchfile.bat ... The batch file can use %~dp0 to change to the installdirectory first. -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http://bitbucket.org/cheez

Re: [WiX-users] How to change to a directory and run customaction inside that directory?

2010-09-10 Thread Sohail Somani
On 10-09-10 7:41 PM, little.forest wrote: I don't know how to use batch file in customaction. The same way you'd use any other command. I gave you an example! -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http://bitbucket.org/cheez

Re: [WiX-users] Not adding a harvested assembly

2010-09-08 Thread Sohail Somani
is not read only (it was locked by source control the first time I added the new assembly reference). Heat needs to be able to load the assembly properly. Are there dependencies missing? Adding the dependencies to the PATH variable worked for me. -- Sohail Somani -- iBlog : http

Re: [WiX-users] Custom action with new Environment

2010-09-08 Thread Sohail Somani
On 10-09-08 12:06 AM, Sohail Somani wrote: Hi, My installer launches the app upon installer completion (well, the last wizard page.) By this point, a required environment variable (PATH) does not seem to have been set as the new process gets the old version. This makes sense as the msiexec

[WiX-users] Custom action with new Environment

2010-09-07 Thread Sohail Somani
. Is there a way to ensure that the custom action is launched with the new environment? Thanks! -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http://bitbucket.org/cheez

[WiX-users] Windows Installer integrity

2010-09-05 Thread Sohail Somani
to be some kind of issue upon uninstalling the later version. Suggestions on how to debug would be helpful! -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http://bitbucket.org/cheez

Re: [WiX-users] Windows Installer integrity

2010-09-05 Thread Sohail Somani
On 10-09-05 8:05 PM, Sohail Somani wrote: Hi there, Is there a way to see why Windows might start MSI repair automatically? Perhaps run some kind of integrity check on installed packages? I've got an issue with some shared files between application versions. While I've ensured

Re: [WiX-users] Windows Installer integrity

2010-09-05 Thread Sohail Somani
On 10-09-05 8:05 PM, Sohail Somani wrote: Hi there, Is there a way to see why Windows might start MSI repair automatically? Perhaps run some kind of integrity check on installed packages? I've got an issue with some shared files between application versions. While I've ensured

[WiX-users] Debugging installers

2010-09-04 Thread Sohail Somani
though. -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http://bitbucket.org/cheez -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming

Re: [WiX-users] heat.exe does not export COM information for a .NET component dll

2010-08-31 Thread Sohail Somani
could not load the DLL due to missing dependencies. If your component depends on something in another directory, you should add it to the path. Not sure if that is the correct solution, but it was the one I found anyway. -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http

Re: [WiX-users] Heat question

2010-08-30 Thread Sohail Somani
/ How can this be done automatically using heat. Generally, it is recommended to use the heat output as a starting point but you can use a scripting language for this too. -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http

[WiX-users] Exceeding version limits

2010-08-27 Thread Sohail Somani
problems. Is there a simpler way to exceed the limits without using VB script? Should I write to the registry manually? Thanks. -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http://bitbucket.org/cheez

Re: [WiX-users] Exceeding version limits

2010-08-27 Thread Sohail Somani
like 1.0.0 into the Version attribute. If you try to work around the version numbering scheme, you might run into difficulties with Upgrades which require versions to be comparable. -Original Message- From: Sohail Somani [mailto:soh...@taggedtype.net] Sent: 27 August 2010 15:52

Re: [WiX-users] Shared files/registry question

2010-08-24 Thread Sohail Somani
Thanks, this clarifies perfectly. On 10-08-24 5:48 AM, Peter Shirtcliffe wrote: http://robmensching.com/blog/posts/2008/10/10/What-are-.wixlibs-and-why- would-you-use-them -Original Message- From: Sohail Somani [mailto:soh...@taggedtype.net] Sent: 23 August 2010 16:23 To: wix-users

Re: [WiX-users] Shared files/registry question

2010-08-23 Thread Sohail Somani
Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Sohail Somani [mailto:soh...@taggedtype.net] Sent: 21 August 2010 06:11 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Shared files/registry question Awesome, thanks. I'm probably going to stick

Re: [WiX-users] Shared files/registry question

2010-08-20 Thread Sohail Somani
: Friday, August 20, 2010 1:12 PM To: 'General discussion for Windows Installer XML toolset.' Subject: RE: [WiX-users] Shared files/registry question wixlib -Original Message- From: Sohail Somani [mailto:soh...@taggedtype.net] Sent: Thursday, August 19, 2010 1:14 PM To: wix-users

Re: [WiX-users] UpgradeGUID question

2010-08-20 Thread Sohail Somani
Oh, I'm trying to keep it simple here :) On 10-08-20 4:14 PM, Blair wrote: Or, alter your upgrade table to something that allows whatever your SxS story is. -Original Message- From: Sohail Somani [mailto:soh...@taggedtype.net] Sent: Thursday, August 19, 2010 12:38 PM To: wix-users

Re: [WiX-users] UpgradeGUID question

2010-08-19 Thread Sohail Somani
? -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http://bitbucket.org/cheez -- This SF.net email is sponsored by Make an app they can't live without Enter

[WiX-users] Shared files/registry question

2010-08-19 Thread Sohail Somani
. Whether the above is right or wrong, could someone please enlighten me as to the least headache-inducing way to do this properly with WiX? Thanks in advance. -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http://bitbucket.org/cheez

Re: [WiX-users] bitmap error 2858

2010-08-18 Thread Sohail Somani
behavior? What could be causing this problem? Alpha channel? -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http://bitbucket.org/cheez -- This SF.net email

Re: [WiX-users] Silly but simple question about upgrades

2010-08-12 Thread Sohail Somani
downgrade protection. Ah, thanks for the helpful tip. Simplifies a few things! -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http://bitbucket.org/cheez

[WiX-users] MSI install log

2010-08-12 Thread Sohail Somani
This is probably a MSI question more than a WiX question but here goes: is it possible with WiX to always generate an install log without requesting it on the command-line? Thanks! -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http

Re: [WiX-users] MSI install log

2010-08-12 Thread Sohail Somani
Thanks. So I guess there is no command in Windows Installer to generate a log file? On 10-08-12 11:15 AM, Michael Clark wrote: See http://support.microsoft.com/kb/223300 -Original Message- From: Sohail Somani [mailto:soh...@taggedtype.net] Sent: Thursday, August 12, 2010 9:55 AM

Re: [WiX-users] MSI install log

2010-08-12 Thread Sohail Somani
Thanks! On 10-08-12 5:37 PM, Blair wrote: If you are using MSI 4.0 or later, you can add the MsiLogging property to the Property table. http://msdn.microsoft.com/library/aa370322.aspx -Original Message- From: Sohail Somani [mailto:soh...@taggedtype.net] Sent: Thursday, August 12

[WiX-users] Silly but simple question about upgrades

2010-08-11 Thread Sohail Somani
RemoveExistingProducts After=InstallInitialize/ /InstallExecuteSequence Does this sound like a silly, dangerous thing to do or am I a genius? Thanks in advance. -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http://bitbucket.org

[WiX-users] Bootstrap installer

2010-08-10 Thread Sohail Somani
for it anywhere! -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http://bitbucket.org/cheez -- This SF.net email is sponsored by Make an app they can't live without

Re: [WiX-users] Bootstrap installer

2010-08-10 Thread Sohail Somani
-of-plans-for-WiX-v3.5 Gotcha, thanks. Turns out I do not need to install prerequisites so I'm very happy! :) -- Sohail Somani -- iBlog : http://uint32t.blogspot.com iTweet: http://twitter.com/somanisoftware iCode : http://bitbucket.org/cheez