[WiX-users] Not able to copy a file using CopyFile from installers install location to a target destination

2014-02-21 Thread Suvrajyoti Panda
Hi All, I have the requirement of creating an installer that on executing will install to the location C:\Energy Solutions International\PipelineOptimizer 6.0.0 the following 5 directories: db,data,engine,security, gui. These five directories are being harvested from a location using Heat.

[WiX-users] Installing components on condition

2014-02-21 Thread Hlynur Tryggvason
Hi all I have a ComponentGroup with three different Web.config files, each one contained in its own Component with its own GUID and mutually exclusive conditions. Light will give an ICE30 warning in this situation, but according to below post, it should be ok as long as the conditions for the

[WiX-users] Re: Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread sergey.s.betke
just use StartupFolder directory - http://msdn.microsoft.com/en-us/library/aa372027(v=vs.85).aspx От: Rob Mensching Отправлено: ‎четверг‎, ‎20‎ ‎февраля‎ ‎2014‎ г. ‎22‎:‎13 Кому: General discussion about the WiX toolset. Just FYI, if you can do it with the Windows Installer you can

Re: [WiX-users] Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread paul.chorley
Walt, All working for install uninstall now thanks to your prompting explanation of the directory attribute. For future reference:- I also tried using the WindowsVolume supplied property to get to the root of things in a drive letter independent way. This resulted in an error. I then saw

Re: [WiX-users] Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread paul.chorley
For my all users installation, this would provide the startup folder for all the users profile. I only needed the startup shortcut for one specified account. Thanks, Paul -Original Message- From: sergey.s.be...@yandex.ru [mailto:sergey.s.be...@yandex.ru] Sent: 21 February 2014 10:54

Re: [WiX-users] Not able to copy a file using CopyFile from installers install location to a target destination

2014-02-21 Thread John Cooper
You're trying to copy to a privileged location. You need to either be installing perMachine or you need to elevate and have an installing user with Administrator privileges. An unprivileged user can't install or copy to C:\Program Files ordinarily. -- John Merryweather Cooper Build Install

Re: [WiX-users] Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread Phill Hogland
Sounds like you got it, but you might also consider using dark.exe to decompile your previous VS create msi and see how it would build the wxs file. I found doing this in certain situations to be instructional as I started to figure out wix. -- View this message in context:

Re: [WiX-users] alt key in bootstrapper messes up the foreground/background of controls

2014-02-21 Thread Steve-Ogilvie
I really need help with this, management is asking me to put in the background image and the side banner image in the bootstrapper but as soon as you hit the ALT key the other controls go in the background -- View this message in context:

Re: [WiX-users] transparent background on text that changes i.e.: OverallProgressPackageText leaves solid background of text foreground colour in Bootstrapper

2014-02-21 Thread Steve-Ogilvie
I really need help on this! I have a background image that is the same (or really close) to the background colour of the MSI progress page (light gray) but the progress text and action text has a white background don't know how to get the same hexidecimal numbers for the light gray I choose.

Re: [WiX-users] alt key in bootstrapper messes up the foreground/background of controls

2014-02-21 Thread Bryan Wolf
I've been playing with the burn bootstrappers and my only thought on this is that the options page has a lot of background work that's done and may not be the best page to overload. On the flip side, I think the mba basically hard codes the installation path. Tbh, until/unless someone writes a

Re: [WiX-users] Installing components on condition

2014-02-21 Thread Rob Mensching
Why don't they install? ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: Hlynur Tryggvason [mailto:hlynur.tryggva...@officeatwork.com] Sent: Friday, February 21,

Re: [WiX-users] alt key in bootstrapper messes up the foreground/background of controls

2014-02-21 Thread Rob Mensching
In WiX v3.8, the wixstdba was extended to be a bit more flexible but this is basically true. It a large undertaking to build a truly data driven customizable UI framework. IIRC, the Windows Installer took a couple full time developer 4 or 5 years to do theirs. Maybe wixstdba will eventually be

Re: [WiX-users] alt key in bootstrapper messes up the foreground/background of controls

2014-02-21 Thread Phil Wilson
This might be implicit in your post, but this is a Windows thing related to taborder and tabstop. For example if I hit that alt key in IE focus goes to the File menu and the shortcut letters for each menu choice are highlighted, so that's the area to investigate, those tab specs in the

