Re: [WiX-users] Run button Vs Install Button

2007-04-17 Thread Mike Dimmick
This is an 'Asynchronous Pluggable MIME Filter', I think. See http://msdn2.microsoft.com/en-us/library/aa767916.aspx for how to implement these. Looks pretty hard. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent

Re: [WiX-users] Wix All Users intall

2007-04-17 Thread Mike Dimmick
mmand line. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Lapalme Sent: 17 April 2007 22:34 To: [EMAIL PROTECTED] Subject: [WiX-users] Wix All Users intall Hello, Is it possible to create an All Users installation package, if yes how

Re: [WiX-users] What is the use of an application (.exe) GUID ?

2007-04-18 Thread Mike Dimmick
nents owning that resource has reached a zero reference count and should be removed. For more see Rob's blog entry 'Component Rules 101', a copy of which is in the WiX documentation (WiX.chm) or at http://blogs.msdn.com/robmen/archive/2003/10/18/56497.aspx. -- Mike Dimmick -

Re: [WiX-users] Wix project for ASP.NET web project

2007-04-18 Thread Mike Dimmick
rences and generate new components and component GUIDs for the new files while keeping the same GUIDs for the old ones - you might be OK. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Surya Sent: 18 April 2007 06:10 To: wix-users@lists.sourceforge.n

Re: [WiX-users] Cannot load self-compiled SqlExtension.dll

2007-04-19 Thread Mike Dimmick
he problem, run sn -Vl from a Visual Studio command prompt, and check that "*,36e4ce08b8ecfb17" appears. If not, run sn -Vr *,36e4ce08b8ecfb17 Yes, this does mean that a self-compiled toolset isn't identical to the official builds. -- Mike Dimmick -Original Message- F

Re: [WiX-users] Using .NET 2.0 Managed Custom Actions

2007-04-20 Thread Mike Dimmick
Funnily enough, Rob posted a blog entry yesterday on why there are no plans to add Managed Custom Action support to WiX any time soon. See http://robmensching.com/blog/archive/2007/04/19/Managed-Code-CustomActions-n o-support-on-the-way-and-heres.aspx. -- Mike Dimmick _ From

Re: [WiX-users] Include multiple files / directories automatically

2007-04-22 Thread Mike Dimmick
maturely removed when one component is no longer referenced, but another component managing the same resources is. So don't expect to see features to support this any time soon. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wouter Demu

Re: [WiX-users] Upgrading Publisher Policy Files in Merge Modules

2007-04-23 Thread Mike Dimmick
yName table, which you do in WiX by passing the -fv switch to light. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DexterSinister Sent: 23 April 2007 19:45 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Upgrading Publisher Poli

Re: [WiX-users] Merge Modules in Wix

