[WiX-users] Default Website gets removed in uninstall in VISTA

2009-09-23 Thread jagdish.sakhiya

Hi,

I am working with latest version of Wix installer. Refer the below code:



 

  

  



  
  












































  

  

  

The problem here is that, in Vista, the default web site gets either deleted
(if removed Permenent=’yes’) else gets corrupted. 

In Windows XP, default web site will not be deleted but also virtual
directory does not get removed.

Your help will be really appreciated. Thanks.

-- 
View this message in context: 
http://n2.nabble.com/Default-Website-gets-removed-in-uninstall-in-VISTA-tp3698624p3698624.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Default website gets removed on Uninstall

2009-09-23 Thread jagdish.sakhiya


Hi All,

I am working with latest version of Wix installer. Refer the below code:



 

  

  



  
  












































  

  

  

The problem here is that, in Vista, the default web site gets either deleted
(if removed Permenent=’yes’) else gets corrupted. 

In Windows XP, default web site will not be deleted but also virtual
directory does not get removed.

Your help will be really appreciated. Thanks.

Regards,
Jagdish Sakhiya


pavan gadam wrote:
> 
> Hey,
> 
> I have a similar problem. I am currently using wix 3, in which Directory
> attribute is compulsary for Website Element.
> 
> I want to install webservices into the website selected by the user in a
> comboBox.
> 
> If user selects a Website say "Default Website", after installation, wix
> creates another instance of website with same name.
> 
> *Is there any way to create Directorty element mapped to particular
> path?*If say i want to create Directorty element for directory located
> in
> D:\direct1\direct2\*direct3. *
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -
> 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
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Default-website-gets-removed-on-Uninstall-tp731259p3698597.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Close VS IDE While uninstalling

2009-02-08 Thread jagdish.sakhiya

Hi Phil, Can you advise me if there is any solution for this problem.

Jagdish Sakhiya


Wilson, Phil wrote:
> 
> I don't think you should be doing this. Windows will just take of the
> situation. I have several versions of Visual Studio on my system, and if
> they are all running at the same time they're all called devenv.exe. Are
> you going to shut them all down whether they have your add-in loaded or
> not? Or someone in the middle of developing something will get a
> messagebox confirming that they want to shut down and save their changes?
> I don't know whether you can get this working in WiX or not, but IMO it's
> not a good idea. 
> 
> Phil Wilson 
> 
> -Original Message-
> From: Jagdish Sakhiya [mailto:jsakh...@cybage.com] 
> Sent: Thursday, February 05, 2009 10:45 PM
> To: wix-users@lists.sourceforge.net
> Cc: ml-user+58260-2011467...@n2.nabble.com
> Subject: [WiX-users] Close VS IDE While uninstalling
> 
> Hi,
> 
> I have VS Addin which is used to create new project same
> as WIX Votive. It is installing successfully thru Wix Installer. Now
> while uninstalling that VS Addin, I would like to close instance of  my
> addin if it is opened in VS IDE. I have tried using
>  Target="devenv.exe" RebootPrompt="no" /> but it is not working properly.
> Can you tell me if there is any other way to implement this kind of
> scinario in WIX
> 
>  
> 
> Regards,
> 
> Jagdish Sakhiya
> 
>  
> 
> 
> "Legal Disclaimer: This electronic message and all contents contain
> information from Cybage Software Private Limited which may be privileged,
> confidential, or otherwise protected from disclosure. The information is
> intended to be for the addressee(s) only. If you are not an addressee, any
> disclosure, copy, distribution, or use of the contents of this message is
> strictly prohibited. If you have received this electronic message in error
> please notify the sender by reply e-mail to and destroy the original
> message and all copies. Cybage has taken every reasonable precaution to
> minimize the risk of malicious content in the mail, but is not liable for
> any damage you may sustain as a result of any malicious content in this
> e-mail. You should carry out your own malicious content checks before
> opening the e-mail or attachment."
> www.cybage.com 
> 
> 
> --
> Create and Deploy Rich Internet Apps outside the browser with
> Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing skills and code
> to
> build responsive, highly engaging applications that combine the power of
> local
> resources and data with the reach of the web. Download the Adobe AIR SDK
> and
> Ajax docs to start building applications
> today-http://p.sf.net/sfu/adobe-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> 
> --
> Create and Deploy Rich Internet Apps outside the browser with
> Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing skills and code
> to
> build responsive, highly engaging applications that combine the power of
> local
> resources and data with the reach of the web. Download the Adobe AIR SDK
> and
> Ajax docs to start building applications
> today-http://p.sf.net/sfu/adobe-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Close-VS-IDE-While-uninstalling-tp2279517p2295794.html
Sent from the wix-users mailing list archive at Nabble.com.


