Re: [WiX-users] Hyperlink in WiX dialogue

2013-02-11 Thread Neil Sleightholm
Hyperlinks in controls are only supported in Windows install 5.0 or later (i.e. Windows 7 - http://msdn.microsoft.com/en-gb/library/windows/desktop/dd407936(v=vs.85).aspx) and there isn't downloadable redist for this. Are you running this on Windows 7? Have you set the InstallerVersion attribu

Re: [WiX-users] Question regarding Burn UI Customization

2013-02-11 Thread Neil Sleightholm
Assuming you are using the standard bootsrapper UI I don't think this is possible but this extension supports it http://wixextba.codeplex.com/ take a look at the example Bundle2.wxs. Neil -Original Message- From: Robin66 [mailto:aliesch.r...@gmail.com] Sent: 12 February 2013 07:09 To:

[WiX-users] Hyperlink in WiX dialogue

2013-02-11 Thread Karkare,Aparna
Hi, I tried to enter a hyperlink in Welcome Dialogue using below code: but getting below error after installer starts: (it compiles fine BTW) "The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is

[WiX-users] Question regarding Burn UI Customization

2013-02-11 Thread Robin66
Hello I have a question regarding a Bootstrapper I’m work on, so in this Bootstrapper I have a MSI where I start a Service. In the UI from the Bootstrapper I have two Radiobuttons for this Service. If the first Radiobutton is selected the Service will run on the Local System Account, second Rad

Re: [WiX-users] Question on multiple targets for "Upgrade ID"?

2013-02-11 Thread Phil Wilson
There's nothing about the underlying Upgrade table in the MSI file that prevents one product from upgrading several. http://msdn.microsoft.com/en-us/library/windows/desktop/aa372379(v=vs.85).as px Phil -Original Message- From: Vern Graner [mailto:v...@txis.com] Sent: Monday, February

[WiX-users] Question on multiple targets for "Upgrade ID"?

2013-02-11 Thread Vern Graner
Hi all. I'm hoping someone here can answer this- A quick summary: The company for which I work had a suite of products that were widely distributed with their own individual MSIs- each with a unique Upgrade Code (i.e. Product1 w/UpgradeCode1, Product2 w/UpgradeCode2, Product3 w/UpgradeCode3. T

Re: [WiX-users] Heat.exe

2013-02-11 Thread chennam
Thanks Steve, Intially cmd was notable to recognize Heat.exe as internal or external cmd. Now was able to fingure out heat.exe from Wixtool bin. After harvesting the with Heat.exe a fragment file of .WXS is generated based on the file structure of web application.But I was thinking the MSI file

Re: [WiX-users] Heat.exe

2013-02-11 Thread Steven Ogilvie
Run "heat.exe /?" at a cmd prompt this will list all the parameters Steve -Original Message- From: chennam [mailto:chatrapathi.chen...@gmail.com] Sent: February-11-13 4:33 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Heat.exe Hi I am new to WIX, Can any one help me in po

[WiX-users] Heat.exe

2013-02-11 Thread chennam
Hi I am new to WIX, Can any one help me in pointing the heat.exe. Does it comes with WiX tool? And what are the steps or Command to run the Heat.EXE. Thanks in advance. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Heat-exe-tp7583483.html Sen

Re: [WiX-users] Creating a bootstrap application and need a more simple UI

2013-02-11 Thread Neil Sleightholm
This is a replacement burn ui. Neil On 11 Feb 2013, at 21:02, "Bruce Cran" wrote: > On 11/02/2013 20:53, Neil Sleightholm wrote: >> You might find this useful: http://wixextba.codeplex.com/. Take a look at >> the example Bundle7.wxs it is a pretty basic UI and the dialog is designed >> to be

Re: [WiX-users] Creating a bootstrap application and need a more simple UI

2013-02-11 Thread Bruce Cran
On 11/02/2013 20:53, Neil Sleightholm wrote: > You might find this useful: http://wixextba.codeplex.com/. Take a look at the > example Bundle7.wxs it is a pretty basic UI and the dialog is designed to be > the same size as the WiX MSI UI. > > You might also want to consider writing your UI in bur

Re: [WiX-users] Creating a bootstrap application and need a more simple UI

2013-02-11 Thread Bruce Cran
On 11/02/2013 20:43, joshh wrote: > That is really close to what I am looking for. The only improvement I can > think of would be to reduce the size and have a short message. And maybe a > background logo like the wix ui can have. I agree - it's a bit bare without the eula. -- Bruce Cran --

Re: [WiX-users] Creating a bootstrap application and need a more simple UI

2013-02-11 Thread Neil Sleightholm
You might find this useful: http://wixextba.codeplex.com/. Take a look at the example Bundle7.wxs it is a pretty basic UI and the dialog is designed to be the same size as the WiX MSI UI. You might also want to consider writing your UI in burn rather than using the MSI UI. Neil -Original

Re: [WiX-users] Creating a bootstrap application and need a more simple UI

2013-02-11 Thread joshh
Bruce, That is really close to what I am looking for. The only improvement I can think of would be to reduce the size and have a short message. And maybe a background logo like the wix ui can have. Thanks! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n

Re: [WiX-users] Creating a bootstrap application and need a more simple UI

2013-02-11 Thread Bruce Cran
On 11/02/2013 20:12, joshh wrote: > I have done this but the UI is too complex. The big problem is that it > forces the user to accept a license and this is not needed at this point. I > would like for the bootstrapper to just load and start installing the chain > of packages or give a simple "In

[WiX-users] Using WIX 3.7 Creating MSI packages of ASP.NET WEBSITE

2013-02-11 Thread chennam
Hi, I am just starting to Use WIX tool .Gone over basic Wix Documentation. When does the MSI package for *web application * gets created ? Is it after running the Heat.exe ? or Is the MSI package created using Vs 2008 should be used by WIX to install all over the Servers? Thanks, Chennam --

Re: [WiX-users] Creating a bootstrap application and need a more simple UI

2013-02-11 Thread joshh
My issue isn't the installer UI but rather the bootstrapper UI (If that makes sense). Basically I created an installer with the UI that I want but I also need to install a few prereqs for the solution. From what I have read the best way to do this is by using burn and creating a bootstrapper.

Re: [WiX-users] Creating a bootstrap application and need a more simple UI

2013-02-11 Thread The Ouizard
Doesn't the Getting Started portion of the WiX Tutorial (http://wix.tramontana.co.hu/tutorial/getting-started) show how to make a simple UI-less installer? -Original Message- From: joshh [mailto:joshuadeanh...@gmail.com] Sent: February 11, 2013 14:36 To: wix-users@lists.sourceforge.net

[WiX-users] Creating a bootstrap application and need a more simple UI

2013-02-11 Thread joshh
I am creating an installer and need to install a few prereqs and one of two applications depending on what OS they are using. The default UI seems more complex than I need. I just want the bootstrapper to start installing the applications and not show any dialog. (One dialog is ok if it can have

Re: [WiX-users] Bundle gets installed side-by-side even with same upgradecode

2013-02-11 Thread Kristian Jaksch
I think I'm seeing the same issue as you are. I made a minimal managed bootstrapper and tried to follow all available tutorials on how to do this but the new version is always installed side by side with the previous version. If I switch from my custom managed bootstrapper to a default one the prev

Re: [WiX-users] [Wix-users] XSLT

2013-02-11 Thread Hoover, Jacob
Hmm, I am no XSLT GURU, but could you do...

Re: [WiX-users] Bundle gets installed side-by-side even with same upgradecode

2013-02-11 Thread victorwhiskey
Bob, Unfortunately, I'm don't even know where to start looking. Actually, I'm currently not handling anything because from what I've read, the bundle should self upgrade and remove older entries from ARP if it detects a newer version, but then I've also read these threads, http://stackoverflow.c

[WiX-users] When is ExecuteFilesInUse invoked for custom .NET bootstrapper

2013-02-11 Thread ptr
hey all I am trying to handle all possible error scenarios for my custom bootstrapper. Even if main executable I have installed is running, Bootstrapper.ExecuteFilesInUse is never invoked. How can one test this scenario ? Thanks raj ---

Re: [WiX-users] [Wix-users] XSLT

2013-02-11 Thread Gabriel Ivanes
I already has a template. I changed attributes components few times. In this case, i don't know how to identify template : This is bad. Sure i want to resolv my issue, but i also wanted advises of good documentation with a wix approach. I find Nick's book to be a good way

Re: [WiX-users] [Wix-users] XSLT

2013-02-11 Thread Peter Shirtcliffe
I'm not aware of any tutorials but if you search this list, a few people including myself have posted xslt code before. For a one-off like that, I'd just use my text editor's search and replace function. -Original Message- From: Gabriel Ivanes [mailto:g...@fastmail.net] Sent: 11 February

Re: [WiX-users] Id for Component and File

2013-02-11 Thread Peter Shirtcliffe
The default Id thing was a recent addition. Wix 3.6 maybe. Your light error sounds like a possible Wix bug. Its cropped up on the list before but that person turned off validation to work around it. You could validate interactively with orca or instEd which aren't based on the Wix code. That's wha

Re: [WiX-users] [Wix-users] XSLT

2013-02-11 Thread Hoover, Jacob
I assume you mean how do I invoke an XSLT from heat. The "wix specific" portion is simply passing -t transformfilename.xslt. From there on out, it's all just XSLT. Here's an identity template to get you started: http://www.w3.org/1999/XSL/Transform"; xmlns:msxsl="urn:schemas-microsoft-com

[WiX-users] [Wix-users] XSLT

2013-02-11 Thread Gabriel Ivanes
Good day, Any good tutorial to use xsl with wix ? For example, replacing "C:\windows\system32" with [SystemFolder] in a reg's file with heat. Thanks. -- Sincerely, Gabriel "I know no way of judging the future but by the past." Patrick Henry "You can never plan the future by the past."

Re: [WiX-users] Id for Component and File

2013-02-11 Thread Sam Boman
Ok, I also found the example in the documentation which uses same Id for Component and File... http://wix.sourceforge.net/manual-wix3/add_a_file.htm But they (Id's) seems to be required, so I can't skip them. Also, the Error: LGHT0216 Can I get a better / more detailed description? I have tried to

Re: [WiX-users] Id for Component and File

2013-02-11 Thread Peter Shirtcliffe
Yes that's OK for the reason that you suggest. In fact, if you omit the IDs from file and component, wix will generate them and are the file name with any invalid characters substituted. -Original Message- From: Sam Boman [mailto:s...@samb.se] Sent: 11 February 2013 15:23 To: wix-users@li

[WiX-users] Id for Component and File

2013-02-11 Thread Sam Boman
Hi, I just have a quick question, are these Id's valid (same on Component and File)... I guess they are in different tables. It have been working ok, but I have today got stuck by this error: LGHT0216: An unexpected Win32 exception with error code 0x65B occurred: Function failed during execution

Re: [WiX-users] Component Creation - Simple Advice needed

2013-02-11 Thread Marc Beaudry
Thanks Peter, those links had perfect explanations of what I was looking for... Sorry for the basic questions -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: February-11-2013 10:05 AM To: General discussion for Windows Installer XML toolset. Subject: Re

Re: [WiX-users] Component Creation - Simple Advice needed

2013-02-11 Thread Peter Shirtcliffe
One component per file works well in most cases. The link below suggests help files go in their own component. http://msdn.microsoft.com/en-gb/library/windows/desktop/aa368269%28v=vs.85%29 .aspx Non-versioned files have their own update rules, but basically it works without you having to do anyt

Re: [WiX-users] (no subject)

2013-02-11 Thread John Cooper
What sort of error? I use util:PermissionEx extensively to set permissions on certain files. -- John Merryweather Cooper Build & Install Engineer - ESA Jack Henry & Associates, Inc.® Shawnee Mission, KS  66227 Office:  913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Origi

[WiX-users] Component Creation - Simple Advice needed

2013-02-11 Thread Marc Beaudry
Hello I have 2 simple questions, I would simply like to confirm something. My installation contains about 30 files. 10 of those files are Dlls that do not belong to me but are from the same developer (They all belong together). Using Wise installer I would create a separate component f

Re: [WiX-users] Bundle gets installed side-by-side even with same upgradecode

2013-02-11 Thread Bob Arnson
On 06-Feb-13 10:34, victorwhiskey wrote: > [0A50:0A54][2013-02-06T07:07:20]: Loading managed bootstrapper application. > [0A50:0A54][2013-02-06T07:07:21]: Creating BA thread to run asynchronously. > [0A50:0A54][2013-02-06T07:07:21]: Shutting down, exit code: 0x0 > [0A50:0A44][2013-02-06T07:07:21]:

Re: [WiX-users] Gracefully skip elevated packages for non-admin in bundle

2013-02-11 Thread Bob Arnson
On 08-Feb-13 02:44, Yawar Khan wrote: > Some included packages require elevation but they are not necessary. So for > non-admin I want to just skip them gracefully without asking for elevation. Burn doesn't support that today; please file a feature request. Today, if there are any per-machine pack

Re: [WiX-users] Problem with localizing bundle's prerequisites

2013-02-11 Thread Bob Arnson
On 07-Feb-13 03:32, Ogrodowski, Sabine (ehem. Frauenhoffer) wrote: > There are individual variables for each language's .wxl: -- sig://boB http://joyofsetup.com/ -- Free Next-Gen Firewall Hardware Offer Buy your S

[WiX-users] (no subject)

2013-02-11 Thread Chaitanya
Hi, I want to Set Permissions to Files. When i use Util:PermissionEx it is throwing error I can able to set Permission to folders. Like that i want to set permissions to Files. Thank You, -- Free Next-Gen Firewa