2007-04-24 Thread Mike Dimmick
(or decompile with dark). (The module should set the default value to something like TARGETDIR but in this case it appears that either it wasn't set correctly or the tool used to build it didn't set the value properly.) -- Mike Dimmick -Original Message- From: [EMAIL PROTECTE

Re: [WiX-users] Custom Action works under WinXP-SP2, fails under Win2K?

2007-04-24 Thread Mike Dimmick
ffers and therefore _wfopen_s if you're targetting Windows NT-based operating systems only and not supporting Windows 9X. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Julie Campbell Sent: 24 April 2007 20:43 To: wix-users@lists.sourc

Re: [WiX-users] Merge Modules evaluating earlier then Components?

2007-04-24 Thread Mike Dimmick
s and is not defined in the SDK; TARGETDIR 'specifies the root destination directory for the installation' according to the Windows Installer SDK. I'd avoid defining another property/directory ID that means the same as TARGETDIR. -- Mike Dimmick -Original Message- Fr

Re: [WiX-users] Custom Action works under WinXP-SP2, fails under Win2K?

2007-04-24 Thread Mike Dimmick
files using the element which maps to a native Windows Installer feature. The type of the Value field is Formatted, so you should be able to substitute property values using [] within the field data. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

Re: [WiX-users] Custom Action works under WinXP-SP2, fails under Win2K?

2007-04-24 Thread Mike Dimmick
rrupt the deferred script execution. I can only assume that it works on XP either because the folder already exists or that somehow that operating system is creating the whole path to the folder. -- Mike Dimmick -Original Message- From: Julie Campbell [mailto:[EMAIL PROTECTED] Sen

Re: [WiX-users] component not compressed results in moving files to"program files"

2007-04-25 Thread Mike Dimmick
u want to stop light from performing the layout of files, use the -sl switch, but you'll have to do the layout yourself. For the explanation of SourceName etc, see Rob's blog entry "Deciphering the MSI Directory table, part 5 (the dot, colon and pipe)" at http://blogs.msdn.

Re: [WiX-users] Unmanaged install/admin deployment

2007-04-26 Thread Mike Dimmick
Parameters passed on the command line must be names of public properties i.e. ALLCAPS. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas B Sent: 26 April 2007 11:01 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Unmanaged install

Re: [WiX-users] UAC Prompt Required

2007-04-26 Thread Mike Dimmick
strongly recommend launching MDAC_TYP.EXE from a bootstrapper application. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: 26 April 2007 15:59 To: Gareth at Serif Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] UA

Re: [WiX-users] Always overwrite/ use versioning rules per file basis

2007-04-26 Thread Mike Dimmick
e (or install folder) and change the component GUID. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Anderson Sent: 26 April 2007 18:58 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Always overwrite/ use versioning rule

Re: [WiX-users] Property Visibility and Custom Actions

2007-04-26 Thread Mike Dimmick
y (ALLCAPS, as this one is), and you should schedule the custom action in the execute sequence as well so that your install still works in no-UI mode (msiexec /qn). If you want it only to run once, set CustomAction/@Execute to "firstSequence". -- Mike Dimmick -Original Messa

Re: [WiX-users] Install to C:\Whatever

2007-04-26 Thread Mike Dimmick
27;s easier for administrators trying to do unattended installs if everyone uses the standard, built-in meaning for 'where the software installs to', i.e. TARGETDIR. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick

Re: [WiX-users] SQL loggin in WIX

2007-04-26 Thread Mike Dimmick
already there in SqlGetErrorInfo. If you're not comfortable with doing this yourself you could suggest it as a feature on the SourceForge issue tracker. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bala Shanmugam (Excell Data Corpor

Re: [WiX-users] Logging in a custom action

2007-04-27 Thread Mike Dimmick
Dependency Walker (depends.exe) is part of the Platform SDK, ships with Visual Studio (in Common7\Tools\Bin) and is downloadable from http://www.dependencywalker.com/. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: 27 April

Re: [WiX-users] Installing/uninstalling Services

2007-04-29 Thread Mike Dimmick
uring uninstall, by setting ServiceControl/@Stop to "uninstall". Consider setting the value to "both" to ensure that the service is stopped before trying to upgrade the file. (Should candle issue a compiler warning or error if there are no files in a component containing a

Re: [WiX-users] ServiceInstall / ServiceControl

2007-04-30 Thread Mike Dimmick
ecome ambiguous). Best practice - always use quotes except where the parsing does not accept them. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Phil Sent: 30 April 2007 19:15 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-

Re: [WiX-users] wixlib and extensions and msm's

2007-05-02 Thread Mike Dimmick
er32 is passed to LoadLibrary, which does not parse for arguments (it's expecting a DLL - DLLs don't have arguments) and therefore isn't fooled by spaces in paths. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of koawmfot Sent: 02

Re: [WiX-users] wix com registration: out of proc server

2007-05-03 Thread Mike Dimmick
uld not want to Advertise your COM information. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of /antoine Sent: 03 May 2007 00:49 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] wix com registration: out of proc server Thanks

Re: [WiX-users] and escape sequences.

2007-05-06 Thread Mike Dimmick
procedure is surrounded by SET statements indicating how the option was set when the stored procedure was created, so you may need to remove these statements if they set QUOTED_IDENTIFIER to OFF. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin

Re: [WiX-users] and escape sequences.

2007-05-07 Thread Mike Dimmick
RORSINCOMMAND, "One or more errors occurred during processing of command." It does just look like the MerchantStatus column is non-existent at the point that the statement batch was executed. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behal

Re: [WiX-users] Refer to installed file for Registry Value

2007-05-07 Thread Mike Dimmick
te of TARGETDIR. TARGETDIR means something to Windows Installer, INSTALLDIR does not. I'd simply use TARGETDIR everywhere. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pseudonymic Wannabe Sent: 07 May 2007 11:13 To: wix-users@lists.sou

Re: [WiX-users] Error LGHT0094 when thrying to referenceWixUI_InstallDir

