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
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
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.
--
**
> 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
.
> 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
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
>
>
> ---
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.
---
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
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
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
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
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
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
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
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,
>
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
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
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 <
>
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
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
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
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
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
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
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" />
>
;
> 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
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
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:
>
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
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
: ... 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---
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
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
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
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)
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
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
37 matches
Mail list logo