Re: [WiX-users] Give NetFx40Redist a local download path?

2013-06-23 Thread Kevin Wu
Yes putting the .NET installer in the "redist" sub-folder works! This is also confirmed by looking at the WiXNetFxExtension source code. Thanks! -Original Message- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: Friday, June 21, 2013 4:15 AM To: General discussion for Windows

Re: [WiX-users] Give NetFx40Redist a local download path?

2013-06-20 Thread Kevin Wu
Hi Marco, I'm kind of new to WiX. Where is the "net fx extension" that you mentioned? Is it just a XML? I'd like have a look at how they do the detection so I can clone the piece in my local package approach. Thanks! -Original Message- From: Marco Tognacci [mailto:mark...@live.it] Sen

[WiX-users] Give NetFx40Redist a local download path?

2013-06-20 Thread Kevin Wu
Hi, I'm facing a .NET installation issue. My installer bootstraps .NET 4 installer by using this: It works great. But I just found it doesn't work for a disconnected computer. The error log shows that my installer is trying access the Microsoft site to download the .NET standalone ins

Re: [WiX-users] How to digitally sign a bootstrapped installer with 3rd party installers bundled?

2013-05-23 Thread Kevin Wu
) insignia -ab engine.exe Setup.exe -o Setup.exe signtool Setup.exe -Original Message- From: Kevin Wu [mailto:y...@slb.com] Sent: Thursday, May 23, 2013 10:54 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to digitally sign a bootstrapped installer with

Re: [WiX-users] How to digitally sign a bootstrapped installer with 3rd party installers bundled?

2013-05-23 Thread Kevin Wu
following inside of my *.WixProj. $(FrameworkSdkPath)bin\signtool.exe http://timestamp.digicert.com /a "@(SignBundleEngine)"" /> http://timestamp.digicert.com /a "@(SignBundle)"" /> -

[WiX-users] How to digitally sign a bootstrapped installer with 3rd party installers bundled?

2013-05-23 Thread Kevin Wu
Hi, I'm not well-versed with WiX yet. I'm maintaining a small WiX project with some 3rd party installers bootstrapped with our own .msi file. Now we are asked to digitally sign the setup.exe. We use the Microsoft tool SignTool.exe to do it. It appeared the signing was successful. But the setup.