[WiX-users] Does all Vista OS's are same or different???

2008-02-18 Thread SaiTeja
Hi, I need one clarification. Does all Vista OS's ( Vista Enter prise x64,Vista Enter prise x86, Vista Ultimate x64, Vista Ultimate x86, Vista Business x64 etc) are same or different? Because Service(Start type is auto) behavior is different on different OS. The same is working fine in XP,

Re: [WiX-users] Service @vista

2008-02-15 Thread SaiTeja
in advance, Rob Hamflett wrote: It sounds like your service just doesn't work under Vista. Can you run it as a normal exe? Have you tried putting any logging in your service to see how far it gets? Rob SaiTeja wrote: Hi, I have a service installed on windows vista. The startup

[WiX-users] Service in vista

2008-02-15 Thread SaiTeja
Hi, This is regarding Vista Service. Because the service.exe has dependencies, I created one merge module.msi(with all x86 including debug mergemodules) and installed. After that I installed my installer. This time installation is successfully, But service is not started after reboot

Re: [WiX-users] Service @vista

2008-02-15 Thread SaiTeja
uninstalled it, obviously). Rob SaiTeja wrote: Hi, Thanks for response Because the service has dependencies, I created one merge module.msi(with all x86 including debug mergemodules) and installed. After that I installed my installer. This time installation is successfully, But service

[WiX-users] Service @vista

2008-02-14 Thread SaiTeja
Hi, I have a service installed on windows vista. The startup type for this service is Automatic. The service is not starting after reboot. When i try starting the service from Service Control Manager, the error is something like Windows could not start the service on Local Computer Error 1067:

Re: [WiX-users] UnInstalling

2008-02-08 Thread SaiTeja
/x in a custom action and i had an error poping up TIA ramya SaiTeja wrote: Hi, My INSTALDIR refers to C:\Program Files\Test Program\Client Client Folder has, Some files and One folder with one file While uninstalling, all files in Client are deleted properly. But Folder

[WiX-users] after upgrade, restart - select shortcut reinstalls again

2008-02-03 Thread SaiTeja
Hi, I have two installers. One has version 3.2 and another one has version 3.3 with upgrade functionality. I have implemented the major upgrade feature for my Client installer(version 3.3). First I have instlled installer with version 3.2 after system restarts again I have installed with

[WiX-users] Custom Table

2008-02-02 Thread SaiTeja
Hi, Can anyone explain about CustomTable? Why Where it is useful? When I open my Client.msi orca I saw IsComponentExtended and IsSelfReg on right side(Tables row). I know these are InstallShield related. When I apply Dark.exe on Client.MSI I saw Custom Table. Below is sample CustomTable

Re: [WiX-users] Size of feature

2008-01-31 Thread SaiTeja
can use. SaiTeja wrote: Wilson, Phil wrote: Generally speaking you don't need to do this. If you want to ensure space at some directory location you use the ReserveCost mechanism and let Windows figure out if there's enough room. Windows already computes the size of the feature

Re: [WiX-users] Size of feature

