[WiX-users] UI to display list of selected features

2010-12-13 Thread sagar shinde
Hi, I want to display list of features that are selected by user while custom installation. How can i get which feature is selected by user for installation and which features are excluded by user.not to be displayed in a list i have created dialog box which show list of features before installat

Re: [WiX-users] Delete Registry Value

2010-12-12 Thread sagar shinde
values, though. > > -Original Message- > From: sagar shinde [mailto:sagar.i...@gmail.com] > Sent: Thursday, December 09, 2010 11:48 PM > To: WiX-users@lists.sourceforge.net > Subject: [WiX-users] Delete Registry Value > > Hi , > > i am getting a problem while deleting regi

[WiX-users] Delete Registry Value

2010-12-09 Thread sagar shinde
Hi , i am getting a problem while deleting registry value, I have a MULTI_SZ value in a key and i want to delete single element/string within this value. How can i do that? Thank you. --

Re: [WiX-users] Run as Administrator

2010-11-26 Thread sagar shinde
** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > > -Original Message- > From: sagar shinde [mailto:sagar.i...@gmail.com] &g

Re: [WiX-users] Run as Administrator

2010-11-26 Thread sagar shinde
. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: sagar shinde [mailto:sagar.i...@gmail.com] > Sent: 26 November 2010 06:02 > To: General discussion for Windows Insta

Re: [WiX-users] Run as Administrator

2010-11-26 Thread sagar shinde
AdminImage="yes" InstallPrivileges="limited" Define these tags in your package elment On Fri, Nov 26, 2010 at 7:08 PM, Antonio Llano Batarrita < alla...@apillano.com> wrote: > Is there a way to set the Run always as administrator to the app executable > file. > > > > Thanks > > > ---

[WiX-users] Custom Action fails due to admin prevelage

2010-11-26 Thread sagar shinde
hi, I am using vb script to delete folder at uninstall time It works properly if user id administrator of system, but that custom action fails even if user is member of admin group or normal user which is not having admin credentials Os-windows 2007 Thank you. ---

Re: [WiX-users] Run as Administrator

2010-11-25 Thread sagar shinde
gt; > http://www.iesve.com > **Design, Simulate + Innovate with the ** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Origina

Re: [WiX-users] Run as Administrator

2010-11-25 Thread sagar shinde
ronmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: sagar shinde [mailto:sagar.i...@gmail.com] > Sent: 25 November 2010 1

Re: [WiX-users] Run as Administrator

2010-11-25 Thread sagar shinde
ot; packages (also MSI) and therefore elevating > before the InstallExecuteSequence wouldn't be enough. > > @sagar: > Where exactly are you calling the CA ? > > > 2010/11/25 sagar shinde : > > I tried this InstallScope="perMachine" > > it work but then

Re: [WiX-users] Run as Administrator

2010-11-25 Thread sagar shinde
You need to create a exe bootstrapper and embed for this bootstrapper a > manifest which needs administrative privileges for this process. > Tools for such purpose are e.g. the upcoming burn which should handle it > (never tried it) or e.g. dotnetinstaller. > > Windows Installer itsel

[WiX-users] Run as Administrator

2010-11-25 Thread sagar shinde
Hi, I got some problem with my installer which is created in wix. The installer works fine when user is administrator for that machine, But fails when user is not administrator and it also fails if user is under admin group. How can i handle this problem,please suggest any solution or any other

Re: [WiX-users] how to manage guids for my application

2010-11-23 Thread sagar shinde
Try to localize your GUIDs On Tue, Nov 23, 2010 at 1:25 PM, Jan Gregor wrote: > thanks > to clarify it, i use major upgrade to enable two versions to be > installed at same time (for testing purposes). > as i understand so far, i need to generate (or autogenerate with WiX) > new guid for every c

Re: [WiX-users] not able to create folder under "My Documents"

