I'm happily employed now, but keep getting pings from recruiters about setup
jobs being offered - what's a good email list for posting positions offered?
--
AppSumo Presents a FREE Video for the SourceForge Community by Eri
There is a provision in Windows Installer for supporting/generating a
multiple disk installation, so that a large install could be shipped
on floppy disks.
A bit of digging into the WiX / MSI archives will provide the info
that you need - be glad you're shipping in 10MB chunks and not 1.44MB
chunk
Write the property to the registry
hklm\software\[company]\[productname]\[version]\DatabaseName=Value
Read the property during uninstall. If property isn't found, don't
execute the uninstll script.
Wendell
On Thu, Mar 18, 2010 at 2:46 PM, David J. D'Amico wrote:
> I'm running a database script
http://geekswithblogs.net/ajshurts/archive/2005/11/13/60019.aspx
http://msdn.microsoft.com/en-us/library/aa371207(VS.85).aspx
My understanding is Current User only.
Wendell
On Wed, Feb 17, 2010 at 4:52 PM, Harvey, John Ctr USAF Warfighter's
Edge wrote:
> On uninstall, can you remove registry ke
...
The custom actions may require a bit of adjustment to work properly -
I didn't unit test this code.
As to payment ...
I want a bottle of Stubbs BBQ sauce, a fresh copy of the Ugly
Americans CD with Boom Boom Baby, Celis White, Shiner Bock or some
HEB swag .
Correction, "Have you ever tried to step through a VB script CA in a debugger?"
Wendell
On Mon, Jan 25, 2010 at 11:05 AM, Wendell Joost wrote:
> Have you ever tried to step through a VB CA in a debugger
Have you ever tried to step through a VB CA in a debugger?
Wendell
On Mon, Jan 25, 2010 at 10:59 AM, Matt Walker wrote:
> Why are Custom Actions in VBScript a warning sign?
>
> -Original Message-
> From: MikeR [mailto:michael.ru...@gmail.com]
> Sent: Monday, January 25, 2010 1:44 PM
> To
I hit this problem a few years ago and decided that the added
complexity of trying to reuse dialogs wasn't worth the effort -
development, debugging and maintenance would have been a nightmare.
It was easier to copy/paste the dialog code and the person who took
over the project after me was easily
Yes, it's not terribly well documented, however it is possible.
Bear in mind that, after doing so, it's not possible to
programmatically refresh the ARP dialog - you'll need to hit F5 or
reload ARP to see the changes.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wi
ew the MSI documentation on MSDN, it will explain it in more detail.
Working around this issue will be difficult.
Wendell Joost
On Thu, Nov 19, 2009 at 10:58 PM, wrote:
>
>
> Hi All,
> When we installs our product, though we choose other drive like d: or e:
> still it checks the s
I don't have time to write you a sample, but I can point you at some
reference material for getting started.
Start with the sample WiX code in the WiX CHM file.
.Net 3.5 detection - start here:
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg14255.html
regsvr32 is evil, you reall
> How can I force a 32bit installer to install registry keys to both the
> standard and Wow6432Nodes?
>
> Thanks.
>
> - Phil
>
> -Original Message-
> From: Wendell Joost [mailto:wende...@gmail.com]
> Sent: Thursday, November 12, 2009 12:19 PM
> To: General
Are you running on x86 or x64? 32 bit installer will be remapped on
x64 OS, If x64, registry entries redirect to Wow6432Node, e.g.
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Communicator
instead of:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Communicator
Wendell
On Thu, Nov 12, 2009 at 9:33
http://msdn.microsoft.com/en-us/library/aa370322(VS.85).aspx
Wendell
On Mon, Oct 12, 2009 at 9:08 AM, Dominique Louis
wrote:
> Hi Blair,
> How does one set the MsiLogging property in WiX? Is this via a custom
> action or PropertyRef of some kind?
>
> Dominique,
>
> -Original Message-
Was this not helpful?
http://msdn.microsoft.com/en-us/library/aa372102(VS.85).aspx
Wendell
--
"Some people come visit Europe and are really let down when they find
out it's not like a credit-card commercial; others really get into
meeting all the quirky people and careening along narrow mountai
+1 to what Blair said (far more articulately than I.)
Wendell
On Thu, Sep 17, 2009 at 10:57 AM, Blair wrote:
> If you only will ever have one service you could try conditioning the
> StartServices action (based on the property you set in the UI) but you will
> need to ensure that it does the rig
Please bear with me - it's been a while since I've dealt with this
issue and the solution may be hopelessly old school.
The tribal elders will likely have a better solution for this, but
this should get you past the block.
Create one Component with Start="install" and one without the Start
propert
What I've done is to put the binary in the .resources for the .exe and
then extract it and write it out to TEMP and run it from there. If
you're doing this as a per-machine install, extract to ProgramFiles.
Wendell
On Mon, Jun 1, 2009 at 1:52 PM, David Bartmess
wrote:
> I need a starting point
Have you opened the Crystal Reports merge module in Orca and run a
Tools | Validation?
Wendell
On Mon, May 4, 2009 at 2:21 PM, Anthony F wrote:
>
> I've made some progress, but still get errors from light.
>
>
>
> The wxs file looks like this:
>
>
>
> Manufacturer='Microsoft Corporation'>
>
What are the errors?
Can you email your wxs file and .cmd file for building and I'll take a look?
Thanks!
Wendell
On Mon, May 4, 2009 at 1:37 PM, Anthony F wrote:
>
> I've been banging my head for the last few hours trying to create a
> super-simple installer (my first) with wix. All I want
Doing so has the potential to mess up your patching solution.
Best practice is to have one versioned file (.dll, .exe) per component.
http://blogs.msdn.com/windows_installer_team/archive/2006/05/12/595950.aspx
Wendell Joost
On Mon, Feb 16, 2009 at 10:02 AM, MacDiarmid, James D
wrote:
>
&
If memory serves correct, the $env syntax allows you to read
environment variables - does the build environment set environment
variables you can use?
Wendell
On Wed, Feb 11, 2009 at 12:55 PM, Pankaj Agrawal (Infosys Technologies
Ltd) wrote:
> Hi,
>
> I have created a WiX file and I have hardcod
2008 at 4:03 PM, Rob Mensching
<[EMAIL PROTECTED]> wrote:
> ExitOnFailure does not show message boxes.
>
> -Original Message-----
> From: Wendell Joost [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 22, 2008 15:58
> To: General discussion for Windows Installer XML
Looking through the code, I'm seeing that ExitOnFailure is being
called in firewall.cpp/GetFirewallProfile, the line that contains:
hr = pfwPolicy->get_CurrentProfile(ppfwProfile);
ExitOnFailure(hr, "failed to get current profile");
So, any tips on how I get ExitOnFailure to *not* displa
The problem that we're hitting is that it appears that the WiX custom
action is throwing a dialog - any way to suppress that dialog?
Wendell
On Tue, Oct 21, 2008 at 9:08 PM, Bob Arnson <[EMAIL PROTECTED]> wrote:
> Brian Rogers wrote:
>> I think you answered your own question. I imagine stopping
I've got a fire:FirewallException element in my WiX code.
When I stop the Firewall Service and then run my MSI, I get the
following error consistently.
Any suggestions on how to resolve this issue?
Thanks!
Wendell
On Tue, Oct 21, 2008 at 5:49 PM, Wendell Joost <[EMAIL PROTECTED]> w
I'm getting this error in my setup -
ExecFirewallExceptions: Installing firewall exception
ExecFirewallExceptions: Failed to connect to Windows Firewall
Error 25580. Cannot connect to Windows Firewall. (-2147023143 )
.
.
.
Error 0x800706d9: failed to get firewall profile
Has anyone see
selected) however I'm
exercising due diligence in querying the collective wisdom...
Wendell
On Tue, Oct 7, 2008 at 12:05 PM, Richard <[EMAIL PROTECTED]> wrote:
>
> In article <[EMAIL PROTECTED]>,
>"Wendell Joost" <[EMAIL PROTECTED]> writes:
>
Using Wix 3.0.4513.0, is there any way to specify a Radio Button Group
so that *none* of the items in the group are selected? I'm not
finding a way to do this and our software architects are insisting
that we do it this way.
Thanks!
Wendell
--
29 matches
Mail list logo