2007-05-08 Thread Mike Dimmick
Add -ext WixUIExtension to the light command line. WiX extensions can now carry their .wixlibs as an embedded resource. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Alford Sent: 08 May 2007 17:46 To: wix-users@lists.sourceforge.net

Re: [WiX-users] run a dos command through wax

2007-05-08 Thread Mike Dimmick
'rmdir' is not a separate program but a cmd.exe built-in command. If you want to remove a directory on installation, use a RemoveFolder element. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hooman Amini Sent: 08 May 2007 16:

Re: [WiX-users] Scrollable events

2007-05-08 Thread Mike Dimmick
I'd call that works-by-fluke. Not a particularly good idea, IMO. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shaun Wilde Sent: 08 May 2007 08:34 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Scrollable events Amaz

Re: [WiX-users] ICE03 error

2007-05-09 Thread Mike Dimmick
- 255 characters. I'm not sure what the limit is in Windows Installer itself. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jrcolons Sent: 09 May 2007 19:58 To: wix-users@lists.sourceforge.net Subject: [WiX-users] ICE03 error Hi!

Re: [WiX-users] ICE03 error

2007-05-09 Thread Mike Dimmick
.xml (in WiX 2.0, in src\wix\Data\tables.xml; in WiX 3.0, in src\ext\UtilExtension\wixext\Data\tables.xml) to set 'length="0"' rather than 255. I think. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Dimmick Sen

Re: [WiX-users] ICE03 error

2007-05-09 Thread Mike Dimmick
s and imports them into a database using MsiDatabaseImport. Rob can probably explain why it does this rather than using SQL CREATE and INSERT statements. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Phil Sent: 09 May 2007 21:39 To: wix-users

Re: [WiX-users] heat website command not working

2007-05-09 Thread Mike Dimmick
oot/MyWebSite but I'm not familiar with using heat to process websites. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of suedeuno Sent: 09 May 2007 22:07 To: wix-users@lists.sourceforge.net Subject: [WiX-users] heat website command not wor

Re: [WiX-users] ICE03 error

2007-05-09 Thread Mike Dimmick
prompt. sn -Vr *,36e4ce08b8ecfb17 This disables verification for any assembly using the WiX signing key. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jrcolons Sent: 09 May 2007 23:21 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-use

Re: [WiX-users] Heat & Tallow not extracting all the nescessary cominformation

2007-05-11 Thread Mike Dimmick
back on File/@SelfRegCost. I haven't quite rationalized how to make WiX script the master source for component registration information without having to actually build the installer and install it for every debugging session. This would be the ideal because you'd then only have to keep

Re: [WiX-users] fixed font size in installer windows

2007-05-11 Thread Mike Dimmick
s are slightly different at different sizes (mainly to get readable/consistent character shapes at small pixel sizes) so you can get slightly different results. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon W Sent: 11 May 2007 18:22 To

Re: [WiX-users] Getting component action/installed state

2007-05-11 Thread Mike Dimmick
ler SDK at http://msdn2.microsoft.com/en-us/library/aa368609.aspx and "Conditional Statement Syntax" at http://msdn2.microsoft.com/en-us/library/aa368012.aspx. The WiX documentation does indicate which fields use Formatted syntax. -- Mike Dimmick _ From: [EMAIL PROTE

Re: [WiX-users] Aligning Custom UI

2007-05-12 Thread Mike Dimmick
You can use the Visual C++ dialog editor to create a .rc file then use tallow's -r option to turn that into WiX script. WixEdit (http://wixedit.sourceforge.net/) includes a dialog editor. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [WiX-users] Error while executing candle.

2007-05-12 Thread Mike Dimmick
If you intend to redirect the output to a file, pass the -nologo flag to tallow. (Tallow really should have a -o option to send the output to a file.) -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Venkatesh Sent: 11 May 2007 23:19 To: wix

Re: [WiX-users] Error message with light, help please

2007-05-12 Thread Mike Dimmick
missing a Column element with the PrimaryKey attribute set to 'yes'. At least one column must be marked as the primary key." in build 2813). -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Venkatesh Sent: 12 May 2007 14:57 To: wix-us

Re: [WiX-users] and external file?

2007-05-13 Thread Mike Dimmick
I don't think you should rely on the working directory. You can use property substitutions (e.g. directory locations) in , but not in . If you don't have much data to preload you might be better off generating a bunch of INSERT statements, however. -- Mike Dimmick ___

Re: [WiX-users] Ignore Custom Action on Repair

