[WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-08 Thread Natarajan, Thangaraj (MLITS)
Hi All, I have some issue in Removing the Folder during uninstallation. Please Find the Wix script below.

[WiX-users] What IDE do you use to develop Wix Project?

2009-06-08 Thread Jiang, Chunyan (GE Healthcare)
Hi, I want to use Wix to develop the installation of my project. I have installed the Votive plug-in for Visual Studio. But it is only simple XML editor in Visual studio. You have to write all the components manually. I also tried WixEdit, which sounds easy to create MSI installer package. But th

[WiX-users] having trouble validating server port for IIS websites

2009-06-08 Thread Michal Peled
Hi all, As a part of my installation, I give the user the option to create a new website. For this, I have a control in which the user can specify the new website port. Using a "MaskedEdit" type control, I was able to limit this field to 5 numeric characters, but found out that this has a coup

Re: [WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-08 Thread Curtis Jewell
If the folder has files in it the MSI didn't put there, it won't get deleted unless you have a custom action delete the files first (or tell Windows Installer to do so) If you want source for such a custom action, try http://svn.ali.as/cpan/trunk/Perl-Dist-WiX/src/ClearFolderCA/ClearFolderCA/Clear

Re: [WiX-users] What IDE do you use to develop Wix Project?

2009-06-08 Thread Brooke Philpott
I did everything in raw xml in visual studio. I edited a couple of the ui elements in SharpDevelop as it has a wix Dialog editor which makes visualization of the UI easier than having to compile/run. I found that manually doing most of it helped me understand the underlying relationship between eve

Re: [WiX-users] UAC dialog poping up

2009-06-08 Thread Brooke Philpott
You have to use a bootstrapper with an embedded manifest that launches the MSI to do that. I think it's considered best practice to let the dialog come before the file copy as it does by default. -Brooke -Original Message- From: sandun css [mailto:sandun...@gmail.com] Sent: Monday, June

[WiX-users] How to define reference path

2009-06-08 Thread Jiang, Chunyan (GE Healthcare)
Hi, I am new to Wix. And I am trying to build my Wix Project. If I want to define: In src I must set the path for the file. However, I must have the "MyApp.exe" at the same location as project.wxs, otherwise I have set the absolute path, like "d:\project\my project\MyApp.exe". I would like to

Re: [WiX-users] Custom Action & Temporary File

2009-06-08 Thread Richard
In article <79be9c755a71dc4b86355bdf8cef08a75511733...@topaz.wavefront.local>, Peter Sliepenbeek writes: > Is there a way to avoid this installation? Wrap execution of osql in a script or C++ CA that unpacks the file from the Binary table into %TEMP% and then runs osql. -- "The Direct3D G

Re: [WiX-users] problem with upgarde

2009-06-08 Thread gulfam murad
Thank you all for help. Best Regards, Gulfam On Sat, Jun 6, 2009 at 10:08 AM, Richard wrote: > > In article <67ae32440906051431p6bfa0022tb8c1c8dd2ab5f...@mail.gmail.com>, >    gulfam murad  writes: > >> Actually what confused me is that the same UI is presented in both >> cases... i mean even in

[WiX-users] Wix variables when building with Microsoft.Build.BuildEngine

2009-06-08 Thread Lough, Norman
Hi I'm building a Wix project using Microsoft.Build.BuildEngine and the Project class. Does anyone know how I ensure that my Wix variables are included? I see them referred to in the project file itself. -the default

[WiX-users] Wix variables when building with Microsoft.Build.BuildEngine

2009-06-08 Thread Lough, Norman
Just to add to the previous mail, the following line is also in the project file WixUILicenseRtf=Branding\Imass FiReControl Eula.rtf; WixUIBannerBmp=Branding\Imass Infoterra Logo 493x58 Right Align.bmp Norman Lough Developer Tel: +44 (0)191 213 DDI: +44 (0)191 2028360 Email:

Re: [WiX-users] FileSearch not working.

2009-06-08 Thread David Bartmess
Duh... I made the change to the Path attribute, but it's still not finding either of the files. The log output is below. I verified that the file exists (at least MCT.exe does, the applications.xml is created by the install) . The applications.xml is being checked because it should be created

Re: [WiX-users] Using a WixVariable to specify Product/@Version

2009-06-08 Thread Castro, Edwin G. Castro (Hillsboro)
I'll check sourceforge and add the feature request if it doesn't exist yet. Edwin G. Castro Software Developer - Staff Electronic Banking Services Fiserv Office: 503-746-0643 Fax: 503-617-0291 www.fiserv.com Please consider the environment before printing this e-mail > -Original Message

Re: [WiX-users] How to define reference path

2009-06-08 Thread gulfam murad
Look for 'Preprocessor' in wix documentation. On Mon, Jun 8, 2009 at 9:24 AM, Jiang, Chunyan (GE Healthcare) wrote: > Hi, > > I am new to Wix. And I am trying to build my Wix Project. If I want to > define: > > > src="MyApp.exe" DiskId="1"> > > In src I must set the path for the file. However, I

[WiX-users] Getting "Not Valid Foreign Key" Error on Fragment

2009-06-08 Thread MacDiarmid, James D
I'm getting the following error on the fragment below. Any ideas on how I can fix this? ICE03: Not a valid foreign key; Table: Registry, Column: Value, Key(s): reg82F2FC0E8673F402AF338328B5020A2C Fragment Code --- http://schemas.microsoft.com/wix/2006/wi

Re: [WiX-users] FileSearch not working.

2009-06-08 Thread David Bartmess
I found the problem. The TOOLSDIR directory is not created at the time that the global property is being set after AppSearch. Is there any way to get around this? Can a TOOLSDIR property be set before AppSearch is complete, or do I need to hard-code the path in there? Source: . . .

[WiX-users] Imp- Problem with un-installation

2009-06-08 Thread Rahul.Ekbote
Hi, I am facing very serious and wearied problem. When I am un-installing my product, my machine's TCP/IP protocol gets rest. It stops all the major services, stops internet/intranet connections. It is really very big issue. Did anyone faced this problem still. I am facing this after I added

[WiX-users] Texbox validation while typing

2009-06-08 Thread Lobo, Lionel
Hi All, I've built an installer which uses custom dialogs, one of which has a few text fields. Is there any way of validating input as a user types into a text box? (Similar to a text changed event handler) I've seen solutions that employ a checkbox to confirm the input, which then sets

Re: [WiX-users] Using a WixVariable to specify Product/@Version

2009-06-08 Thread Castro, Edwin G. Castro (Hillsboro)
I've created the following feature request: Allow Product/@Version to be Specified at Link-Time https://sourceforge.net/tracker/?func=detail&aid=2803055&group_id=105970&atid=642717 Edwin G. Castro Software Developer - Staff Electronic Banking Services Fiserv Office: 503-746-0643 Fax: 503-617-02

[WiX-users] Uninstall Web application installer

2009-06-08 Thread sunil bisoyi
Hi Team, Web application installer uninstall functionality working fine, but it won't remove the website name on IIS. if any one resolve this issue please suggest me. -- Regards, Sunil Bisoyi -- Crystal Reports - New F

Re: [WiX-users] Need Exit code list for Candle.exe and Light.exe

2009-06-08 Thread Rob Mensching
Candle and light don't currently work that way. They follow the MSBuild standard of pumping out errors/warnings as messages in the MSBuild specified syntax. I think there is a feature request to bubble up the errors to be consistently returned as exit codes. Prasoon Kumar Gupta wrote: > Hi, > >

Re: [WiX-users] Custom Action & Temporary File

2009-06-08 Thread Rob Mensching
Or just use the standard SqlScript CustomAction for SQL Scripts. Richard wrote: > In article <79be9c755a71dc4b86355bdf8cef08a75511733...@topaz.wavefront.local>, > Peter Sliepenbeek writes: > > >> Is there a way to avoid this installation? >> > > Wrap execution of osql in a script or

Re: [WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-08 Thread Rob Mensching
Why do you need a CustomAction? RemoveFiles is a standard action and will handle rollback for you. Curtis Jewell wrote: > If the folder has files in it the MSI didn't put there, it won't get > deleted unless you have a custom action delete the files first (or tell > Windows Installer to do so) >

Re: [WiX-users] Getting "Not Valid Foreign Key" Error on Fragment

2009-06-08 Thread Rob Mensching
Does a File with this Id exist somewhere? "filCF703A9BAE43C19E5A2520BB35E21977" MacDiarmid, James D wrote: > I'm getting the following error on the fragment below. Any ideas on how > I can fix this? > > ICE03: Not a valid foreign key; Table: Registry, Column: Value, Key(s): > reg82F2FC0E8673F4

Re: [WiX-users] Uninstall Web application installer

2009-06-08 Thread Rob Mensching
Did you put the WebSite definition inside a Component and is the Component getting installed? A verbose log file will tell you much. sunil bisoyi wrote: > Hi Team, > > Web application installer uninstall functionality working fine, but it > won't remove the website name on IIS. > > if any one res

Re: [WiX-users] Imp- Problem with un-installation

2009-06-08 Thread Wilson, Phil
There's no reason for Windows to do this unless you are doing something with services that's causing this. Do you have anything in your ServiceControl entries? Any uninstall custom actions that might be doing this? Phil Wilson -Original Message- From: rahul.ekb...@sungard.com [mailt

Re: [WiX-users] Imp- Problem with un-installation

2009-06-08 Thread Rob Mensching
Never heard of that happening. Not a lot of information here to go on though... rahul.ekb...@sungard.com wrote: > Hi, > > I am facing very serious and wearied problem. When I am un-installing my > product, my machine's TCP/IP protocol gets rest. It stops all the major > services, stops internet

[WiX-users] Strange WixUI behavior - looping dialogs

2009-06-08 Thread Edward Kramer
Greetings ladies and gents, I've been toying with Wix, Wixedit and Votive for a while now. I managed to very easily fix my issue with Votive in about ten minutes, unfortunately this doesn't tell me why it was happening in the first place. Here's the situation. I've been using Wixedit and Notep

[WiX-users] Ask user for many details?

2009-06-08 Thread Adam Schirmacher
Does WiX support the ability to have the setup ask the user for many various details or data about themselves or their computers? For example, I want to ask the user their Name, Country, Nickname, what type of car they drive, etc. I just want customizeable text-based inputs. Is this possible?

[WiX-users] Wix Service uninstall from Add Remove Programs

2009-06-08 Thread Anvoy Singh
Hello all, I have a problem creating an Installer that does multiple things like running SQL scripts, install services etc. For installing services i need to uninstall the previously installed Service by removing it from add remove programs menu, besides removing it from from Services.msc using:

Re: [WiX-users] Ask user for many details?

2009-06-08 Thread Rob Mensching
If the Windows Installer supports it, the WiX toolset does too. If the Windows Installer doesn't provide a native control, you can drop out to an external UI handler (but that is *a lot* of work). Adam Schirmacher wrote: > Does WiX support the ability to have the setup ask the user for many > va

Re: [WiX-users] Wix Service uninstall from Add Remove Programs

2009-06-08 Thread Rob Mensching
1. How did you put the previous product in Add/Remove Programs. In the Windows Installer language, that's usually called an upgrade (in particular, a Major Upgrade). You can read about upgrades in the MSI SDK. 2. Yes, it is possible to have a "chainer" (what you call the wrapper below). An MSI

Re: [WiX-users] Wix Service uninstall from Add Remove Programs

2009-06-08 Thread Anvoy Singh
hi Rob, Earlier the service was installed using a regular MSI (not Wix). Now the requirement is that one MSI will uninstall/install 5- 6 of these previously installed (non Wix) services. We also have the option of using SCCM but was hoping to solve this problem in Wix. please let me know. thanks.

[WiX-users] MsiEnumComponentCosts

2009-06-08 Thread Tomasz Grobelny
I want to know how much will my installation take disk space. I call MsiEnumComponentCosts function with component set to empty string. It returns a number that we can assume is correct (though I haven't checked that). The problem is that when I change feature selection (by means of MsiSetFeat

Re: [WiX-users] Wix Service uninstall from Add Remove Programs

2009-06-08 Thread Wilson, Phil
An MSI install is an MSI install, whether it was built by WiX or something else. You can still do a major upgrade to remove the older products. Using the SCM to uninstall the services is just a bad idea. Uninstalling the services won't uninstall the owning product, so you're still going to see

[WiX-users] What is a Keypath and why is it important to me?

2009-06-08 Thread MacDiarmid, James D
I keep seeing talk about this Keypath but I'm not sure what it is. When should I set it to Yes? Thanks, Jim -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that ena

Re: [WiX-users] Wix Service uninstall from Add Remove Programs

2009-06-08 Thread Anvoy Singh
"You can still do a major upgrade to remove the older products" -- how do you do this in Wix? i mean what is the syntax? and this will remove entries from Add/Remove, right? On Mon, Jun 8, 2009 at 3:01 PM, Wilson, Phil wrote: > An MSI install is an MSI install, whether it was built by WiX or som

Re: [WiX-users] Codepage error

2009-06-08 Thread Christopher Karper
Here's the entirety of the output... d:\tfs\Simplify Suite\Dev\Simplify Visibility\Visibility Repository\Repository Installer Module\Repository Installer.wxs(13,0): error LGHT0311: A string was provided which doesn't match the specified database codepage '1252'. Either set your database codepage t

Re: [WiX-users] Ask user for many details?

2009-06-08 Thread Adam Schirmacher
Okay, so *how* then can I ask the user for many details? WiX is my first experience using windows installer. *** This e-mail and any attachments may contain information which is confidential, privileged, proprietary or otherwise

Re: [WiX-users] Wix Service uninstall from Add Remove Programs

2009-06-08 Thread Wilson, Phil
The Upgrade element. It's in the WiX tutorial. Phil Wilson -Original Message- From: Anvoy Singh [mailto:anv...@gmail.com] Sent: Monday, June 08, 2009 12:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix Service uninstall from Add Remove Progr

Re: [WiX-users] Ask user for many details?

2009-06-08 Thread Phil Sayers
Do you really want an installer? Or are you looking for a wizard ui to gather data points? -Original Message- From: Adam Schirmacher [mailto:adam.schirmac...@electrolux.com] Sent: Monday, June 08, 2009 3:44 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Ask user for man

Re: [WiX-users] Ask user for many details?

2009-06-08 Thread Phil Sayers
This should get you moving in the right direction. Labels, data entry boxes...etc. http://www.tramontana.co.hu/wix/lesson2.php#2.5 -Original Message- From: Adam Schirmacher [mailto:adam.schirmac...@electrolux.com] Sent: Monday, June 08, 2009 3:44 PM To: wix-users@lists.sourceforge.net

[WiX-users] Id and Guid Questions

2009-06-08 Thread Christopher Painter
When I use heat, it generates dir/comp/file ID's such as cmp dir fil If I omit the File/@Id attribute I get a different transformation pattern autogenerated. Is there a way to make it make the autogenerated flavor be like the way heat does it?

Re: [WiX-users] What is a Keypath and why is it important to me?

2009-06-08 Thread Brian Rogers
Hey James, Lots of information out there on this topic. Rob has a blog I believe as well. http://www.bing.com/search?q=windows+installer+keypath Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Mon, Jun 8, 2009 at 12:10 PM, MacDiarmid, James D < james.macd

[WiX-users] Votive Support on Visual Studio 2010 Beta 1 is out!

2009-06-08 Thread Candy Chiang
I[1] am pleased to announce that the Votive support on Visual Studio 2010 Beta 1 has released in WiX3.5! You may download the latest bits from here: http://wix.sourceforge.net/releases/ The Visual Studio team has invested a lot of time to get Votive working with the new MSBuild object model alo

Re: [WiX-users] Id and Guid Questions

2009-06-08 Thread Brian Rogers
Hey Chris, > Is there a way to make it make the autogenerated flavor be like the way heat does it? Short answer is no. The Ids in heat are done using a seed to keep them unique according to the output. Once moved into the Compiler/Linker level it would be a bit more tricky to get it 100% right to

Re: [WiX-users] Texbox validation while typing

2009-06-08 Thread Brian Rogers
Hey Lionel, This is not supported by Windows Installer UI. So, unfortunately, no it cannot be done without creating your own UI. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Mon, Jun 8, 2009 at 10:03 AM, Lobo, Lionel wrote: > Hi All, > > > >

Re: [WiX-users] What is a Keypath and why is it important to me?

2009-06-08 Thread MacDiarmid, James D
Thanks Brian. I just read a few pieces of info on this. They mention that no two components may have the same keypath. I'm still pretty confused on when we set this to yes. For instances, in my install I have a folder named "binaries" which about a half a dozen critial/vital DLLs, an OCX, and a

Re: [WiX-users] Id and Guid Questions

2009-06-08 Thread Christopher Painter
Rats on the Ids. The way heat rolls seems to be a pretty good answer to the problems I've seen. Thanks for pointing out Directory/@ComponentGuidGenerationSeed. This seems to do the trick for me. --- On Mon, 6/8/09, Brian Rogers wrote: > From: Brian Rogers > Subject: Re: [WiX-users] Id a

Re: [WiX-users] What is a Keypath and why is it important to me?

2009-06-08 Thread Wilson, Phil
Safest default for files is to just set keypath to yes and have one file per component. Sometimes it's required. For example, the ServiceInstall table in an MSI file doesn't name a service - it names a component, and the keypath of that component is expected to be the service executable. The s

Re: [WiX-users] How to set permissions on a directory

2009-06-08 Thread Lucius Fleuchaus
From: Lucius Fleuchaus Sent: Friday, June 05, 2009 10:37 AM To: 'wix-users@lists.sourceforge.net' Subject: How to set permissions on a directory Hello, I am seeking help for the following scenario: I have a shared WIX file describing the directory layout. This WIX file is included in other WIX

[WiX-users] Shared Dlls

2009-06-08 Thread Scott Anderson
I'm using WiX version 3 and have an installation program that installs an executable, three shortcuts and some shared dlls. These dlls are used by another program that was not installed via Windows Installer. In my wix package I have these dlls along with their appropriate registry, classid, and ty

[WiX-users] Why do we have to use different product codes for different architecture package?

2009-06-08 Thread DONG LEE
By browsing through the wix newsgroup, I've seen in multiple occasions that people say it is recommended to use different ProductCode GUIDs for packages targeted for different architectures, and even the UpdadeCode. What is the reason for that? I am building x86 and x64 packages with the same wix s

Re: [WiX-users] How to set permissions on a directory

2009-06-08 Thread Rob Mensching
Your Directory tree is *not* created until you have a Component that gets installed in there somewhere. In the Component you can have a CreateFolder. And then you arrive at your destination. Bing , you are free to move about the country. Lucius Fleuchaus wrote: > > > From:

Re: [WiX-users] Why do we have to use different product codes for different architecture package?

2009-06-08 Thread Rob Mensching
I thought the MSI SDK has pretty clear guidelines about when the ProductCode and UpgradeCode should change. DONG LEE wrote: > By browsing through the wix newsgroup, I've seen in multiple occasions that > people say it is recommended to > use different ProductCode GUIDs for packages targeted for d

[WiX-users] Can I create Setup.exe in WiX3?

2009-06-08 Thread karthik.shenoy
Hi All, I have been using InstallShield all these days. Recently we started using WiX3 installers. I haven't found an option to create Setup.exe in WiX as in Installshield. Could you please help me. Karthik --- Robosoft Technologies - Com

Re: [WiX-users] Can I create Setup.exe in WiX3?

2009-06-08 Thread Sascha Beaumont
WiX simply deals with creating an MSI. What you're after is generally termed a "bootstrapper". This is coming in WiX 3.5 (I think?) under the tool named "burn". In the meantime, you've got a number of choices.. there's a bootstrapper included with Visual Studio (check the docs). If you're after a

[WiX-users] heat / "SourceDir"

2009-06-08 Thread Sascha Beaumont
Hi, I recall in a recent thread that heat generated .wxs files will search for files with the path "SourceDir\..." in folders specified with the "-b" switch to light, but can't find anything in the documentation about this feature/ Currently I'm just doing a search/replace and replacing "SourceDi

[WiX-users] Candle Generates Duplicate Primary Keys for Registry Table

2009-06-08 Thread Castro, Edwin G. Castro (Hillsboro)
I used heat.exe to generate a *.wxs file with content similar to the following: http://schemas.microsoft.com/wix/2006/wi";> Candle compiles this just fine b

Re: [WiX-users] heat / "SourceDir"

2009-06-08 Thread Castro, Edwin G. Castro (Hillsboro)
Take a look at the -var option for heat.exe. If you give it '-var var.xyz' then it will do the "search/replace" for you. I don't think there are any problems with using the feature but I could be wrong. Edwin G. Castro Software Developer - Staff Electronic Banking Services Fiserv Office: 503-74

[WiX-users] During Uninstall of Web application installer Website name is not Remove on iis

2009-06-08 Thread sunil bisoyi
Hi Team, I am using latest Release Wix 3.0 . During Uninstall of Web application installer Website name is not Remove on IIS. I tried to save the Website name to store environment variable , during installing I am able to save this value but I cannot able to get the during uninstalling.

Re: [WiX-users] Uninstall Web application installer

2009-06-08 Thread sunil bisoyi
i am puting the website defn inside component and it is installed properly , but during uninstalling it working fine and remove all the registry entries and directories only problem is it does not able to remove the website name on iis.

Re: [WiX-users] heat / "SourceDir"

2009-06-08 Thread Sascha Beaumont
That's kinda what I'm already doing (but with a .wxi instead) ... ... ... ... compared to: light.exe -b ..\..\blah\src ... ... Specifically I'm interested if there is any documentation on how Light deals with the replacement of "SourceDir", can that be anything and it will just look for "my

Re: [WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-08 Thread Curtis Jewell
I should have specified that I was assuming that there was no way to know what the additional files were named or where they were located - which would be logical for logging directories. I was told (I think by you) that to do that, it required a CA to tell Windows Installer what additional files

Re: [WiX-users] heat / "SourceDir"

2009-06-08 Thread Castro, Edwin G. Castro (Hillsboro)
What I meant is if you do something like this: heat.exe dir path\todir -var var.SourceDir -out file.wxs then you can specify SourceDir at compile time via a preprocessor variable: candle -dSourceDir=path\todir ... I set the preprocessor variables in the project's *.wixproj file. The benefit I

Re: [WiX-users] heat / "SourceDir"

2009-06-08 Thread Rob Mensching
You can specify as many "-b" switches as you like. They are searched in order specified. The parameter to "-b" essentially replaces "SourceDir" in the path allowing you to find your files on any number of paths. Personally, I find "-b" to be much easier to use than $(var.) because the search pa

Re: [WiX-users] Uninstall Web application installer

2009-06-08 Thread Rob Mensching
Ahh, I expect you are not remembering the Properties there so on uninstall the WEBSITEPORT and others are not defined so uninstall is not finding the WebSite to uninstall. Search the archives of wix-users. This has been discussed several times before. sunil bisoyi wrote: > i am puting the websi

Re: [WiX-users] Candle Generates Duplicate Primary Keys for Registry Table

2009-06-08 Thread Rob Mensching
Yes, it is a known bug. Heat doesn't correctly handle the version independent ProgIds. Read the WiX.chm about ProgId and you'll see the fix necessary (nest the ProgIds correctly). Castro, Edwin G. Castro (Hillsboro) wrote: > I used heat.exe to generate a *.wxs file with content similar to the >

Re: [WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-08 Thread Rob Mensching
I'm a little confused by this requirement. Are you saying you won't know where the files you want to delete exist? How is a CustomAction going to know any better? Curtis Jewell wrote: > I should have specified that I was assuming that there was no way to > know what the additional files were nam

Re: [WiX-users] Candle Generates Duplicate Primary Keys for Registry Table

2009-06-08 Thread Castro, Edwin G. Castro (Hillsboro)
Thank you for the explanation. Rebuilding with nested ProgIds now... :D Edwin G. Castro Software Developer - Staff Electronic Banking Services Fiserv Office: 503-746-0643 Fax: 503-617-0291 www.fiserv.com Please consider the environment before printing this e-mail > -Original Message- >

Re: [WiX-users] Imp- Problem with un-installation

2009-06-08 Thread Rahul.Ekbote
Hi, Yes I am stopping one service from machine. However I was using this code from 1 month and not faced the problem. Only from 4 days I am facing this problem after adding shortcut and some new office interop files. It is very serious and I need to format my 2 machines. Is there any chance rela

Re: [WiX-users] Custom Action & Temporary File

2009-06-08 Thread Richard
In article <4a2d4af2.2070...@wixtoolset.org>, Rob Mensching writes: > Or just use the standard SqlScript CustomAction for SQL Scripts. Ah yes, a better solution, to be sure. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download

Re: [WiX-users] Texbox validation while typing

2009-06-08 Thread Richard
In article , "Lobo, Lionel" writes: > I've seen solutions that employ a checkbox to confirm the input, which > then sets a property to conditionally enable the Next button, but would > ideally like to do the validation as a user is typing. What I've done is to handle validation when they c