Re: [WiX-users] Not able to copy a file using CopyFile from installers install location to a target destination

2014-02-21 Thread Phil Wilson
If you're doing an install time copyfile from the install location of the MSI to a location on the system you need a copyfile that has something like SourceDir as the source of the copy and EnergySolutions as the destination. --- Phil Wilson On Fri, Feb 21, 2014 at 8:10 AM, John

[WiX-users] http://wixtoolset.org/ moving this weekend.

2014-02-21 Thread Rob Mensching
If all goes as planned, this weekend the WiX toolset website, http://wixtoolset.org/, is moving to a new ISP. As a result of the move, the website may disappear from the Internet for short intervals. If there are any issues, I'll try to get status to Twitter @wixtoolset and follow up here

Re: [WiX-users] Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread Walter Dexter
I'll have to look into SetDirectory /. That looks cleaner than my custom action route. On Fri, Feb 21, 2014 at 5:06 AM, paul.chor...@stfc.ac.uk wrote: Walt, All working for install uninstall now thanks to your prompting explanation of the directory attribute. For future reference:-

Re: [WiX-users] alt key in bootstrapper messes up the foreground/background of controls

2014-02-21 Thread Steven Ogilvie
Awesome I will look into that thank you! -Original Message- From: Phil Wilson [mailto:phildgwil...@gmail.com] Sent: February-21-14 12:11 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] alt key in bootstrapper messes up the foreground/background of controls

Re: [WiX-users] alt key in bootstrapper messes up the foreground/background of controls

2014-02-21 Thread Steven Ogilvie
Sigh, I have set tabstop=no for all controls EXCEPT for the Next/Cancel buttons on my Welcome/Install page On my EULA/Options page I have set tabstop=no EXCEPT for EULA rich edit/accept Eula checkbox/ back/Install/Cancel buttons I have a background and side banner image on my Welcome/Install