2008-01-31 Thread SaiTeja
. Technically (mostly) accurate answer: MsiGetFeatureCost (but I think you'll regret it). Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja Sent: Tuesday, January 29, 2008 8:10 PM To: wix-users@lists.sourceforge.net Subject

Re: [WiX-users] Service is not started in Vista, working fine in xp

2008-01-29 Thread SaiTeja
, not MSI or WiX. Have you tried to manually install the service in Vista? Best regards, Sebastian Brand Instyler Software - http://www.instyler.com On Jan 29, 2008, at 6:23 , SaiTeja wrote: Continuation for the previous mail. When I start service manually from services.msc, I got error

Re: [WiX-users] Size of feature

2008-01-29 Thread SaiTeja
Software - http://www.instyler.com On Jan 26, 2008, at 12:27 , SaiTeja wrote: Hi, On Cusomize dialog, This feature requires xxMB on your hard drive Can any one tell me is it possible assign size(xx) to any property? If yes how? -- View this message in context: http://www.nabble.com

[WiX-users] Service is not started in Vista, working fine in xp

2008-01-28 Thread SaiTeja
Hi, Service is not started automatically after reboot in Vista. The same is working fine in XP. Following is my WIX Code. Component Id=service.exe Guid={8382F93F-A092-4344-9996-845A9F7DF9A7} Condition(NOT VersionNT=500) AND (NOT VersionNT64)/Condition File

[WiX-users] Command Line Parameter

2008-01-28 Thread SaiTeja
Hi This is not Wix related question. Sorry for posting this. But If any one knows please let me know Am using Sharp Develop Tool for my Wix Project. For example(Please see below code) I want to set the ProcessorArchitecture variable, for this the general way is adding the following command

[WiX-users] Size of feature

2008-01-26 Thread SaiTeja
Hi, On Cusomize dialog, This feature requires xxMB on your hard drive Can any one tell me is it possible assign size(xx) to any property? If yes how? -- View this message in context: http://www.nabble.com/Size-of-feature-tp15106940p15106940.html Sent from the wix-users mailing list archive at

Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-26 Thread SaiTeja
Hi, I tried, but still it is stopped. Project is Visual C++ - Win32 - Win32 project Please find attached code. It is working fine in Vista OS 32 bit, windows server 2003 both 32 and 64 bit Not working in xp 32 bit :( Any ideas??? Peter Jaworski wrote: I created DLL in MicroSoft Visual

[WiX-users] Click next control event - Prematurely Stopped

2008-01-24 Thread SaiTeja
Hi, Am using one DLL custom action. This custom action am calling when user clicks next button in xyz.dlg Some machines it is working fine(i.e. opened next dialog) and in some machines immediately it is displaying Prematurely Stopped dialog and installation fails. There is no wrong in dll.

Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-24 Thread SaiTeja
Thanks for responses. I created DLL in MicroSoft Visual Studio and the type of file is Application Extension Please find uploadfile for the DLL. http://www.nabble.com/file/p15081184/invdll.txt invdll.txt and following is wix code In dialog - Control Id=Next Type=PushButton

[WiX-users] Custom actions working fine in xp - failing in Vista

2008-01-23 Thread SaiTeja
Hi, I have created a WIX installer that works perfectly on XP. But When I try in Vista Business, my custom actions are failing Below is the custom action CustomAction Id=UninstallLogonHandler Return=check Execute=deferred ExeCommand=UninstallLogonHandler FileKey=xyz.exe /CustomAction

Re: [WiX-users] Custom actions working fine in xp - failing in Vista

2008-01-23 Thread SaiTeja
are: TextStyle, , The same custom action( UninstallLogonHandler and File Key: XYZ.exe) is working fine with XP Thanks Johan Appelgren wrote: On Jan 23, 2008 2:20 PM, SaiTeja [EMAIL PROTECTED] wrote: Hi, I have created a WIX installer that works perfectly on XP. But When I try in Vista Business

[WiX-users] Flag Setting

2008-01-23 Thread SaiTeja
Hi, Like in install shield, is Wix has Release Flags? If yes can any one tell me how to do in wix Note: For example, if you are creating a trial version of your product and do not want to include all the features in the build, you can flag features and then specify those flagged features under

[WiX-users] MSI not removed files under allusers-application data

2008-01-23 Thread SaiTeja
Hi, I added one component(xyz.exe) property Permanent=yes When I uninstall the client, xyz.exe is still there under INSTALLDIR. I think this becuase of property permanent=yes. Also when I uninstall the client, the files under C:\Documents and Settings\All Users\Application Data\Test Machine

[WiX-users] not removed - Documents and Settings\All Users\Application Data

2008-01-22 Thread SaiTeja
Hi, I added one component(xyz.exe) property Permanent=yes When I uninstall the client, xyz.exe is still there under INSTALLDIR. I think this becuase of property permanent=yes. Also when I uninstall the client, the files from C:\Documents and Settings\All Users\Application Data\Test Machine are

[WiX-users] CustomTable

2008-01-21 Thread SaiTeja
Hi, Can anyone explain about CustomTable? Why Where it is useful? When I open my Client.msi orca I saw IsComponentExtended on right side(Tables row) It is showing components which are already there at components on right side(Tables row) What is the difference b/w them? -- View this message

[WiX-users] Is 'Release Flags' property is there in Wix?

2008-01-21 Thread SaiTeja
Hi, Like install shield, in Wix do we have Release Flags? If yes can any one give related urls? Note: For example, if you are creating a trial version of your product and do not want to include all the features in the build, you can flag features and then specify those flagged features under

[WiX-users] upgrade dialog

2008-01-18 Thread SaiTeja
Hi, Can any one give any site or link which gives the source code of upgrade welcome dialog and upgrade dialog and some related examples. Thanks in advance -- View this message in context: http://www.nabble.com/upgrade-dialog-tp14949693p14949693.html Sent from the wix-users mailing list

[WiX-users] Error 1722. There is a problem with this Windows Installer package

2008-01-18 Thread SaiTeja
Hi, Below is my custom action CustomAction Id=StartGuardIfSafe Return=check HideTarget=no Execute=deferred Impersonate=yes TerminalServerAware=no ExeCommand=StartGuardIfSafe FileKey=xyz.exe /CustomAction While installing am getting the error. Below is the error Action 11:41:04:

[WiX-users] Service started stoped but Not removed from Servcies.msc

2008-01-17 Thread SaiTeja
Hi, I have one service related binary(guardsvc.exe) It is started properly while installing and stoped while uninstalling. The problem is it is not deleted the corresponding registry key(HKL\SYSTEM\ControlSet001\Services\guardsvc.exe) and because of this registry key it is visible in

Re: [WiX-users] Service started stoped but Not removed from Servcies.msc

2008-01-17 Thread SaiTeja
Hi, Thanks for resp. The same registry key is there at CurrentControlSet also and the problem is still there after reboot :( Any ideas.??? Daryn Mitchell wrote: -Original Message- I have one service related binary(guardsvc.exe) It is started properly while installing and

Re: [WiX-users] Service installed but not started

2008-01-16 Thread SaiTeja
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja Sent: Wednesday, January 16, 2008 5:57 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Service installed but not started I have one service related binary(guardservice.exe) When I use

[WiX-users] not valid windows image

2008-01-16 Thread SaiTeja
Hi, I have one service related binary and debug dlls and some other binaries under client folder. When I apply heat.exe to get source.wxs(heat.exe dir C:\client -out source.wxs) I got one message box with OK soft key. The message is guarsvc.exe is not valid windows image. Please check this

Re: [WiX-users] System Services

2008-01-15 Thread SaiTeja
I tried a lot. But I couldn't get any soln :( Can anyone give any pointer regarding how to solve this issue? SaiTeja wrote: Hi, In my case the Guard service does not allow administrators to stop it, due to the possible unpleasant side-effects of stopping it while managed applications

Re: [WiX-users] System Services

2008-01-14 Thread SaiTeja
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja Sent: Monday, January 07, 2008 10:31 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] System Services Hi, I tried with Wait=yes. But still am getting same error. :( Action 11:56:57: UnpublishFeatures

[WiX-users] Service Control Install

2008-01-11 Thread SaiTeja
Hi, am creating one MSI for both 32 64 bit OS. Except one component is different, remaining all binaries are same for both OS GuardSvc32.exe for 32 bit OS and GuardSvc64.exe for 64 bit OS Problems am facing now is * On 32 bit OS, Service is started automatically after rebooting–

[WiX-users] queries

2008-01-10 Thread SaiTeja
Hi I have couple of queries. 1) I have Install Custom actions and Uninstall Custom actions. I have added Roll back for all custom actions now my question is How do I find all my custom actions are working fine? 2) I want my MSI should work properly on VISTA OS also For supporting this,

[WiX-users] Roolback Custom Action

2008-01-07 Thread SaiTeja
HI, following are custom actions CA_installlog is to install some thing CA_uninstalllog is to uninstall the same thing. CustomAction Id='CA_uninstalllog' BinaryKey='CustomDll' DllEntry='CAction_uninstall' Execute='immediate'/ CustomAction Id='CA_installlog BinaryKey='CustomDll'

[WiX-users] System Services

2008-01-07 Thread SaiTeja
Hi, In my project am using guarsvc.exe. Following is the code for the same Component Id=guardsvc.exe Guid={8D6F5BA9-DA8C-403F-8092-FD5A05616B2B} DiskId=1 File Id=guardsvc.exe Name=grds.exe LongName=guardsvc.exe KeyPath=yes Source=guardsvc.exe / ServiceControl Id=GuardvcEvent Name=GuardSvc

Re: [WiX-users] How to create help file shortcut icon?

2008-01-07 Thread SaiTeja
You can use hh.exe C:\windows\hh.exe as source. DEÁK JAHN, Gábor-2 wrote: On Thu, 3 Jan 2008 08:57:04 -0800, Chris Weiss wrote: Chris, the problem of creating a help icon for my .CHM shortcut. Should I be creating a single DLL that only contains the help icon (and if I copy the one

Re: [WiX-users] System Services

2008-01-07 Thread SaiTeja
(and the process terminating) and the attempt to delete it. The message might be a consequence of the process still running. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja Sent: Monday, January 07, 2008 5:00 AM To: wix-users

Re: [WiX-users] 32 64 bi

2008-01-06 Thread SaiTeja
/archive/2007/12/20/advanced-installer-6-1-brings-unified-32-64-bit-installers-and-windows-firewall-support.aspx *Bob Arnson [EMAIL PROTECTED]* wrote: SaiTeja wrote: 1) Is it possible to create one MSI for both 32bit and 64 bit OS If you need to install 64-bit components, you must

[WiX-users] Service ControlService Install

2008-01-05 Thread SaiTeja
Hi, 1) What is the difference b/w ServiceControl ServiceInstall ? 2) following is the code Please review Component is GuardSvc.exe and the following are conditions Install Condition: Not VersionNT=500 --- Only Installs on Windows XP or later Control NT Services Installs as a NT Service.

