Re: [WiX-users] Dependent Windows Services

2007-11-29 Thread Dhaval Patel
similar experiences. But as pointed above, resetting IIS this way, seems to be working for me. Thanks for the input! Again, I wouldn't mind someone else verifying my Custom Action condition in the snippet above. On Nov 29, 2007 4:33 PM, Dhaval Patel <[EMAIL PROTECTED]> wrote: >

Re: [WiX-users] Xml Beautifier

2007-11-29 Thread Dhaval Patel
Define an Xml beautifier? I take input from users and modify Xml files all the time without losing the "beauty" of the Xml file - beauty for me is proper indentation... On Nov 29, 2007 4:58 PM, si <[EMAIL PROTECTED]> wrote: > Greetings, > > Has anyone successfully integrated an xml beautifier int

Re: [WiX-users] Dependent Windows Services

2007-11-29 Thread Dhaval Patel
ot check the return value, couldn't you? Or does MSI also complain when > net start throws an error? > > Kelly > > > > *"Dhaval Patel" <[EMAIL PROTECTED]>* > > Sent by: [EMAIL PROTECTED] > > 11/29/2007 04:00 PM > To > "wix-users@li

[WiX-users] Dependent Windows Services

2007-11-29 Thread Dhaval Patel
I never figured out a built-in way (in WIX) to start/stop dependent Windows services automagically. For example, the server has IIS installed along with SMTP & POP3. When I stop IIS (via ServiceControl), the dependent services also get stopped, but when I restart IIS (via ServiceControl), the depen

[WiX-users] New Windows Group & Permissions

2007-11-25 Thread Dhaval Patel
Couple of questions: 1) Is it possible to create a new Windows group in WIX2.X? 2) We have some "application-level" users that need write permissions to the TempFolder for compiling Web Services' related temporary files - only issue is that I can't access the Permission element outside a element

Re: [WiX-users] How to deploy all the files inside the folder rather than specifying each files

2007-07-22 Thread Dhaval Patel
You can use heat.exe to make your life easier. There are various posts on how to use it to obtain a WIX fragment that you can directly use in your poroject. On 7/19/07, Pierson Lee (Volt) <[EMAIL PROTECTED]> wrote: There is not a way to specify a directory. You will need to specify each file

Re: [WiX-users] Determine IIS Application Path After Installation?

2007-06-04 Thread Dhaval Patel
I don't think I understand your question, but if you are simply trying to reference the location where the Web app is installed, then how about using properties? You can reference properties (like "INSTALLDIR" or "TARGETDIR" [these are hypothetical names; look at the tramontana tutorial for detail

Re: [WiX-users] Sqlscript problem

2007-06-04 Thread Dhaval Patel
This has been discussed extensively... What is in your .sql script file? Do you have all the batches delimited by "GO" statements? Use SQL Server Management Studio/Enterprise Manage to load and save your scripts. Let us all know if this helps. On 6/2/07, rajiv ramanan <[EMAIL PROTECTED]> wrote

[WiX-users] Associating Files & Shortcuts (Rob's Version)

2007-05-09 Thread Dhaval Patel
Most of my stuff gets deployed on the server side where the only users are admins and support staff. I usually point them to the config XML files in my documentation, but it is always useful to have a shortcut in the Programs Menu folder (it also minimizes documentation). Another nice functionalit

Re: [WiX-users] and escape sequences.

2007-05-08 Thread Dhaval Patel
I have had to deal with "GO" statements at a rather deeper level when I started working with WIX - I was receiving similar errors and I raised the same questions you did back then. I have learnt from my mistakes to include a "GO" statement after every executable statement; just like Mike said, you

[WiX-users] Scheduled Tasks

2007-04-26 Thread Dhaval Patel
This is something that just came to mind when I was discussing a deployment scenario with a colleague - is there a way to create a custom scheduled task at the OS level using WIX? So for example, I have a FooBar.exe file that I delpoy which I would want to run every night at 12:01 AM... Thanks i

Re: [WiX-users] C# .dll

2007-03-24 Thread Dhaval Patel
The main reason being individuals like me (newer developers) who more or less started programming in C#; that was primarily the reason why I started this thread anyway. Folks like Phil Wilson proposed the idea of learning C++, and that had a meaningful end. But more or less, more and more people

Re: [WiX-users] custom action to reg NET 2.0

2007-03-23 Thread Dhaval Patel
t was wrong with mine. For some reason > the CA didn't like what I was putting in for the Directory value. I put > in INSTALLDIR and everything worked great. > > > > Thanks! > > > > > > From: Dhaval Patel [mailto: [EMAIL PROTECTED

Re: [WiX-users] C# .dll

2007-03-19 Thread Dhaval Patel
ning it (include managed C++ too) because you'll stand out from all those guys who only have C#. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dhaval Patel Sent: Monday, March 19, 2007 4:20 PM To: Levi Wilson Cc: Danish Waheed; wix

Re: [WiX-users] C# .dll

2007-03-19 Thread Dhaval Patel
custom actions as a way to do things that > aren't supported by Microsoft Installer itself. While true, it is also > often true that there is a reason why Microsoft Installer doesn't > currently contain built-in support for that specific action. > > Regards, > Richard

Re: [WiX-users] Creating SqlDatabase with/without Windows Authentification

2007-03-19 Thread Dhaval Patel
IN_AUTH_DB="True" ... ... ... Dhaval Patel-4 wrote: > > I'd be interested in seeing your solution, Peter. Can you post your > solution > on the Wix-users list for future reference? I feel this s

Re: [WiX-users] C# .dll

2007-03-19 Thread Dhaval Patel
asically, I'm trying to understand what the solution might look like in order to overcome some of the more subtle issues. What's so "neat"? :) Thanks! Joe K. - Original Message - From: "Rob Mensching" <[EMAIL PROTECTED]> To: "Levi Wilson" <

