[WiX-users] How to GAC .Net assemblies the correct way?

2008-10-08 Thread Wong Shao Voon
Hey guys, I could use a custom action to gacutil the .Net dlls into the GAC. But I searched that WiX and MSI has the correct way of GAC'ing the dlls, instead of using gacutil.exe . After I googled, I still couldn't find a single example on how to do it. Could someone kind enough to enlighten me

Re: [WiX-users] Custom action dll function is not executed

2008-10-07 Thread Wong Shao Voon
Hello, anyone can answer my question? I found that this question has zero views in the forum. Thank you. Best regards, Shao Voon - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build

Re: [WiX-users] Problem on Heat.exe

2008-10-07 Thread Wong Shao Voon
sching <[EMAIL PROTECTED]> Subject: Re: [WiX-users] Problem on Heat.exe To: "General discussion for Windows Installer XML toolset." Date: Wednesday, October 8, 2008, 11:55 AM Okay. Should be a pretty simple script to replace "HKCR" with "HKLM\Software\Classes\CLSID&q

Re: [WiX-users] Problem on Heat.exe

2008-10-07 Thread Wong Shao Voon
: Wednesday, October 8, 2008, 11:44 AM What's the difference? -Original Message- From: Wong Shao Voon [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 19:56 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem on Heat.exe Hi guys, The registry entries generated by

[WiX-users] Problem on Heat.exe

2008-10-07 Thread Wong Shao Voon
Hi guys, The registry entries generated by heat.exe writes to HKCR\CLSID, while RegAsm actually writes them to HKLM\SOFTWARE\Classes\CLSID and so on. Any plans to fix this? Or any workarounds other than manually replacing them ourselves? Thank you very much! Best regards, Shao Voon -

Re: [WiX-users] How to add a localization file to a WiX (VS2005) project?

2008-10-06 Thread Wong Shao Voon
Hi guys, I am using WiX 2.0. Any ideas? Thanks! Best regards, Shao Voon --- On Mon, 10/6/08, Wong Shao Voon <[EMAIL PROTECTED]> wrote: From: Wong Shao Voon <[EMAIL PROTECTED]> Subject: [WiX-users] How to add a localization file to a WiX (VS2005) project? To: wix-users@lists.sou

[WiX-users] How to add a localization file to a WiX (VS2005) project?

2008-10-05 Thread Wong Shao Voon
Hi, I have tried to add in various ways but no success. What is the correct way of adding a wxl file to a WiX (VS2005) project? Thank you very much! Best regards, Shao Voon - This SF.Net email is sponsored by the

[WiX-users] Problem using WiX tasks(MSBuild task)

2008-10-05 Thread Wong Shao Voon
Hi guys, I got the error as below, 2>Project "d:\xx\xx\Installer\MakeInstaller.proj" (default targets): 2>Target BuildInstaller: 2>  d:\xx\xx\Installer\MakeInstaller.proj(43,9): error MSB4067: The element beneath element is unrecognized. 2>Done building target "BuildInstaller" in project "Make

[WiX-users] Custom action dll function is not executed

2008-10-05 Thread Wong Shao Voon
on is 1.4 or more.",L"Graphics driver is up to date",MB_OK);             return ERROR_SUCCESS;         }     }     MessageBox(NULL,L"Your OpenGL version is less than 1.4.\nPlease update your graphics driver and try again.",L"Graphics driver not up to date",MB_OK

[WiX-users] MSI doesn't remove the install folder when uninstalling

2008-09-03 Thread Wong Shao Voon
remove anything for stuff which we did not add, in the first place, during installation. But I am just following instructions from my boss which I have informed him about this fact. Thank you! Best regards, Wong Shao Voon