Re: [WiX-users] WiX 3.0: How to install a Root Certificate

2009-03-09 Thread Brian Young
2, 2009 5:51:12 PM Subject: Re: [WiX-users] WiX 3.0: How to install a Root Certificate Brian Young wrote: > InstallCertificates: Error 0x8000: Unexpected certificate type read from > disk. > InstallCertificates: Error 0x8000: Failed to read certificate from file > path

Re: [WiX-users] Bootstapper in VS 2008

2009-03-04 Thread Brian Young
Hi Graham, We use "Inno Setup" as our bootstrapper. "Inno Setup" is a free, open source software(http://www.innosetup.com/isinfo.php). Here are the reasons: 1. If using Microsoft's bootstrapper, there will be two files generated: one exe file and one MSI. For us, however, we sale our software o

Re: [WiX-users] WiX 3.0: How to copy a directory(folder) recursively

2009-03-04 Thread Brian Young
Thanks Bob for your reply. I appreciate it. It's sad to learn MS doesn't support it. I'll see if I could use a CustomAction and a DLL to do the work. Thanks again. /Brian __ Yahoo! Canada Toolbar: Search from anywhere on th

[WiX-users] WiX 3.0: How to copy a directory(folder) recursively

2009-03-03 Thread Brian Young
We're using WiX version 3.0.4805.0. We need to copy a directory recursively. Say, there are some user data files saved in the User's 'AppDataFolder', for example, something like "C:\Documents and Settings\user_login\Application Data\CompanyName\ProductNameA". Now we need to change our proudct

Re: [WiX-users] WiX 3.0: How to install a Root Certificate

2009-03-02 Thread Brian Young
Thanks Bob. I appreciate your response. Yes, I took your advice to add this "xmlns:iis='http://schemas.microsoft.com/wix/IIsExtension'" in the namespace, I also added WixIIsExtension. Then the "error CNDL0104" problem is gone. I can at least compile it. But after compile/link, I got a new erro