Re: [WiX-users] C# .dll

2007-03-16 Thread Dhaval Patel
o the Windows Installer process. *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Levi Wilson *Sent:* Friday, March 16, 2007 10:40 AM *To:* Dhaval Patel *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] C# .dll I don't know for certain, but my guess would b

[WiX-users] C# .dll

2007-03-16 Thread Dhaval Patel
Will WIX 3.0 be adding the capability to call C# .dll files? If not, WHY? :) - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT

Re: [WiX-users] Creating SqlDatabase with/without Windows Authentification

2007-03-14 Thread Dhaval Patel
I'd be interested in seeing your solution, Peter. Can you post your solution on the Wix-users list for future reference? I feel this shouldn't be hard, but if you already have it, then why reinvent the wheel! Thanks in advance. On 3/13/07, pobox77 <[EMAIL PROTECTED]> wrote: Thanks Dana, I'v

[WiX-users] Pre-Processor Variables

2007-02-22 Thread Dhaval Patel
I was playing around with WIX and came across some examples on the Net that use pre-processor variables ($ sign) to set properties (at least that what I understood). Can someone throw some light on the exact behavior, syntax, and usage of the $ sign (and/or any other such variables in WIX - these

Re: [WiX-users] Prevent Deletion of File

2007-02-15 Thread Dhaval Patel
So I assume the components in other MSIs need to have the same GUID? Again, I don't need this functionality right now, but it'd be good to know. Thanks. On 2/14/07, Bob Arnson <[EMAIL PROTECTED]> wrote: Dhaval Patel wrote: > I have an MSI that installs numerous files - s

Re: [WiX-users] Windows Forms App

2007-02-14 Thread Dhaval Patel
/07, Johan Appelgren <[EMAIL PROTECTED]> wrote: On 2/14/07, Dhaval Patel <[EMAIL PROTECTED]> wrote: > I don't know if this issue is WIX related, or something completely random. I > had developed an app that was deployed using "Xcopy" via a batch file. > Recently m

[WiX-users] Prevent Deletion of File

2007-02-14 Thread Dhaval Patel
I have an MSI that installs numerous files - some of these may be shared by other components on the same box at a later time. I need to ensure that these specific files are not deleted upon uninstallation of my MSI. An example would help! Thanks for the help, guys! ---

[WiX-users] Windows Forms App

2007-02-13 Thread Dhaval Patel
I don't know if this issue is WIX related, or something completely random. I had developed an app that was deployed using "Xcopy" via a batch file. Recently my PM decided to port it to WIX because of my newly gained "WIX powers." Anyway, this app has a bunch of .dll files and a Windows Forms app t

Re: [WiX-users] CustomAction

2007-02-12 Thread Dhaval Patel
is) that I can execute the Custom Action to run the batch file right before the execution of the uninstallation procedure begins? To be specific, a user selects "Remove" and the first thing that happens is the batch file gets executed before anything else. Thanks, guys! On 2/5/07,

Re: [WiX-users] CustomAction

2007-02-05 Thread Dhaval Patel
: > > > > > > Hi Dhaval, > > > > I'm new here and I have not much experience with WiX, but if my > > understanding is correct, here it goes: > > > > ... > > > > > > > > > > > > > > REMOVE="ALL&quo

[WiX-users] CustomAction

2007-02-02 Thread Dhaval Patel
I have been trying to find a post that would sum up how to run a CustomAction (to run a batch file) at the end of an installation, and in the same MSI, another CustomAction that would run the corresponding "undo" action from another batch file. So the flow would be like: Step 1) Install files Ste

Re: [WiX-users] package ASP.NET application

2007-01-19 Thread Dhaval Patel
o list all files separately as elements? -Oleg. -- *From:* Dhaval Patel [mailto:[EMAIL PROTECTED] *Sent:* Friday, January 19, 2007 12:21 AM *To:* Ogurok, Oleg *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] package ASP.NET application See the e

Re: [WiX-users] package ASP.NET application

2007-01-18 Thread Dhaval Patel
See the example here: http://www.tramontana.co.hu/wix/lesson6.php#6.3 Basically, the Directory element would contain all your *.aspx, *.js, etc files. One thing the example doesn't mention is nested directories (example, you may have an App_Code, App_Themes, etc) directories - if you are using Vi

Re: [WiX-users] SQL Instance

2007-01-15 Thread Dhaval Patel
fault instance in my scripts. Also, SQL seems to recognize "(local)" as the name of the local SQL machine. I've never tried "localhost" or ".". *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Dhaval Patel *Sent:* Sunday, January 14, 2007

[WiX-users] SQL Instance

2007-01-14 Thread Dhaval Patel
I am very satisfied with what I have achieved with WIX over the past few weeks. Nevertheless, I have been running into road blocks while trying to execute SQL Server related tasks. 1) Upon uninstalling the product, WIX is ALWAYS unable to drop the database (and unable to execute the uninstallatio

Re: [WiX-users] SQL Script

2006-12-19 Thread Dhaval Patel
ing drop down box. From: Dhaval Patel [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 14:56To: Rob MenschingSubject: RE: [WiX-users] SQL Script I am using 2.0.4611.0. Mike Dimmick had the following tip. I am not sure if that indeed is the issue. I skimmed over the links that he sent

[WiX-users] SQL Script

2006-12-11 Thread Dhaval Patel
I am a WIX newbie and I think I have been able to grasp most of the functionality via trial and error over the last week or so. Nevertheless, making this SQL script execute has been driving me nuts. I am hoping one of you experienced folks will be able to help me out. I have attached an image of