2007-05-13 Thread Mike Dimmick
execute between InstallInitialize and InstallFinalize. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Feng Sent: 13 May 2007 16:49 To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Ignore Custom Action on Repair Rob, I'

Re: [WiX-users] Ignore Custom Action on Repair

2007-05-14 Thread Mike Dimmick
chedules ExecuteSqlStrings and RollbackExecuteSqlStrings. As before, a CA can only be scheduled once, so all of the SQL string text (for example) is concatenated together with an unusual separator character to form the custom action data for these deferred actions. -- Mike Dimmick _ From: Aaron Feng [

Re: [WiX-users] CustomAction = .VC Runtime Dependency?

2007-05-15 Thread Mike Dimmick
port library for shlwapi.dll, which was added in Internet Explorer 4.0 and should therefore be present on Windows 98, Windows 2000 and newer. The WiX custom actions don't support Windows 9X IIRC. Are there any more libraries listed in the Link section of the project properties? --

Re: [WiX-users] RollbackMetabaseTransaction support on IIS7?

2007-05-15 Thread Mike Dimmick
Um, am I missing something obvious? Vista includes IIS 7.0. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: 15 May 2007 16:03 To: Robert Horvick; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] RollbackMetabaseTransaction support on IIS7?

Re: [WiX-users] WiX v3.0 on Vista doesn't run some custom actions whenUAC is enabled

2007-05-15 Thread Mike Dimmick
mpersonate='no'). I'm not sure if that's compatible with using an EXE file. If you need to install certificates, WiX has the element. While intended for installing web server SSL certificates, I believe it's also capable of installing user certificates. -- Mike

Re: [WiX-users] Immediate Custom Action - Reading Config File

2007-05-15 Thread Mike Dimmick
elements you don't even need the custom action). -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 15 May 2007 20:06 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Immediate Custom Action - Reading Config File

Re: [WiX-users] License RTF not used?

2007-05-16 Thread Mike Dimmick
There's a completely different method in WiX 3.0. 3.0 permits substitution of data in the compiled .wixobj/.wixlib files at link (light) time. Specify -dWixUILicenseRtf=path-to-license-file on the light command line. This is definitely a FAQ. -- Mike Dimmick _ From: [

Re: [WiX-users]

2007-05-16 Thread Mike Dimmick
>From which I deduce that you're writing a 32-bit installer and installing on a 64-bit machine. A 32-bit application will see the keys as you have written them. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Burton Sent: 16 May 20

Re: [WiX-users] Registry key creation in 64bit machine.

2007-05-16 Thread Mike Dimmick
Set Component/@Win64='yes'. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jagath pabolu Sent: 16 May 2007 13:42 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Registry key creation in 64bit machine. Hi, We are

Re: [WiX-users] error using fileshare

2007-05-16 Thread Mike Dimmick
'Everyone' is not a member of the domain but is a Windows well-known SID. The CA code in WiX 3.0.2813.0 handles "Everyone" directly. I think, based on my reading of the code, that you should omit the User/@Domain parameter. -- Mike Dimmick -Original Message- Fr

Re: [WiX-users] Reinstalling with different MSM's...

2007-05-16 Thread Mike Dimmick
nents to new features for a minor upgrade, but I don't think you're permitted to add components to an existing feature. In practice this means you cannot remove c.msm even if it were a separate component. See "Changing the Product Code" in the Platform SDK. -- Mike

Re: [WiX-users] Conditional statement?

2007-05-16 Thread Mike Dimmick
. The . You can also escape them using < and >. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Trevor Clifton Sent: 16 May 2007 22:02 To: 'Kevin Burton'; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Conditional statem

Re: [WiX-users] error using fileshare

2007-05-16 Thread Mike Dimmick
point that you create the share. Can you get a verbose log file? (e.g. run msiexec /l*v) That might give more detail as to what's going wrong. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jrcolons Sent: 16 May 2007 23:04 To: w

Re: [WiX-users] Reinstalling with different MSM's...

2007-05-16 Thread Mike Dimmick
ou don't want it to appear in the feature tree, Display='hidden'. You're stuck with c.msm's contents until your next major upgrade. -- Mike Dimmick _ From: Rory Clark [mailto:[EMAIL PROTECTED] Sent: 17 May 2007 01:04 To: Mike Dimmick; wix-users@

Re: [WiX-users] Registry key creation in 64bit machine.