[WiX-users] Check machine type

2008-01-04 Thread SaiTeja
Hi, How can I check the machine is 32 bit or 64 bit -- View this message in context: http://www.nabble.com/Check-machine-type-tp14612557p14612557.html Sent from the wix-users mailing list archive at Nabble.com. - This

Re: [WiX-users] Check machine type

2008-01-04 Thread SaiTeja
? Stefan Pavlik-2 wrote: SaiTeja wrote: Hi, How can I check the machine is 32 bit or 64 bit Check the VersionNT64 public property. http://msdn2.microsoft.com/en-us/library/aa372497(VS.85).aspx Stefan - This SF.net

Re: [WiX-users] Check machine type

2008-01-04 Thread SaiTeja
: SaiTeja wrote: My main aim is I want to set program files folder Is the following way is correct ?if $(VersionNT64) ? ?define P_GUID = 4B1FB95B-4E4F-4ee3-B94C-7A3BF41BCBA2 ? ?define PrgFiles = ProgramFiles64Folder ? ?define MSI_version = 300

[WiX-users] 32 64 bit

2008-01-03 Thread SaiTeja
Hi, 1) Is it possible to create one MSI for both 32bit and 64 bit OS 2) If yes my queries are 1) In my case, except 2 binaries, remaining all binaries are same. The binaries which are different are service32.exe for 32bit and service64.exe for 64 bit So I added win64=yes for service64.exe.

