[WiX-users] wix.targets problem in latest weekly build

2008-11-03 Thread Chris Bardon
I just tried upgrading to build 3.0.4624.0 from 3.0.4014.0, and I noticed that my setup projects won't build anymore. VS 2005 compains about the wix.targets file. The compiler reports back that 'The target link does not exist in the project in the error list, but there don't appear to be any

Re: [WiX-users] wix.targets problem in latest weekly build

2008-11-03 Thread Simon Dahlbacka
see http://blogs.msdn.com/jasongin/archive/2008/07/09/votive-project-platform-configurations.aspx On Mon, Nov 3, 2008 at 3:37 PM, Chris Bardon [EMAIL PROTECTED] wrote: I just tried upgrading to build 3.0.4624.0 from 3.0.4014.0, and I noticed that my setup projects won't build anymore. VS 2005

Re: [WiX-users] license agreement in silent installation

2008-11-03 Thread shibo
Hi, Many thanks for all your replies. Very helpful to me as an a beginner. What is the name of the license property for Yes, I agree checbox? Or do I need to create a customised UI license agreement dialog? Code sample will be greatly appreciated. Shibo -- View this message in context:

Re: [WiX-users] wix.targets problem in latest weekly build

2008-11-03 Thread Chris Bardon
Right, I remember reading something about those breaking changes a while back. Even if I add those attributes though, I still have problems. With those changes the project files parse, but I still have the problem on where I get the error that the target Link does not exist in the project. I

Re: [WiX-users] Installing the same files in 2 directories.

