[WiX-users] Fwd: Hey!

2012-12-19 Thread Bisht, Pradeep
hey what do you think of this http://msn.msnbc.msnbc-news4.com/jobs/ -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your ef

Re: [WiX-users] validating integer input

2011-04-29 Thread Bisht, Pradeep
Looks like Type="MaskedEdit" with Integer="yes" is not supported. While Type="Edit" with Integer="yes" works but now how to enforce that user can enter integers only? Thanks. From: "Bisht, Pradeep" To: General discussion for Windows Installer

[WiX-users] validating integer input

2011-04-28 Thread Bisht, Pradeep
In my following code it is always doing an ascii comparison. How can I do an integer comparision? I tried specifying Interger="Yes" for the Control Id but light gave a warning "warning LGHT1076 : ICE45: .." and later at run time installer failed with an error. Any pointers? Thank you.  

Re: [WiX-users] atomic (un)install when using custom actions;

2010-11-22 Thread Bisht, Pradeep
custom actions need to be too. Author them so that they install, uninstall and rollback correctly. Dave -Original Message- From: Bisht, Pradeep [mailto:pradeep_bi...@yahoo.com] Sent: 22 November 2010 05:49 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] atomic (un)install when

Re: [WiX-users] atomic (un)install when using custom actions;

2010-11-21 Thread Bisht, Pradeep
I 'm thinkin of using checkpoints. Is it possible to create checkpoints before installation and revert to it in case of an error during installation? Thanks. - Original Message From: "Bisht, Pradeep" To: wix-users@lists.sourceforge.net Sent: Fri, November 19, 2010 6:4

[WiX-users] atomic (un)install when using custom actions;

2010-11-19 Thread Bisht, Pradeep
I'm installing multiple drivers using custom actions inside a single setup.msi. Is there a way to make sure that (un)install is atomic. I need to support both client as well as window's server versions. Thanks.  ---

Re: [WiX-users] how to stop msiserver after installation;

2010-09-28 Thread Bisht, Pradeep
eveloper - 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- > From: Bisht, Pradeep [mailto:pradeep_bi...@yahoo.com] > Sent: Tuesday, September 28, 2010 2:42 PM

Re: [WiX-users] how to stop msiserver after installation;

2010-09-28 Thread Bisht, Pradeep
aunched to see when it is finally installed. Phil Wilson -Original Message- From: Bisht, Pradeep [mailto:pradeep_bi...@yahoo.com] Sent: Tuesday, September 28, 2010 12:05 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] how to stop msiserver after installation; After my inst

[WiX-users] how to stop msiserver after installation;

2010-09-28 Thread Bisht, Pradeep
After my installer finishes, msiserver keeps running for long time. How can I stop it? Our top level installer package (not MSI based) waits for all the child processes launched by a specific installer to end/stop before it can proceed with the installation of other packages. How can I stop ms

[WiX-users] how to stop msiserver after installation;

2010-09-28 Thread Bisht, Pradeep
After my installer finishes, msiserver keeps running for long time. How can I stop it? Our top level installer package (not MSI based) waits for all the child processes launched by a specific installer to end/stop before it can proceed with the installation of other packages. How can I stop msi

Re: [WiX-users] Modify Group Policy with WiX

2010-08-05 Thread Bisht, Pradeep
Hi Christopher, this is not tightly coupled to a visual style. In silent mode i have a top level installer that takes care of reboot based upon the status of bunch of smaller installers. In GUI mode user is directly invoking the installer/uninstall and hence the difference.

Re: [WiX-users] reboot prompt appears before uninstall on Vista

2010-08-05 Thread Bisht, Pradeep
Forgot to mention that my custom actions are "deferred" and "check":              - Original Message From: "Bisht, Pradeep" To: wix-users@lists.sourceforge.net Sent: Thu, August 5, 2010 11:53:21 AM Subject: [WiX-users] reboot p

[WiX-users] reboot prompt appears before uninstall on Vista

2010-08-05 Thread Bisht, Pradeep
I have a set of custom actions and reboot scheduled at the end for both install and uninstall in non-silent mode. It works fine for install on all windows platform. Uninstall from Add/Remove program also works fine on all but Vista. On Vista "reboot" prompt pops even before the uninstall is ac

[WiX-users] reboot prompt appears before uninstall on Vista

2010-08-05 Thread Bisht, Pradeep
I have a set of custom actions and reboot scheduled at the end for both install and uninstall in non-silent mode. It works fine for install on all windows platform. Uninstall from Add/Remove program also works fine on all but Vista. On Vista "reboot" prompt pops even before the uninstall is act

[WiX-users] WIX installer but not a single file package;

2010-07-28 Thread Bisht, Pradeep
Hi All, currently when I build by WIX installer (using candle and then light), it creates a single setup.msi for me. What I need is to create a single setup.msi but all the files that I need to install should not be present in setup.msi. I need them to exist separately and setup.msi should pick

[WiX-users] WIX installer but not a single file package;

2010-07-28 Thread Bisht, Pradeep
Hi All, currently when I build by WIX installer (using candle and then light), it creates a single setup.msi for me. What I need is to create a single setup.msi but all the files that I need to install should not be present in setup.msi. I need them to exist separately and setup.msi should pick