2007-05-17 Thread Mike Dimmick
If your entire package targets x64 systems, set Package/@Platforms to 'x64' and Package/@InstallerVersion to at least 200. That's my best guess based on the Platform SDK topic '64-bit Windows Installer Packages'. -- Mike Dimmick _ From: [EMAIL PROTECTED]

Re: [WiX-users] Overwriting dll with higher version number

2007-05-17 Thread Mike Dimmick
offers no way to set the version number of a versioned file - it only reads the information directly from the file itself. I don't think there are any tools in the SDK to edit a DLL's version number. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

Re: [WiX-users] Reinstalling with different MSM's...

2007-05-17 Thread Mike Dimmick
as a completely new installer. To remove the previous version of the product when installing the new one, schedule a action. See "Major Upgrades" in the Windows Installer SDK at http://msdn2.microsoft.com/en-us/library/aa369786.aspx. -- Mike Dimmick _ From: Rory Clark

Re: [WiX-users] Making upgrades work without the msiexec commandlines?

2007-05-17 Thread Mike Dimmick
ts. It can be educational to view an existing MSI in the Orca editor (part of the Platform SDK) and, if trying to learn Windows Installer properly after having used VS Setup & Deployment projects, to read Phil Wilson's book "The Definitive Guide to Windows Installer

Re: [WiX-users] VC8 runtime merge module and COM registration onVista, error 0x800736B1

2007-05-17 Thread Mike Dimmick
uled after InstallFiles/WriteRegistryValues should work. NOTE: I am NOT recommending that you do this. I'd strongly suggest NOT doing it. One wonders what would happen if MsiPublishAssemblies were placed earlier in the execute sequence. -- Mike Dimmick _ From: [EMAIL PRO

Re: [WiX-users] Defining Installer Components; what is best practice for a large set of sample files?

2007-05-18 Thread Mike Dimmick
ake care of selecting the appropriate features on an upgrade. You can freely add and remove components from a feature in a major upgrade; in a minor upgrade your choices are more limited and you have to add a child feature that follows the parent feature's state. -- Mike Dimmick -Orig

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-21 Thread Mike Dimmick
t, Windows Installer will happily remove all the old components - and the files it's just installed). -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Wieser Sent: 21 May 2007 20:46 To: wix-users@lists.sourceforge.net Subje

Re: [WiX-users] Problem with SQL custom actions.

2007-05-21 Thread Mike Dimmick
ing by turning on verbose logging (msiexec /l*v). -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Shurts Sent: 21 May 2007 19:43 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem with SQL custom actions. Hey all, I am having

Re: [WiX-users] Using heat.exe as part of an automated build

2007-05-21 Thread Mike Dimmick
in VB - Project Compatibility or Binary Compatibility. That will keep GUIDs stable until you make a change to your interface. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dyson, Peter Sent: 21 May 2007 10:58 To: wix-users@lists.sourceforg

Re: [WiX-users] Patching a mergemodule or forcing an install

2007-05-21 Thread Mike Dimmick
scovered, the components should _not_ be installed on Windows XP or newer, because they are already installed on those operating systems and are under System File Protection. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pseudonymic Wannabe

Re: [WiX-users] Allowing sources from either x64 or x86

2007-05-22 Thread Mike Dimmick
that all builds are fully reproducible. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Geoff Finger Sent: 22 May 2007 23:23 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Allowing sources from either x64 or x86 I've got a ra

Re: [WiX-users] Problem with SQL custom actions.

2007-05-22 Thread Mike Dimmick
Something got broken in the build process: ConfigureSql is not exported from the CA DLL contained in WixSqlExtension.dll. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: 22 May 2007 18:48 To: Aaron Shurts; Bob Arnson Cc: Mike

Re: [WiX-users] Problem with SQL custom actions.

2007-05-22 Thread Mike Dimmick
Sorry, guys, looks like WiX 3.0.2921.0 isn't going to work for anyone who needs the SQL features, unless you modify SqlExtension.wxs and build WiX yourself. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Dimmick Sent: 23 May 2007 00:0

Re: [WiX-users] Problem with SQL custom actions.

2007-05-23 Thread Mike Dimmick
t;); this.Core.CreateWixSimpleReferenceRow(sourceLineNumbers, "CustomAction", "UninstallSqlData"); The relevant change in src\ext\SqlExtension\wixlib\SqlExtension.wxs is to At least, that's what I believe it shoul

Re: [WiX-users] RegisterClassInfo / RegisterProgIdInfo not called?