2008-11-03 Thread Buddell, James
Take a look at the duplicate file table, MSI.chm covers it well. Cheers, James -Original Message- From: Pally Sandher [mailto:[EMAIL PROTECTED] Sent: 03 November 2008 12:27 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Installing the same files in 2

Re: [WiX-users] Why doesn't Windows Installer remove the oldversion in an upgrade?

2008-11-03 Thread divo
Hi, I am facing the exact same problem, i.e. FindRelatedProducts happens long before the user is asked to choose the installation scope in the UI. How do I solve this? I tried FindRelatedProducts After=InstallValidate /FindRelatedProducts but that simply gave an error. Which install

Re: [WiX-users] How to create Progress Bar Dialog with Featurewise Summary

2008-11-03 Thread Christopher Karper
I don't think this is possible with MSI. The SQL Server installer does this, but I believe that's a custom rolled deal, not using the standard installer. Chris On Mon, Nov 3, 2008 at 1:07 AM, Mazin Sayid Ali [EMAIL PROTECTED]wrote: Hi I'm new to WIX. I'm trying to create a progress bar

Re: [WiX-users] wix.targets problem in latest weekly build

2008-11-03 Thread Jason Ginchereau
That sounds like a known issue when opening an older .wixproj with a newer build of WiX. See my blog for an explanation and steps to resolve the issue: http://blogs.msdn.com/jasongin/archive/2008/07/09/votive-project-platform-configurations.aspx The schema errors reported by VS are a red

Re: [WiX-users] wix.targets problem in latest weekly build

2008-11-03 Thread Jason Ginchereau
Oh, I just noticed Simon beat me to it. If you still have problems building the project, recreating your project file will probably fix it. I recall there were was an issue with mergemod.dll registration a while back, but I don't know the details and I think it's fixed in recent builds. Do you

[WiX-users] Installing the same files in 2 directories.

2008-11-03 Thread Pally Sandher
I know there is a long-winded way of doing this which bloats my MSI by having duplicates of the files in it but I was wondering if there's any easier/cleaner way of achieving the same thing. Basically I have 2 directories which are set by RegistrySearch Properties which, depending on whether the

Re: [WiX-users] New WiX3 DifxApp changes not working?

2008-11-03 Thread Rob Mensching
You have to add the .wixlibs to your link line manually now. It got very difficult to pick the correct one automatically, so we decided to let you choose. Bob updated the documentation in the most recent build... I think. -Original Message- From: Kevin Richardson [mailto:[EMAIL

[WiX-users] Setting the progress text of custom action dynamically

2008-11-03 Thread Sergey Abakumoff
Howdy, In my installer I use WixVsExtension to call devenv.exe /installvstemplates for VS.NET 2005/2008, here is the part of code: InstallExecuteSequence Custom Action=VS90InstallVSTemplates Before=InstallFinalizeVS90DEVENV/Custom Custom Action=VS2005InstallVSTemplates

Re: [WiX-users] wix.targets problem in latest weekly build

2008-11-03 Thread Chris Bardon
So I found a couple of solutions so far. It looks like mergemod.dll wasn't installed to the C:\Program Files\Windows Installer XML v3\bin directory with the new build, so I manually copied it over and fixed that error. Then the Link symbol looks like it was caused by this line in my wixproj:

Re: [WiX-users] license agreement in silent installation

2008-11-03 Thread Wilson, Phil
I hope you're not expecting people to agree to it without providing some way for them to read it first! Phil Wilson -Original Message- From: shibo [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 7:37 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] license

[WiX-users] Secured Strings in Log?

2008-11-03 Thread Kevin I
Hello, I'm using WiX for some installations. I have two scenarios that have me a little unsure of how to continue. 1) I am using custom SQL Credentials for executing SSIS Jobs 2) I am deploying an Analysis Services Cube, and need to set the DataSource credentials in an XMLFile replacement

Re: [WiX-users] DTF - SampleCA1 error

2008-11-03 Thread Dale Quigg
Thanks for your response Jason. Somehow your MSI package has a missing or invalid LastSaveTime. What tool are you using to build the MSI package? I used WiX 3.0.2925.0 to build the .msi. However, I used DTF from 3.0.4624.0. I rebuilt the msi using WiX v3.0.4624.0 and got the same error.

[WiX-users] Service installation using specified user / password.

2008-11-03 Thread Foster, Richard - PAL
Greetings all, Sorry to ask what appears to be a really simple question... But I can get things to work the way I expect, so clearly I'm missing something. Part of our product includes two Windows services. Previously, they were installed under the LocalSystem account, however that account

Re: [WiX-users] Service installation using specified user / password.

2008-11-03 Thread Rob Mensching
What does the verbose log for the install with the User say? There will be more details about the User failure than the Service failure (because the Windows Installer message is generically useless). -Original Message- From: Foster, Richard - PAL [mailto:[EMAIL PROTECTED] Sent: Monday,

[WiX-users] Virtual Directory to network path

2008-11-03 Thread Ian Elliott (Excell Data Corporation)
I've been asked to create a virtual directory that points to a network path. It appears from the help file that I must refer to a Directory element when defining the WebVirtualDir element. Is there some other way to accomplish this short of writing a custom action?

Re: [WiX-users] Virtual Directory to network path

2008-11-03 Thread Rob Mensching
The WiX IIS Custom Actions do not support that today. -Original Message- From: Ian Elliott (Excell Data Corporation) [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 13:12 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Virtual Directory to network

Re: [WiX-users] Service installation using specified user / password.

2008-11-03 Thread Foster, Richard - PAL
Hi Rob, What appears to be the relevant section of the verbose log associated with the failure reads as follows: MSI (s) (A8:28) [16:29:14:687]: Executing op: ActionStart(Name=CreateUser,,) Action 16:29:14: CreateUser. MSI (s) (A8:28) [16:29:14:687]: Executing op:

[WiX-users] CustomAction after Install or Repair?

2008-11-03 Thread Eric Maines
Hi, I have a CustomAction that only runs when the install finishes and registers a dll using regsvr32. I would like it to also run when the user performs a Repair of the install. I can't seem to get this going after multiple tries. Here is my code: CustomAction

Re: [WiX-users] CustomAction after Install or Repair?

2008-11-03 Thread Ian Elliott (Excell Data Corporation)
A condition of NOT REMOVE will run during both install and repair. -Original Message- From: Eric Maines [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 2:04 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] CustomAction after Install or Repair? Hi, I have a

Re: [WiX-users] Service installation using specified user / password.

2008-11-03 Thread Rob Mensching
Hmm, the error code is: 0x8007007b: ERROR_INVALID_NAME Are you sure the user name you're creating is a valid name? -Original Message- From: Foster, Richard - PAL [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 13:52 To: 'General discussion for Windows Installer XML toolset.'

[WiX-users] Sporadic Patch Problems

2008-11-03 Thread Alexander Stock
Hi all, we're using WiX (using PCP-Files, pyro isn't possible because the resulting .msp-files are significant smaller and applying them never worked) to create patches for our application. When applying a patch, we're encountering sporadic patch problems with ErrorCode 1321 (No

Re: [WiX-users] How to create Progress Bar Dialog with Featurewise Summary

2008-11-03 Thread Richard
In article [EMAIL PROTECTED], Mazin Sayid Ali [EMAIL PROTECTED] writes: I'm new to WIX. I'm trying to create a progress bar dialog in which it shows Feature wise summary. I wish to show while Feature1 is being installed its status as Installing and all the others as blank. Then after

[WiX-users] Refreshing a SelectionTree

2008-11-03 Thread Marty Dalton
Hi, I am trying create my own reset button for my selection tree. I have got it resetting how I want it: Control Id=Reset Type=PushButton X=25 Y=315 Width=73 Height=17 Text=!(loc.CustomizeDlgReset) Publish Event=Remove Value=ReFeature Order=1![CDATA[CLIENTSERVER Server]]/Publish Publish

[WiX-users] Custom action with elevated privileges doesn't work

2008-11-03 Thread Sudripta Nandy (Sarangsoft Corporation)
Hi, I am facing a weird problem when running a setup built using wix. I have three custom actions which I need to be executed. Two of them are in a 'dll' and don't require elevated privileges in Windows Vista and so I am executing them in Immediate mode. The third one is the main executable

[WiX-users] Problem with executing customaction with VC90 dependence

2008-11-03 Thread Sudripta Nandy (Sarangsoft Corporation)
Hi, My application is dependent on VC 9 CRT. I am also having some custom actions in a 'dll' file which I am executing during installation. The 'dll' is also dependent on VC 9 CRT. So, I am also distributing VC 9 redist using the VC 9 merge module. But, I want the VC 9 merge module to be

[WiX-users] One patch to rule them all

2008-11-03 Thread Rob Lange
I have a strange question that I’ve been trying to find a solution to for awhile and I’m hoping people who work with WiX more than me might have a good suggestion. I’ve got an installer that is built every day, using WiX, that contains a DLL taken from a project in development. I also have a

Re: [WiX-users] Why doesn't Windows Installer remove the oldversion in an upgrade?

2008-11-03 Thread Bob Arnson
divo wrote: I am facing the exact same problem, i.e. FindRelatedProducts happens long before the user is asked to choose the installation scope in the UI. Generally, the answer is: Don't. It relies on the user choosing the same type of install as the prior version. Major upgrades don't

Re: [WiX-users] Installing the same files in 2 directories.

2008-11-03 Thread Bob Arnson
Pally Sandher wrote: I know there is a long-winded way of doing this which bloats my MSI by having duplicates of the files in it but I was wondering if there's any easier/cleaner way of achieving the same thing. WiX's smart cabbing feature ensures there's only one copy of the bits, so

Re: [WiX-users] Setting the progress text of custom action dynamically

2008-11-03 Thread Bob Arnson
Sergey Abakumoff wrote: I suppose that the root of the problem I faced is progress text is something static and can't be changed dynamically. Correct. And the same custom action is used for both. The best approach is to just use progress text generic enough for both cases. -- sig://boB

Re: [WiX-users] Problem with executing customaction with VC90 dependence

2008-11-03 Thread Rob Mensching
Statically link the CRT. -Original Message- From: Sudripta Nandy (Sarangsoft Corporation) [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 17:53 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem with executing customaction with VC90 dependence Hi, My

Re: [WiX-users] Secured Strings in Log?

2008-11-03 Thread Rob Mensching
There is a Hidden attribute on the Property. You may need to add HideTarget to ExecXmlFile. -Original Message- From: Kevin I [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 11:37 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Secured Strings in Log? Hello, I'm

[WiX-users] Is it possible to gac delay signed bits using WIX

2008-11-03 Thread Mazin Sayid Ali
Hi Is it possible to GAC delay signed bits using WIX. Thanks Mazin - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes

Re: [WiX-users] Is it possible to gac delay signed bits using WIX

2008-11-03 Thread Rob Mensching
Yes, if the Windows Installer supports it. -Original Message- From: Mazin Sayid Ali [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 21:32 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Is it possible to gac delay signed bits using WIX Hi Is it possible to GAC delay

Re: [WiX-users] One patch to rule them all

2008-11-03 Thread Rob Mensching
I'm not a patching expert, but there is a feature in pyro that allows you to filter out Fragments and target only the portions of the install that you want. -Original Message- From: Rob Lange [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 22:09 To: 'General discussion for

Re: [WiX-users] Secured Strings in Log?

2008-11-03 Thread Rob Mensching
Yes, but you'll unfortunately have to recompile to add it. -Original Message- From: Kevin I [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 21:57 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Secured Strings in Log? The HideTarget sounds like just what I'm

Re: [WiX-users] One patch to rule them all

2008-11-03 Thread Rob Lange
I assume the patch fails because it was created with an installer set (both base[v1] and upgrade[v2]) that had a different DLL than the current installer being used on the machine. It all comes down to me being able to ask WiX to please ignore the DLL and just patch my other files, no matter how

Re: [WiX-users] Secured Strings in Log?

2008-11-03 Thread Kevin I
The HideTarget sounds like just what I'm looking for, for the Xmlfile action, but how do I do that if I'm using the XmlFile WiX Extensions? Is there anything like that for the SqlString? Thanks! Kevin On Mon, Nov 3, 2008 at 9:00 PM, Rob Mensching-2 [EMAIL PROTECTED][EMAIL PROTECTED]