--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Close/restart running application on install

2009-02-05 Thread jagdish.sakhiya

Hi Devo,

   I have same problem in add-in application in VS. can you tell me possible
solution if you got any of it. i have tried with following code. but it is
not working. it is working fine with other application.







divo wrote:
> 
> Hi,
> 
> In my scenario I need to install an application add-in. Before
> installation I want to make sure that the application is not running.
> There are actually no files in use which need to be updated; however, the
> application needs to be restarted after the installation for the add-in to
> be loaded.
> 
> MsiRMFilesInUse seems to do what I want, but I only get it to work during
> uninstall when there are actually files in use. 
> 
> Is there a similar mechanism available to close applications during
> installation, which automatically shows the same dialog to the user? 
> 
> Best Regards,
> divo
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Close-restart-running-application-on-install-tp1125535p2279828.html
Sent from the wix-users mailing list archive at Nabble.com.


--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disable Features in Feature tree

2009-02-04 Thread jagdish.sakhiya

Hi Bob,

 

If we set the level of all features to 0 then call
AddLocal Publish event. Nothing is displaying in feature tree. For ex.
 

   

Regards,
Jagdish Sakhiya

 

 

From: Bob Arnson-6 (via Nabble)
[mailto:ml-user+58260-2011467...@n2.nabble.com] 
Sent: Wednesday, February 04, 2009 4:37 AM
To: Jagdish Sakhiya
Subject: Re: [WiX-users] Disable Features in Feature tree

 

jagdish.sakhiya wrote: 
> Hi Bob, This is my code. Here, I am removing features using Remove
control 
> event on next button of ComponentType dialog. 

The only way to do that is to set the level of all features to 0, then 
AddLocal the ones you want enabled. 

-- 
sig://boB 
http://joyofsetup.com/




-- 
Create and Deploy Rich Internet Apps outside the browser with
Adobe(R)AIR(TM) 
software. With Adobe AIR, Ajax developers can use existing skills and
code to 
build responsive, highly engaging applications that combine the power of
local 
resources and data with the reach of the web. Download the Adobe AIR SDK
and 
Ajax docs to start building applications
today-http://p.sf.net/sfu/adobe-com
___ 
WiX-users mailing list 
wix-us...@...
<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2266182&i=0>  
https://lists.sourceforge.net/lists/listinfo/wix-users





This email is a reply to your post @
http://n2.nabble.com/Disable-Features-in-Feature-tree-tp2180402p2266182.
html
You can reply by email or by visting the link above.

 


"Legal Disclaimer: This electronic message and all contents contain information 
from Cybage Software Private Limited which may be privileged, confidential, or 
otherwise protected from disclosure. The information is intended to be for the 
addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution, or use of the contents of this message is strictly prohibited. If 
you have received this electronic message in error please notify the sender by 
reply e-mail to and destroy the original message and all copies. Cybage has 
taken every reasonable precaution to minimize the risk of malicious content in 
the mail, but is not liable for any damage you may sustain as a result of any 
malicious content in this e-mail. You should carry out your own malicious 
content checks before opening the e-mail or attachment."
www.cybage.com 



-- 
View this message in context: 
http://n2.nabble.com/Disable-Features-in-Feature-tree-tp2180402p2268292.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disable Features in Feature tree

2009-02-03 Thread jagdish.sakhiya

Hi Bob, This is my code. Here, I am removing features using Remove control
event on next button of ComponentType dialog. This dialog is used to make
selection from server, client or developers based installation. if User has
selected “Server based installation” in  ComponentType dialog then Feature
tree in CustomizeDlg should display only features of server rather than all.
I am not able to implement this. In my code, it is displaying all of server,
client and developer features and one of them selected others are cross
marked. but i dont want to show. i want to show only selected ones.

 
   
 
   