[WiX-users] Help Icon is not displaing properly at start-programs...

2007-12-25 Thread SaiTeja
Hi, Help Icon(Icon with question mark) at Start-Programs-TestPrg-client is not displaying properly. below is the code for same. Component Id=MyComponent1 Guid={FC5111F8-B0B1-4C4C-94C0-EE87670EC7A5} DiskId=1 File Id='Client' Name='Clie.chm' LongName=Client.chm

Re: [WiX-users] Error 1723. A DLL required for this install to complete could not be run.

2007-12-20 Thread SaiTeja
indetail Calin Iaru wrote: Your custom action needs to return 0. Check the code and if the function CustomAction_SxsMsmInstall returns something else, then you have an error. SaiTeja wrote: Hi, when I run my msi in Virtual Machine am getting following error. Can any one tell me how

Re: [WiX-users] Re Post: Msi Logging

2007-12-19 Thread SaiTeja
. So if you really want to enable the MSI log, you may have to provide the bootstrapper. Chesong Lee On Dec 18, 2007 3:03 AM, SaiTeja [EMAIL PROTECTED] wrote: Hi, thanks for resp. yaa log file will create through command line But I want to create log file after installation done

[WiX-users] Error 1723. A DLL required for this install to complete could not be run.

2007-12-19 Thread SaiTeja
Hi, when I run my msi in Virtual Machine am getting following error. Can any one tell me how to solve this Action start 11:54:59: InstallValidate. Action ended 11:54:59: InstallValidate. Return value 1. Action start 11:54:59: RemoveExistingProducts. Action ended 11:54:59:

[WiX-users] Admin Check in VISTA OS