2007-05-23 Thread Mike Dimmick
2300 RegisterClassInfo 4600 RegisterProgIdInfo 4800 RegisterTypeLibraries 5500 WiX's actions.xml uses the same values (src\wix\Data\actions.xml). -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beha

Re: [WiX-users] using permission element within a directory element

2007-05-23 Thread Mike Dimmick
ma, to get more control over the ACL than the Windows Installer built-in LockPermissions table is capable of. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of LEMIRE, JOHN Sent: 23 May 2007 18:44 To: wix-users@lists.sourceforge.net Subject: Re: [W

Re: [WiX-users] [Fwd: RE: using permission element within a directory element]

2007-05-23 Thread Mike Dimmick
d the component should have a GUID as well. Use . -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 23 May 2007 22:49 To: wix-users@lists.sourceforge.net Subject: [WiX-users] [Fwd: RE: using permission element within a di

Re: [WiX-users] Are ICE45 warnings expectedwith ElevationShield="yes"?

2007-05-24 Thread Mike Dimmick
stack? -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Wieser Sent: 24 May 2007 17:27 To: Bob Arnson Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Are ICE45 warnings expectedwith ElevationShield="yes"? Hmm.

Re: [WiX-users] adding NEWORK SERVICE group with full control permission

2007-05-24 Thread Mike Dimmick
omain or set it to the empty string. There are actually 62 well-known SIDs listed in WinNT.h in the 2003 R2 SDK, but some can be looked up using the conventional domain-relative technique, and some are very uncommon. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

Re: [WiX-users] How to improve speed of installation?

2007-05-24 Thread Mike Dimmick
the Sequence in WiX - it simply lays out the files in the order that the intermediate files are supplied to light (for a wixlib, the order the wixobj files were supplied to lit), and within that, the order they appeared in the source. -- Mike Dimmick -Original Message- From: [EMAIL PROTEC

Re: [WiX-users] How to improve speed of installation?

2007-05-24 Thread Mike Dimmick
tive image, downloading CABs over the internet) to avoid unnecessary copies from the slow source. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Igor Maslov Sent: 24 May 2007 23:47 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-use

Re: [WiX-users] Source directory resolution in fragments

2007-05-25 Thread Mike Dimmick
them to the appropriate target directory. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Didactylos Sent: 25 May 2007 19:57 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Source directory resolution in fragments I had a dire

Re: [WiX-users] upgradable merge modules

2007-05-31 Thread Mike Dimmick
possible with nested installs - again the servicing problem raises its ugly head. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerome Haltom Sent: 30 May 2007 03:13 To: Bob Arnson; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] up

Re: [WiX-users] Merge Modules Serialized and Stamped at Install Time

2007-05-31 Thread Mike Dimmick
Their build process generates random GUIDs every time they run a build. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Sent: 31 May 2007 03:21 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Merge Modules Serialized and

Re: [WiX-users] v3 Simple Custom Action?

2007-05-31 Thread Mike Dimmick
Conditions on custom actions are positive - the action runs if the condition is true. I think you simply want NOT Installed - which may seem counter-intuitive, but I believe the Installed property is set at the beginning of the install process and isn't updated during the process. --

Re: [WiX-users] Error while trying to build with Crystal Reports XIr2 -Any ideas ?

2007-05-31 Thread Mike Dimmick
eturn for a failed merge. Check that the path to the MSI and the path to the MSM are fairly short? What does smoke say about the MSM? Can you open it with Orca? If you have an on-access virus scanner, try disabling it temporarily or asking it not to scan on writing the file? -- Mike Di

[WiX-users] Problems with script custom actions

2007-05-31 Thread Mike Dimmick
smvps.com/blogs/installsite/default.aspx Robert Flaming: http://blogs.msdn.com/rflaming/default.aspx Windows Installer Team: http://blogs.msdn.com/windows_installer_team/default.aspx -- Mike Dimmick - This SF.net email is sponsored

Re: [WiX-users] Merge Modules Serialized and Stamped at Install Time

2007-05-31 Thread Mike Dimmick
If built in VB6 and they haven't enabled Project Compatibility or Binary Compatibility... -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: 01 June 2007 07:31 To: Mike Dimmick Cc: 'Nick'; wix-users@lists.

Re: [WiX-users] How to install files, run an action, then delete the files??

2007-06-01 Thread Mike Dimmick
ces you need to install we could come up with more suggestions. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 01 June 2007 09:24 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Su

Re: [WiX-users] VC8 runtime redistribution best practice. Should I usemerge modules or bootstrapper with vcredist_x86.exe?

2007-06-01 Thread Mike Dimmick
ges to be installed first, so there's no way to add a reference to another package. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Wieser Sent: 01 June 2007 11:33 To: wix-users@lists.sourceforge.net Subject: [WiX-users] V

Re: [WiX-users] 3.0.3001.0 source

2007-06-02 Thread Mike Dimmick
But that's it - the smart cabbing feature is not in this source. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Sleightholm Sent: 02 June 2007 07:55 To: wix-users@lists.sourceforge.net Subject: [WiX-users] 3.0.3001.0 source I have

Re: [WiX-users] problem with serviceconfig

2007-06-05 Thread Mike Dimmick
rges that might have gone awry? -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of koawmfot Sent: 05 June 2007 18:37 To: wix-users@lists.sourceforge.net Subject: [WiX-users] problem with serviceconfig using v3.0.2911.0 i had no problem with the WixUtilExten

Re: [WiX-users] problem with serviceconfig

2007-06-05 Thread Mike Dimmick
s not found.' >From there I looked for the action in the .wxs file used to generate the .wixlib embedded in the WixUtilExtension extension DLL, and when I didn't find it, I went looking for the cause. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

Re: [WiX-users] Wix MergeModules not installing under Win Installer 3.x

2007-06-05 Thread Mike Dimmick
upgrade at all. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andre Nelson Sent: 05 June 2007 17:18 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wix MergeModules not installing under Win Installer 3.x Hey, I have an Installsh

Re: [WiX-users] COM+ in V3

2007-06-06 Thread Mike Dimmick
WixComPlusExtension to both candle and light on the command line using the -ext option. In v3 you only need specify the assembly name, unlike v2. Any error messages produced? -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Harwood Sent

Re: [WiX-users] Acrobat as a condition

2007-06-06 Thread Mike Dimmick
I've completely switched to Foxit Reader (www.foxitsoftware.com). Not a fan of Adobe Reader at all. Very slow to load even after the 'optimisation' application is launched at system startup (which basically just preloads all the DLLs), and still pretty buggy. -- Mike Dimmick

Re: [WiX-users] Directory in user profile but not in RemoveFile table

2007-06-08 Thread Mike Dimmick
See Rob Mensching's blog entry "How to create an uninstall shortcut (and pass all the ICE validation)" for information on how to do this. http://robmensching.com/blog/archive/2007/04/27/How-to-create-an-uninstall-s hortcut-and-pass-all-the.aspx -- Mike Dimmick _

Re: [WiX-users] Error in Installing to GAC

2007-06-08 Thread Mike Dimmick
rate type library is actually required for marshalling calls to a .NET COM component. It may be required if you want to write unmanaged COM clients against the library, for example with VB6. It shouldn't go in the GAC and I would make it a separate Component of its own. -- Mike Dimmick

Re: [WiX-users] Error in Installing to GAC

2007-06-08 Thread Mike Dimmick
external file named application.exe.manifest. This lists the assemblies that your application uses (and in Windows Vista, how you want UAC to behave). -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Dimmick Sent: 08 June 2007 22:23 To: 'Julie Ca

Re: [WiX-users] Check for 'power user' in Condition

2007-06-08 Thread Mike Dimmick
Reference", online at http://msdn2.microsoft.com/en-us/library/aa370905.aspx. I don't think there's any built-in property that does what you want. If you really want to do this you'll need to build a custom action. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAI

Re: [WiX-users] Clear out directory before install?

2007-06-12 Thread Mike Dimmick
sn't offer any options to work around this. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Janulewicz Sent: 12 June 2007 18:08 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Clear out directory before install? I realize th

Re: [WiX-users] How to suppress MsiFileHash

2007-06-13 Thread Mike Dimmick
came with Windows XP. There is a 2.0 redistributable for all versions of Windows since 1995 (Windows 95, NT 4.0 and later). -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sent: 13 June 2007 17:52 To: wix-

Re: [WiX-users] Where and why does this tallow Warning message come from?

2007-06-13 Thread Mike Dimmick
I can only conclude that it's some library routine that's being called from your DllRegisterServer (or DllMain) which can't find its settings. This may be due to the rarified environment that Tallow supplies to the routine. -- Mike Dimmick _ From: [EMAIL PRO

  1   2   3   4   5   6   >