……. have 3 more features here 
 
   
 
   
…… have 2 more features here 
 
   
   
   
   
  
…… have 2 more features here 
Publish Button events 






1 




Bob Arnson-6 wrote:
> 
> jagdish.sakhiya wrote:
>> No Bob.. I don’t want to show features which are removed using Remove
>> control event in feature tree. Is there any way for same?
>>   
> 
> I don't understand what you're trying to accomplish. Please explain.
> 
> -- 
> sig://boB
> http://joyofsetup.com/
> 
> 
> 
> --
> Create and Deploy Rich Internet Apps outside the browser with
> Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing skills and code
> to
> build responsive, highly engaging applications that combine the power of
> local
> resources and data with the reach of the web. Download the Adobe AIR SDK
> and
> Ajax docs to start building applications
> today-http://p.sf.net/sfu/adobe-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Disable-Features-in-Feature-tree-tp2180402p2263060.html
Sent from the wix-users mailing list archive at Nabble.com.


--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disable Features in Feature tree

2009-02-02 Thread jagdish.sakhiya

No Bob.. I don’t want to show features which are removed using Remove control 
event in feature tree. Is there any way for same?

Regards,
Jagdish Sakhiya

 

 

From: Bob Arnson-6 (via Nabble) [mailto:ml-user+58260-2011467...@n2.nabble.com] 
Sent: Monday, February 02, 2009 11:18 PM
To: Jagdish Sakhiya
Subject: Re: [WiX-users] Disable Features in Feature tree

 

jagdish.sakhiya wrote: 
> So, I have implemented following code by using Remove control events. I am 
> able to mark feature as an unselected but I don’t want to show that features 
> itself in feature tree. Can you guide me how can we achieve this. 
>   

The selection tree control doesn't support showing features that are 
disabled. 

-- 
sig://boB 
http://joyofsetup.com/



-- 
This SF.net email is sponsored by: 
SourcForge Community 
SourceForge wants to tell your story. 
http://p.sf.net/sfu/sf-spreadtheword
___ 
WiX-users mailing list 
wix-us...@... 
<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2259310&i=0>  
https://lists.sourceforge.net/lists/listinfo/wix-users





This email is a reply to your post @ 
http://n2.nabble.com/Disable-Features-in-Feature-tree-tp2180402p2259310.html
You can reply by email or by visting the link above.

 


"Legal Disclaimer: This electronic message and all contents contain information 
from Cybage Software Private Limited which may be privileged, confidential, or 
otherwise protected from disclosure. The information is intended to be for the 
addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution, or use of the contents of this message is strictly prohibited. If 
you have received this electronic message in error please notify the sender by 
reply e-mail to and destroy the original message and all copies. Cybage has 
taken every reasonable precaution to minimize the risk of malicious content in 
the mail, but is not liable for any damage you may sustain as a result of any 
malicious content in this e-mail. You should carry out your own malicious 
content checks before opening the e-mail or attachment."
www.cybage.com 



-- 
View this message in context: 
http://n2.nabble.com/Disable-Features-in-Feature-tree-tp2180402p2261667.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disable Features in Feature tree

2009-02-01 Thread jagdish.sakhiya


Bob Arnson-6 wrote:
> 
> Jagdish Sakhiya wrote:
>> I want to show only one feature tree in customize dialog. 
>>   
> 
> Disable the features you don't want to show, using feature conditions or 
> Remove control events.
> 
> -- 
> sig://boB
> http://joyofsetup.com/
> 
> 
> 
> --
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 


Hi Bob, Thanks for reply. I am not able hide the features which I don’t want
to show in feature tree by features condition. 
So, I have implemented following code by using Remove control events. I am
able to mark feature as an unselected but I don’t want to show that features
itself in feature tree. Can you guide me how can we achieve this.

  

  
……. have 3 more features here

  

  
…… have 2 more features here 

  
  
  
   
 
…… have 2 more features here 
Publish Button events
   
   
   
   
   
   
1

Where COMPONENT_TYPE is property which will be set based on component type
selected ion ComponentTypeDlg screen. Now I want to sholw eaither Server,
Client or Developer in FeatureCustomizeDlg dialog. 

-- 
View this message in context: 
http://n2.nabble.com/Disable-Features-in-Feature-tree-tp2180402p2256736.html
Sent from the wix-users mailing list archive at Nabble.com.


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users