2007-12-18 Thread SaiTeja
Hi, Following is Administrator check for WINDOWS Os Condition Message=You must be an Administrator to install the Client. Privileged /Condition How to check the same in VISTA OS (32 and 64bits OS's) -- View this message in context:

[WiX-users] Installing correctly through Command Prompt, through UI not

2007-12-18 Thread SaiTeja
Hi, Following is my Directory structure Setup.wxs -- Directory Id=TARGETDIR Name=SourceDir Directory Id=ProgramFilesFolder Name=PFiles Directory Id=TEST_PRG Name=TP LongName = TEST PROGRAM

Re: [WiX-users] Re Post: Msi Logging

2007-12-18 Thread SaiTeja
Hi, thanks for resp. yaa log file will create through command line But I want to create log file after installation done automatically to the path(example d:\sai\log.txt) which i specified through code Adam Majer-2 wrote: SaiTeja wrote: Hi, Thanks for Info. Can you suggest

Re: [WiX-users] how to change msi working for 32 bit os to work for 64 bit os

2007-12-18 Thread SaiTeja
Hi, am also doing same thing. You mention Product/@Id=new guid Product/@UpgradeCode=new guid but I want use same GUID for product and upgrade in both 32and64bit OS. also am using exe custom actions to create/remove registry keys and its values, C DLLs and corresponding Custom actions.

[WiX-users] 32 and 64bit OS including VISTA

2007-12-18 Thread SaiTeja
Hi, Presently I developed Installer in Windows 2000 server. My project contains folllowing things - Files which are deploy in target machine - Dialogs - Custom action some custom actions creates registry keys and its values some are dll custom actions - Merge Modules - Dlls - Roll back custom

Re: [WiX-users] Re Post: Msi Logging

2007-12-17 Thread SaiTeja
.microsoft.com/en-us/library/aa370321.aspx) to the path you'd like? On Dec 9, 2007 11:45 PM, SaiTeja [EMAIL PROTECTED] wrote: Hi, Thanks a lot for response. Ofcourse,We can get logs through command line. But my requirement is different. Is it possible to create same log file through coding

Re: [WiX-users] Re Post: Msi Logging

2007-12-17 Thread SaiTeja
Hi, Thanks for Info. Can you suggest for Msi Logging for XP or 2000 Thanks Stefan Pavlik-2 wrote: SaiTeja wrote: Hi, thanks for response I tried but not working - Property Id=MsiLogFileLocation Value=C:\Install.txt/ - Property Id=MsiLogFileLocationC:\Install.txt/Property Can

[WiX-users] Installing correctly through Command Prompt, through UI not

2007-12-17 Thread SaiTeja
Hi, Following is my Directory structure Setup.wxs -- Directory Id=TARGETDIR Name=SourceDir Directory Id=ProgramFilesFolder Name=PFiles Directory Id=TEST_PRG Name=TP LongName = TEST PROGRAM

[WiX-users] Administrator Check in VISTA

2007-12-17 Thread SaiTeja
Hi, Following is Administrator check for WINDOWS Os Condition Message=You must be an Administrator to install the Client. Privileged /Condition How to check the same in VISTA OS(32 and 64bits OS's) -- View this message in context:

[WiX-users] Re Post: If I Change the Path, Installing in two places

2007-12-13 Thread SaiTeja
Hi, Following is my Directory structure Setup.wxs -- Directory Id=TARGETDIR Name=SourceDir Directory Id=ProgramFilesFolder Name=PFiles Directory Id=TEST_PRG Name=TP LongName = TEST PROGRAM

Re: [WiX-users] TARGETDIR

2007-12-12 Thread SaiTeja
HI Stefan Thanks a lot. Its working Stefan Pavlik-2 wrote: SaiTeja wrote: actually I want to assign C:\ to some property. Presently I hardcoded like this. Property Id=INSTALLPATH Value=C:\/ And am using this property in many places. Suppose if machine doesn't have C: drive

[WiX-users] UnInstalling

2007-12-12 Thread SaiTeja
Hi, My INSTALDIR refers to C:\Program Files\Test Program\Client Client Folder has, Some files and One folder with one file While uninstalling, all files in Client are deleted properly. But Folder is not deleted. After uninstalling, In my program files Test Program Folder, Inside Client

[WiX-users] Installing and Un Installing

2007-12-12 Thread SaiTeja
Hi, Following is my Directory structure Setup.wxs -- Directory Id=TARGETDIR Name=SourceDir Directory Id=ProgramFilesFolder Name=PFiles Directory Id=TEST_PRG Name=TP LongName = TEST PROGRAM

[WiX-users] Msi Logging through coding

2007-12-11 Thread SaiTeja
Hi, We can get logs through 1) command line ie msiexec /i asdfg.msi /log c:/log.txt will create log.txt 2) Like in case of %temp% folder it is created automatically because of proerty Property Id=MsiLoggingvoicewarmupx/Property I want to