2010-11-22 Thread sagar shinde
not able to create folder under "My Documents" can u describe your code a bit that some can understand your problem On Tue, Nov 23, 2010 at 6:42 AM, Rob Mensching wrote: > Why? > > On Sun, Nov 21, 2010 at 9:19 PM, NayanaK wrote: > > > > > > > -- > > View this message in conte

Re: [WiX-users] Custom Action

2010-11-11 Thread sagar shinde
y are you copying this to the user's system? > > Just use it like this: > > > > refer to it with the id. > > This way it will stay with your MSI and uninstall will have access to it. > > Umesh > > > sagar shinde wrote: > > > > Hi, >

Re: [WiX-users] How can I create a shortcut or an executabe in a merge module?

2010-11-10 Thread sagar shinde
hi in this code This Target="[PORTAL_PATH]bin\S4MWbCustomize.exe" must be the path of your directory structure not build machine path for .exe file On Thu, Nov 11, 2010 at 1:30 AM, Wang, Miaohsi wrote: > Dear All, > > We need to create a

[WiX-users] Custom Action

2010-11-10 Thread sagar shinde
Hi, I created one custom action dll file, which is copied to destination computer. while installation of product But the problem is i want to use that dll. at uninstall time but it get deleted before it is used by installer so it shows error while uninstall please suggest me proper way to do it,or

Re: [WiX-users] Hide commandline parameters in CAQuietExec

2010-11-10 Thread sagar shinde
xec: "C:\WINDOWS\system32\cmd.exe" /c > > David > > 2010/11/10 sagar shinde : > > You can try "/C" switch in ur commandline while u send your command value > or > > ExeCommand > > > > On Fri, Nov 5, 2010 at 2:42 PM, David Binkovic < >

Re: [WiX-users] Hide commandline parameters in CAQuietExec

2010-11-10 Thread sagar shinde
You can try "/C" switch in ur commandline while u send your command value or ExeCommand On Fri, Nov 5, 2010 at 2:42 PM, David Binkovic < david.binko...@googlemail.com> wrote: > Hi, > > I have a password string the user enters in the UI of the installation > wizard that needs to be passed to a com

Re: [WiX-users] Custom Action

2010-11-03 Thread sagar shinde
Program Files folder. > > And if WiX RemoveFolder wasn't working because the folder contained some > files, that's what the WiX RemoveFile element is for. > > Phil Wilson > > > -Original Message- > From: sagar shinde [mailto:sagar.i...@gmail.com] > Sen

Re: [WiX-users] Custom Action

2010-11-03 Thread sagar shinde
n the > wrong direction and then ask how to make that work? > > Phil Wilson > > -Original Message- > From: sagar shinde [mailto:sagar.i...@gmail.com] > Sent: Monday, November 01, 2010 11:49 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX

Re: [WiX-users] Custom Action

2010-11-01 Thread sagar shinde
lly bad way to remove a directory, by the way. There is no > rollback, > for one. > > The RemoveFoldersEx in http://wixcontrib.codeplex.com would be better. > > > On Thu, Oct 28, 2010 at 7:50 AM, sagar shinde > wrote: > > > Thank you for reply, > > But still i

Re: [WiX-users] Custom Action

2010-10-28 Thread sagar shinde
Thank you for reply, But still its not working. i have same custome action in my another MSI which is made for 32bit machine,and it works fine. is it issue of Solution configuration is Debug and Solution platform is x64 as MSI is made for 64bit machine On Thu, Oct 28, 2010 at 7:43 PM, Nick Ra

[WiX-users] Custom Action

2010-10-27 Thread sagar shinde
Hi to all, i am using following cutom action but its failing,its returning value-3 it shoud return 0,in case of sucess. i definde binary file for this,its working correctly with 32bit msi of product but its failing with 64bit product msi Solution configuration is Debug and Solution platform is x6

Re: [WiX-users] Calling a managed custom action from a UI control