Re: [WiX-users] Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread Pavan Konduru
You can use a Custom action to set a shortcut in the user directory. I am assuming your installer is per machine, hence all shortcuts are in the general start menu but you just need one shortcut that must be created in the user profile? I see that you got the directory structure(that is for

[WiX-users] Visual Studio 2010 and 2013 cannot open wix.sln

2014-02-21 Thread Jun Yin
Hi, I downloaded WiX toolset v3.8 from https://wix.codeplex.com/releases/view/115492 and installed the EXE and unzip the ZIP. However, when I try to open the WiX solution file: E:\wix38-debug\src\wix.sln with Visual Studio 2010 or Visual Studio 2013, the following errors:

Re: [WiX-users] Visual Studio 2010 and 2013 cannot open wix.sln

2014-02-21 Thread Carter Young
You only need one or the other. If you download the Zip, Create a Source Code Directory, but only use the supplied solution in the zip to make changes to the WiX Project proper, (the one everyone uses). Download the Exe, and run it to install Visual Studio Integration, then use the New

Re: [WiX-users] Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread Rob Mensching
That is very much not a good design. The Windows Installer an create shortcuts just fine. And uninstall them and roll them back and handle all the other scenarios you need to think about when putting a file (like a shortcut) on disk. This is a very bad suggestion below. All you need is to set

Re: [WiX-users] Burn.exe for ARM platform

2014-02-21 Thread Rob Mensching
Jun, any progress on getting the ARM tools/libraries published from Microsoft? -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Monday, February 17, 2014 3:24 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Burn.exe for ARM platform

Re: [WiX-users] Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread Bryan Wolf
To pile on: where I work that pattern would fail promptly on many of our machines because VBScript is disabled by GP. There's a (rather accurate) ranting of Rob's on these CAs here: http://blogs.msdn.com/b/robmen/archive/2004/05/20/136530.aspx and, as someone who has had to support

Re: [WiX-users] alt key in bootstrapper messes up the foreground/background of controls

2014-02-21 Thread Steve-Ogilvie
okay to see if it was my stuff that was messing up, I created a new boostrapper project I took the RTF theme xml/wxl from the 3.8 RTM source added my background.png (used MS Paint 500 x 390 light gray color saved as png) launch the bootstrapper and the background bitmap is covering the whole

Re: [WiX-users] Visual Studio 2010 and 2013 cannot open wix.sln

2014-02-21 Thread Jun Yin
This is exactly what I did. Unzip the wix38-debug.zip and double click the wix.sln. Either version of Visual Studio cannot open it and reports the following error: E:\wix38-debug\src\tools\wix\Wix.csproj : error : Unable to read the project file 'Wix.csproj'.

Re: [WiX-users] Visual Studio 2010 and 2013 cannot open wix.sln

2014-02-21 Thread Rob Mensching
The wix??-debug.zip is for debugging not building. That's why we named it debug in WiX v3.8. -Original Message- From: Jun Yin [mailto:jun...@microsoft.com] Sent: Friday, February 21, 2014 2:40 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Visual Studio 2010

Re: [WiX-users] Visual Studio 2010 and 2013 cannot open wix.sln

2014-02-21 Thread Steven Ogilvie
Did you look at this? http://wixtoolset.org/documentation/manual/v3/wixdev/building_wix.html -Original Message- From: Jun Yin [mailto:jun...@microsoft.com] Sent: February-21-14 5:40 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Visual Studio 2010 and 2013

Re: [WiX-users] Visual Studio 2010 and 2013 cannot open wix.sln

2014-02-21 Thread Steven Ogilvie
Goto https://wix.codeplex.com/SourceControl/latest in browsing changes in select 3.8 from the dropdown and then it should say wix38rtm v3.8.1128.0 as of commit 3a144292ea18, Nov 28, 2013 click the commit and then click download -Original Message- From: Jun Yin

Re: [WiX-users] Creating Web Installer

2014-02-21 Thread Bob Arnson
On 17-Feb-14 07:17, Periyasamy Chinnu wrote: I am using Wix 3.6. I would like to create web installer using wix burn. I saw the link for adding executable files in remote payload element and it works. Like this how can i specify for msi?. RemotePayload is just to avoid having the packages

Re: [WiX-users] Using wix in a form of compiler service?

2014-02-21 Thread Bob Arnson
On 19-Feb-14 12:08, Nikolay Belyh wrote: Is there a way to use WiX in a form of a library (no executables) Sure. All the WiX .exes are just wrappers around wix.dll. -- sig://boB http://joyofsetup.com/ -- Managing the

Re: [WiX-users] WixExtension: how to use a messages.xml file

2014-02-21 Thread Bob Arnson
On 15-Feb-14 18:31, Phill Hogland wrote: In studying the source code I notice that the GamingExtension and the IISExtension, among others, have a data\messages.xml in the wixext project You need to run MsgGen as part of the build, like in a BeforeBuild target. -- sig://boB

Re: [WiX-users] Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread Pavan Konduru
Sorry Rob . I wasn't sure the solution to create a directory level structure as mentioned below could solve the issue as the directory structure is different for every OS. Directory Id=TARGETDIR Name=SourceDir Directory Id=WINDOWSVOLUME Directory Id=UsersDir Name=Users

Re: [WiX-users] Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread Pavan Konduru
That is not VBscript, it is c# code. -Original Message- From: Bryan Wolf [mailto:brw...@jackhenry.com] Sent: Friday, February 21, 2014 2:12 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Adding Application Shortcut to Specific User's Startup Folder. To pile

Re: [WiX-users] Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread Rob Mensching
Doesn't matter. Still really bad design to use a CA to modify machine state if the Windows Installer can do it for you. -Original Message- From: Pavan Konduru [mailto:pavan.kond...@accelrys.com] Sent: Friday, February 21, 2014 4:28 PM To: General discussion about the WiX toolset.

Re: [WiX-users] Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread Walter Dexter
Keep in mind that some of us aren't targeting general purpose computers. Paul has kiosks, and I have cash registers and time clocks. My company will ultimately deploy 14,000 identical (in terms of directory layout at least) time clocks, and presently has roughly 70,000 identical registers. So

Re: [WiX-users] Adding Application Shortcut to Specific User's Startup Folder.

2014-02-21 Thread Pavan Konduru
Thank you . That makes more sense now. Sent from my iPhone On Feb 21, 2014, at 5:55 PM, Walter Dexter wfdex...@gmail.com wrote: Keep in mind that some of us aren't targeting general purpose computers. Paul has kiosks, and I have cash registers and time clocks. My company will ultimately