[WiX-users] SelChildCostPos

2007-12-11 Thread SaiTeja
Hi, SelChildCostPos - This feature requires [1] on your hard drive. here [1] - displays size in MB. I want the only size ie for ex: 55Mb to be assigned to some data type like int or to property. Is it Possible? -- View this message in context:

[WiX-users] TARGETDIR

2007-12-11 Thread SaiTeja
Hi, Directory Id=TARGETDIR Name=SourceDir Directory Id=ProgramFilesFolder Name=PFiles the above two line gives the path as C:\Program Files\ But when I mention only TARGETDIR ie Directory Id=TARGETDIR Name=SourceDir it is not showing C:\. It is showing some times D:\ or E:\

Re: [WiX-users] TARGETDIR

2007-12-11 Thread SaiTeja
property ie INSTALLPATH Can you tell me how Can I do this Stefan Pavlik-2 wrote: SaiTeja wrote: But when I mention only TARGETDIR ie Directory Id=TARGETDIR Name=SourceDir it is not showing C:\. It is showing some times D:\ or E:\ What is the problem here? How can I get drive C:\ Hi

[WiX-users] Re Post: Msi Logging

2007-12-09 Thread SaiTeja
Pankaj Bhatia wrote: you can run msiexec through command line msiexec /i msi name /L*v log.txt file path On Dec 7, 2007 2:11 PM, SaiTeja [EMAIL PROTECTED] wrote: Hi, When I run msi, By default msi logging is created in %temp% folder. I want to create msi logging

[WiX-users] Invalid Chars in UserInformation Dialog