2010-10-26 Thread sagar shinde
derwerp: Re: [WiX-users] Calling a managed custom action from a UI > control > > Try something like this... > > > Guid="9FFCB64B-796A-4576-8EC3-5E01CBFD75F8" KeyPath="yes"> > > Directory="SomeDir" /> >

Re: [WiX-users] Calling a managed custom action from a UI control

2010-10-25 Thread sagar shinde
; > Albert van Peppen > Senior System Engineer > Insad Grafisch b.v. > The Netherlands > > -Oorspronkelijk bericht- > Van: sagar shinde [mailto:sagar.i...@gmail.com] > Verzonden: maandag 25 oktober 2010 13:57 > Aan: General discussion for Windows Installer XML tools

[WiX-users] Custom action

2010-10-25 Thread sagar shinde
hi i want to delete folder using custom action,i want this custom action for both 32 bit aswell as 64 bit.The custom action seems working for 32bit installer and failing for 64 bit installer i have separate projects for 32bit and 64bit installer and this is the code for custome action Thank you

Re: [WiX-users] Calling a managed custom action from a UI control

2010-10-25 Thread sagar shinde
hi i am trying something similer to this,i want to delete folders at uninstall time,i have one VBscript for that, but how can i set path for that or how ur VBscript is getting path in ur code. how u called ur VBscript from wix installer On Wed, Oct 20, 2010 at 1:06 AM, McKinnon, Chris wrote: >

[WiX-users] how to use VBscript or c++ function in wix

2010-10-25 Thread sagar shinde
hi, i want to delete folders from installed location which are created by installer i tried it by following vb script i was able to delete folders but it is only possible when we provide the hardcoded folder path ,how can i provide path as argument to vb script or c++ function while calling it from

Re: [WiX-users] Merge Module

2010-10-21 Thread sagar shinde
Hi, Thanks for your suggetion it worked. Sagar S. On Thu, Oct 21, 2010 at 12:48 PM, sagar shinde wrote: > Hi, > > Thanks, > But now the problem is in main pakage.How i give a path so that it can pick > up wright .msm file for same language > Because in merge module fil

Re: [WiX-users] Merge Module

2010-10-21 Thread sagar shinde
: ... Id="lan">1036 ... > > where "..." is any additional markup you require. > > This will produce one MSM for each language. You will then include them > using the same value for Language in your "Merge" element. > > -Original Message---

Re: [WiX-users] if condition

2010-10-21 Thread sagar shinde
iables are not > known > at that time and can't be evaluated by the preprocessor. The > processing statement is not preserved for the linker, and thus cannot be > used to select authoring in the way you are attempting. > > -Original Message- > From: sagar shi

[WiX-users] if condition

2010-10-20 Thread sagar shinde
Hi, i am new wix user and m getting one error while using this if conditon statement is it a wright syntax m getting error like Error 1 The parenthesis don't match in the expression '!(loc.LANG) = 1033'. -- Nokia and A

Re: [WiX-users] Merge Module

2010-10-19 Thread sagar shinde
ng to build localized merge modules, or a multiple language > merge module? > > What language(s) besides 1033 are you trying to use? > > You still haven't told me what OS you are using. > > -Original Message- > From: sagar shinde [mailto:sagar.i...@gmail.com] &g

Re: [WiX-users] Include question.

2010-10-19 Thread sagar shinde
Just add ur merg module in ur main project directory where you want to put files after installation, and don't furget to add module referance in feature of your main project, i hope this will work. -- Download new Adobe(R)

Re: [WiX-users] Merge Module

2010-10-19 Thread sagar shinde
Thanks for reply I am using same machine for both projects the merge module as well as main project. There is no OS difference or any other configuration change if i do merge module with only language "1033" it works properly, but when i tried to do it with localization just i tried to do the thi

[WiX-users] Merge Module

2010-10-18 Thread sagar shinde
hi I am using wix installer and want to merge new model into wxisting project, i have done localization in project as well as in module also but i am getting error i.e. Unable to open merge module.Check to make sure the module language is correct. 'The language of this installation package is not