Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-26 Thread Karkare,Aparna
By any chance is below being used in your file? If yes, this should be removed. Aparna Karkare L&T Infotech OAI-sys, Enterprise Components and Frameworks Office: 020-6641-6142 Email: akark...@travelers.com -Original Message- From: Namrata Kumari [mailto:namrata.kum...@aspiresys

Re: [WiX-users] Problems using Wix Toolset 3.8 in Visual Studio 2013

2014-05-09 Thread Karkare,Aparna
27;MyApplication') -> Add -> New project 3. Name it as MySetup 4. In the 2nd project (MySetup) go to Add Reference -> Project Tab 5. You'll automatically see MyApplication 6. Click on Add -> OK Project reference will be added just fine. Aparna Karkare L&T Infotech OAI-sys, En

Re: [WiX-users] Setting property at a sequence

2014-04-28 Thread Karkare,Aparna
ycle of an Upgrade (only 'UPGRADINGPRODUCTCODE' works) 2. Uninstall from Add Remove Programs (only 'UPGRADINGPRODUCTCODE' does not work) Hence I modified the condition to be as: (Installed) OR (UPGRADINGPRODUCTCODE) It appears to be working fine now in all conditions. Than

Re: [WiX-users] Queries on Upgrade

2014-04-25 Thread Karkare,Aparna
ed product when Product code keeps changing with every build as it is "*" and Upgrade code is not present in any hive of registry. Aparna Karkare L&T Infotech OAI-sys, Enterprise Components and Frameworks Office: 020-6641-6142 Email: akark...@travelers.com -Original Mess

[WiX-users] Setting property at a sequence

2014-04-25 Thread Karkare,Aparna
logs, it actually is set before itself? Below is how I am setting property. I basically need a condition which will differentiate between UNINSTALL and INSTALL phase of an Upgrade. Aparna Karkare L&T Infotech OAI-sys<http://inside.here.travp.net/OperationsSystems/iwcm/IT/Portfolios/Arch

Re: [WiX-users] Queries on Upgrade

2014-04-24 Thread Karkare,Aparna
ds out existing related product? Aparna Karkare L&T Infotech OAI-sys, Enterprise Components and Frameworks Office: 020-6641-6142 Email: akark...@travelers.com -Original Message- From: Karkare,Aparna [mailto:akark...@travelers.com] Sent: Friday, April 25, 2014 1:44 AM To: General discu

Re: [WiX-users] Queries on Upgrade

2014-04-24 Thread Karkare,Aparna
Ohh. That is logical. But please tell me in this case when there is an upgrade (which I believe is done based on Upgrade code), installer will look into HKUSERS for Upgrade code (Existing product) and not in HKLM? Aparna Karkare L&T Infotech OAI-sys, Enterprise Components and Frameworks Of

Re: [WiX-users] Queries on Upgrade

2014-04-24 Thread Karkare,Aparna
Hi Gabriel, 1. InstallScope="perUser" 2 and 3 are resolved. I implemented and both with AllowSameVersionUpgrades ="yes". Can you please explain about 1st point? Thanks for your reply. Aparna Karkare L&T Infotech OAI-sys, Enterprise Components and Frameworks Off

[WiX-users] Queries on Upgrade

2014-04-24 Thread Karkare,Aparna
RemoveExistingProducts' explicitly then will the work? Any idea anyone? Need help desperately. Aparna Karkare L&T Infotech OAI-sys<http://inside.here.travp.net/OperationsSystems/iwcm/IT/Portfolios/Architecture/Components/index.aspx>, Enterprise Components and Frameworks O

[WiX-users] Sign the msi

2013-03-28 Thread Karkare,Aparna
Hello, Can someone tell me how to sign the WiX msi generating project with a key (.snk) file? I do not see 'Signing' tab under project properties unlike other VS projects. Regards, Aparna Karkare (O) +91-80 6624 3681 This communication, including attac

[WiX-users] setupbld.exe

2013-03-25 Thread Karkare,Aparna
application is installed and we double click on msi again, we get dialog to repair or remove the application which we do not get on double clicking exe. How can we get an option to uninstall from exe generated using setupbld.exe? Thanks for the help. Regards, Aparna Karkare (O) +91-80 6624 3681

Re: [WiX-users] Hyperlink in WiX dialogue

2013-02-12 Thread Karkare,Aparna
Yeah that's right. Its failing if Hyperlink control is there. But even on Windows 7 it doesn't open the link but opens an empty browser with nothing in address bar. Any idea about that? Regards, Aparna Karkare -Original Message- From: Philip Patrick [mailto:patri...@v

Re: [WiX-users] Hyperlink in WiX dialogue

2013-02-12 Thread Karkare,Aparna
Yeah I was running it on XP with Windows Installer Version 4.5. I tested the code on Windows 7 (Windows Installer 5.0). I get the clickable hyperlink on dialogue however when I click on it, it opens an empty browser i.e. nothing in address bar. :( Regards, Aparna Karkare -Original

[WiX-users] Hyperlink in WiX dialogue

2013-02-11 Thread Karkare,Aparna
de is 2885." Before I added this control, the installer was installing fine. Can someone please guide how to add hyperlink control to dialogue boxes? Regards, Aparna Karkare == This communication, including attac

[WiX-users] setupbld.exe - providing version Info

2013-01-31 Thread Karkare,Aparna
ab. While creating exe through bootstrapper we can provide: For Version Similar to this, do we have arguments for setupbld.exe? Regards, Aparna Karkare == This communication, including attachments, is confidential, may be

Re: [WiX-users] Related to Sequences

2013-01-23 Thread Karkare,Aparna
Tried type 34 CA. It was throwing error 1721 'A program required for installer could not be run' so using Binary table back. Regards, Aparna Karkare -Original Message- From: Gabriel Ivanes [mailto:g...@fastmail.net] Sent: Wednesday, January 23, 2013 5:17 AM To: General disc

[WiX-users] Related to Sequences

2013-01-23 Thread Karkare,Aparna
asically I want the reg. back up to be stored inside my install folder. Please guide me. Regards, Aparna Karkare == This communication, including attachments, is confidential, may be subject to legal privileges, and

Re: [WiX-users] Export-Import registry

2013-01-22 Thread Karkare,Aparna
Can registry values be exported too in .reg file? Regards, Aparna Karkare -Original Message- From: Gabriel Ivanes [mailto:g...@fastmail.net] Sent: Tuesday, January 22, 2013 4:07 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Export-Import registry You can import a

[WiX-users] Export-Import registry

2013-01-22 Thread Karkare,Aparna
Hi, Can we export the registry values, save the .reg file in install folder and merge it back using WiX? e.g. a particular path like HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones Regards, Aparna Karkare

Re: [WiX-users] SuccessHeader - Impemented where?

2013-01-14 Thread Karkare,Aparna
he changed text is shown on installer UI on successful installation however the same message is shown when the application is un-installed which should not be the case. I did not see where this 'SuccessHeader' is used in the code however if you change its value to different message it is

[WiX-users] SuccessHeader - Impemented where?

2013-01-11 Thread Karkare,Aparna
d. I found the implementation of all other controls e.g. 'SuccessLaunchButton', 'SuccessRestartText' etc. I want to display a custom message on un-installation which is different than what is displayed on installation succ

Re: [WiX-users] bootstrapper custom UI?

2013-01-11 Thread Karkare,Aparna
WixBalExtension with WixBA? Regards, Aparna Karkare -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Friday, January 11, 2013 7:30 AM To: General discussion for Windows Installer XML toolset. Subject: Re

[WiX-users] bootstrapper custom UI?

2013-01-11 Thread Karkare,Aparna
refer to in my application to get my own UI? Regards, Aparna Karkare (O) +91-80 6624 3681 | (M) +91-9742366933 == This communication, including attachments, is confidential, may be subject to legal privileges, and is

[WiX-users] Bootstrapper UI - common successful header for installation and un-installation

2013-01-10 Thread Karkare,Aparna
h? How can I display a different message on successful un-installation? Regards, Aparna Karkare (O) +91-80 6624 3681 | (M) +91-9742366933 == This communication, including attachments, is confidential, may be subject to l

[WiX-users] Bootstrapper custom UI Theme - can't reduce the font

2013-01-10 Thread Karkare,Aparna
n the page and not fully visible. I am not able to reduce the font of any control or increase window height or adjust 'Y' co-ordinate. How can I achieve this? Regards, Aparna Karkare (O) +91-80 6624 3681

[WiX-users] Bootstrapper Window Message

2013-01-09 Thread Karkare,Aparna
Hi, I want to change or add to the default message (Setup Successful) shown in WiX bootstrapper installer window as shown below: Is there any sample code to refer to for easy understanding to implement it? Please help. Regards, Aparna Karkare (O) +91-80 6624 3681 | (M) +91-9742366933

[WiX-users] msi Vs exe (bootstrapper) size

2013-01-03 Thread Karkare,Aparna
There is an msi created which has size 86 KB There is a bootstrapper which bundles this msi and creates an exe which has size 450+ KB Why exe is so much bigger in size compared to msi that it bundles in it? Regards, Aparna Karkare (O) +91-80 6624 3681 | (M) +91-9742366933

[WiX-users] Wix bootstrapper making multiple entries in ARP for different versions

2013-01-03 Thread Karkare,Aparna
ttons even when I am installing upgraded version of executable bundle instead of 'Install' button? Thanks for the help. Regards, Aparna Karkare (O) +91-80 6624 3681 | (M) +91-9742366933 == This communicat

Re: [WiX-users]

2013-01-03 Thread Karkare,Aparna
I created another component where I added registry entries for HKLM and HKCR and it works fine. You cannot add per-user and per-machine registries in one component. Regards, Aparna Karkare (O) +91-80 6624 3681 | (M) +91-9742366933 -Original Message- From: Karkare,Aparna

[WiX-users]

2013-01-03 Thread Karkare,Aparna
ne KeyPath (Not working) (Working) Can somebody help me? Regards, Aparna Karkare (O) +91-80 6624 3681 | (M) +91-9742366933 == This communication, including attac

Re: [WiX-users] WiX bootsrtapper (exe) failing on Windows 7 - resolved

2013-01-02 Thread Karkare,Aparna
Thank you for reply Rob. The problem was due to permission issue. I needed to have admin rights on those machines to run the exe. Regards, Aparna Karkare (O) +91-80 6624 3681 | (M) +91-9742366933 -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Wednesday

[WiX-users] WiX bootsrtapper (exe) failing on Windows 7

2013-01-02 Thread Karkare,Aparna
successfully. Can you please tell me what is going wrong here? Thanks a lot for the help in advance. Regards, Aparna Karkare (O) +91-80 6624 3681 | (M) +91-9742366933 == This communication, including attachments, is

Re: [WiX-users] regarding the usage of ProgID, ClassId in wix

2006-12-07 Thread aparna
In that case, Could you please tell me the recommended approach to register a COM server? -aparna On 12/8/06, Bob Arnson <[EMAIL PROTECTED]> wrote: aparna wrote: The Class/@Server attribute cannot be specified when attribute Advertised is present with value 'yes' The

Re: [WiX-users] regarding the usage of ProgID, ClassId in wix

2006-12-07 Thread aparna
* ** * *** But as you can see the *Server* attribute is not mentioned in the code in the *Class* tag, yet the error message says we cannot mention the *Server*attribute. Could you please let me know how to avoid the error message or wha

Re: [WiX-users] regarding the usage of ProgID, ClassId in wix

2006-11-30 Thread aparna
. Is there any flag I need to set to cause these tables to be created?Am I missing something here? ICE33 warnings are still reported after having used these tags? What would be your inputs on this? -aparna On 11/30/06, Bob Arnson <[EMAIL PROTECTED]> wrote: aparna wrote: I una

Re: [WiX-users] regarding the usage of ProgID, ClassId in wix

2006-11-29 Thread aparna
ppID" Value="{GUID}" Type="string"* *Software\Classes\TypeLib\{Guid}\1.0\HELPDIR - with it's path being blank* *Software\Classes\AppId\{Guid}" Name="RunAs" Value="NT AUTHORITY\LOCALSERVICE" Type="string"* " Can you please let m

[WiX-users] regarding the usage of ProgID, ClassId in wix

2006-11-28 Thread aparna
: " " Can anyone please let me know how to use ProgId in wix to add the required registry keys? Please note thatmore than one class needs to be registered in the COM exe. Thanks, Aparna - Take Surveys. Earn Cash. Inf