2007-12-09 Thread SaiTeja
Hi, I want to spawn Error dialog, When user enters any invalid chars(like !,@,#,$,%,^,,*,(,),{,},/,\ ) in one of edit field ie User Name or Organization and press Next button In UserInformation Dialog. Can any one tell how to solve this -- View this message in context:

[WiX-users] Not installed in new path

2007-12-09 Thread SaiTeja
Hi, My INSTALLDIR refers to C:\Program Files\Test Program\Client When I change the path in Browse Dialog for example D:\Client, Path is updated in Custom Setup Dialog. But when I press Install, it is not installed in new path ie D:\Client. Can any one tell me whats the problem is -- View this

[WiX-users] Msi Logging

2007-12-07 Thread SaiTeja
Hi, When I run msi, By default msi logging is created in %temp% folder. I want to create msi logging in TARGETDIR (Other than Temp folder) ie c:\sailogs.txt can any one tell me how to do this -- View this message in context: http://www.nabble.com/Msi-Logging-tf4962012.html#a14212264 Sent

Re: [WiX-users] Re posting Condition for Silent Install

2007-12-06 Thread SaiTeja
: InstallExecuteSequence Custom Action=test Sequence='1200'UILevel=2/Custom /InstallExecuteSequence UILevel is name of property and 2 is value which means INSTALLUILEVEL_NONE. Regards Stefan SaiTeja wrote: Hi I want to execute some custom actions only in Silent Mode For ex

[WiX-users] How to Change TARGETDIR

2007-12-05 Thread SaiTeja
Hi Initially my TARGETDIR fefers to C:\. Following is wix code Directory Id='TARGETDIR' Name='SourceDir' Directory Id='ProgramFilesFolder' Name='PFiles' After that I called Custom action Dll and in dll I setted property PATH to some other drive(Not C drive) Below is code for same

[WiX-users] Re posting Condition for Silent Install

2007-12-05 Thread SaiTeja
Custom Action=test Sequence='1200'INSTALLUILEVEL_NONE/Custom Action /InstallExecuteSequence But its not working fine. It would be great if any one gave solution SaiTeja wrote: Hi Stefan, Thanks for you resp. Following is my sample code. Plz let me know the way is correct

[WiX-users] MsiSetProperty - Value is not displaying

2007-12-04 Thread SaiTeja
Hi, INSTALLPATH refers - Property Id=INSTALLPATHC:\/Property char PATH[256]; DWORD PATHSize = sizeof(PATH); MsiGetProperty(hInstaller, INSTALLPATH, PATH[0], PATHSize); Now am the same am trying to assign new ppty ie INSTALLNEWPATH

[WiX-users] Condition for Silent Install

2007-12-03 Thread SaiTeja
Hi, I want to execute particular custom action [OR] I want to execute some lines of my wix code only in silent mode. Any answers? -- View this message in context: http://www.nabble.com/Condition-for-Silent-Install-tf4935094.html#a14125855 Sent from the wix-users mailing list archive at

[WiX-users] dark.exe : error DARK0001 :

2007-11-27 Thread SaiTeja
Hi, When I apply dark.exe for an existing MSI, am getting following error. Can any one tell me how to resolve this C:\Documents and Settings\sai_teja\Desktop\wix-3.0.2925.0-binarieszipdark.e xe Control Client.msi Control Client.wxs Microsoft (R) Windows Installer Xml Decompiler Version

Re: [WiX-users] Custom Action type 1042 and 18

2007-11-24 Thread SaiTeja
them all on one page? Daryn. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja Sent: Thursday, November 22, 2007 10:14 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Custom Action type 1042 and 18 Now I need Type

[WiX-users] Deleting SHortcuts(Start-Prgs- ...)

2007-11-23 Thread SaiTeja
Hi, I created short cuts using following code Shortcut Id=startmenuFoobar10 Directory=ProgramMenuDir Name=Foobar10 LongName=Foobar 1.0 WorkingDirectory='INSTALLDIR' Icon=Foobar10.exe IconIndex=0 / Directory

[WiX-users] Error 1721 - How to resolve

2007-11-22 Thread SaiTeja
Hi, Below is my custom action CustomAction Id=LQ_UninstallComService Return=check HideTarget=no Execute=deferred Impersonate=yes TerminalServerAware=no ExeCommand=UninstallComService FileKey=qmireg.exe /CustomAction InstallExecuteSequence Custom Action=LQ_UninstallComService

[WiX-users] Merge Modules

2007-11-20 Thread SaiTeja
Hi, Please see the below code. When I add this code the following dll's are created not under system32. Its created out side the folder system32. the dll's are msvcr71.dll, msvcp71.dll, mfc71u.dll , mfc7.dll Can any one tell me how to modify the below code, so that I can get above dll's

[WiX-users] Service Control and Service Install

2007-11-19 Thread SaiTeja
Hi, Can any review the wix code for the following and give example for last one Install Service: Stops and Removes the Service on Un install My wix code: ServiceInstall Id=NXConfigurationControl Name=NXConfiguration Stop=uninstall

Re: [WiX-users] Custom Action type 1042 and 18

2007-11-16 Thread SaiTeja
Hello Jim, I replaced Execute with deferred now is showing when i open orca type 11346. But I want type should be 1042 below is code CustomAction Id=LQMI_DisableInPlace Return=ignore HideTarget=yes Execute=deferred Impersonate=no TerminalServerAware=no

[WiX-users] Custom Action type 1042 and 18

2007-11-16 Thread SaiTeja
Hi below is my custom action. CustomAction Id=LQMI_DisableInPlace FileKey=abc.exe HideTarget=no Impersonate=no TerminalServerAware=no ExeCommand=DisableBrowseInPlace Execute=immediate Return=check / When I open msi with orca, it is showing type as 2066. But I want type should be 1042 Could

Re: [WiX-users] Custom Action type 1042 and 18

2007-11-16 Thread SaiTeja
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja Sent: Friday, November 16, 2007 12:47 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Custom Action type 1042 and 18 Hello Jim, I replaced Execute with deferred now is showing when i open orca type

[WiX-users] Custom Action type 1042 and 18

2007-11-15 Thread SaiTeja
Hi, Can any one give me example/How to write custom actions for following types - Type 1042. - Type 18 Thanks, -- View this message in context: http://www.nabble.com/Custom-Action-type-1042-and-18-tf4812070.html#a13768333 Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] Re gistry

2007-11-04 Thread SaiTeja
Hi, Can any one tell me how to write custom actions for setting Registry. Wix Student -- View this message in context: http://www.nabble.com/Registry-tf4749862.html#a13581924 Sent from the wix-users mailing list archive at Nabble.com.