Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-14 Thread Sam
When the bootstrapper are hidden in ARP and the msi is shown, how to uninstall the bootstrapper when the user uninstalls the msi? The bootstrapper needs to be removed upon msi uninstall action... //Sam 13 feb 2013 kl. 17:30 skrev Pally Sandher : > You have to write your own Bootstrap

[WiX-users] (no subject)

2013-12-06 Thread Sam Boman
: No Any ideas where to start looking? //Sam -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id

[WiX-users] Problems with CustomAction and major upgrade

2011-05-04 Thread Sam Morris
e target installation directory is empty if I look for it while the installer is displaying the 'error 2753' dialog box. I'm uploading the relevant bits of the installer source, and the log file produced from a failed installation to <http://albion.red-redemption.com/~sam/wi

Re: [WiX-users] Problems with CustomAction and major upgrade solved!

2011-05-06 Thread Sam Morris
roperty(S)' for the execute sequence, and 'Property(C)' are for the UI sequence. The 'PREVIOUSFOUND' property is present. Setting the condition for the InstallDirectX action to 'NOT INSTALLED AND NOT PREVIOUSFOUND

Re: [WiX-users] Problems with CustomAction and major upgrade solved!

2011-05-06 Thread Sam Morris
On Fri, May 06, 2011 at 10:13:19AM -0400, Chris Lord wrote: > Hi Sam, > > One thing to noteThe manual page states the custom action for > DirectX runs after InstallFinalize which is right at the end of an > installation. You have yours running a lot earlier than that. I do

[WiX-users] Remove 'repair' option from .msi context menu

2010-01-28 Thread Sam Strasser
age). How can I remove this? Thanks in advance, Sam -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible

[WiX-users] adding a folder in the start menu

2010-02-04 Thread Sam Strasser
Thanks Sam -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management

[WiX-users] adding a folder in the start menu

2010-02-04 Thread Sam Strasser
Thanks Sam -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management

[WiX-users] increment the value of a reg key

2010-02-17 Thread Sam Strasser
Hello WiXers, As part of both install and uninstall of my msi, I need to increment a registry value. I'm hoping that I won't need to write a custom action, or that such a custom action already exists in the WiX code. Is there any way for me to increment a reg key just with WiX?

[WiX-users] 3.5 and tramontana tutorials

2010-03-12 Thread Sam Domonkos
Hi, I was wondering if the tutorials on http://www.tramontana.co.hu/ are all compatable with WiX 3.5.1505? I am having trouble linking. Thanks, Sam -- Download Intel® Parallel Studio Eval Try the new software tools for

Re: [WiX-users] 3.5 and tramontana tutorials

2010-03-16 Thread Sam Domonkos
Sorry missed one of the command line options in a previous lesson in the tutorial, but it is good to know WiX 3.5 will work with the tutorial. Thanks, Sam On 3/15/2010 12:22 AM, Rob Mensching wrote: > IIRC, the tutorials were updated to WiX v3.0. Since WiX v3.5 has no breaking > chang

[WiX-users] test and production install

2010-03-17 Thread Sam Domonkos
Hi, what is the best practice or recommended approach for providing a Test version of a product and a Production version on the same server? One installer or two? Thanks, Sam -- Download Intel® Parallel Studio Eval

Re: [WiX-users] Feature Tree modification based on property.

2010-03-24 Thread Sam Domonkos
I am still new to WiX, but maybe set each feature's level to 0 then changing them to 1 with your custom action. Then when the user gets to the customize dialogue they should be able to enable disable the feature. --Sam On 3/24/2010 8:21 AM, Rohit Sharma (SIDC) wrote: > Hello > >

Re: [WiX-users] Feature Tree modification based on property.

2010-03-26 Thread Sam Domonkos
Under your feature you can set display="hidden" on the feature and the user will not be able to modify it. http://wix.sourceforge.net/manual-wix2/wix_xsd_feature.htm --Sam On 3/25/2010 11:10 PM, Rohit Sharma (SIDC) wrote: > So is there no way I can do this, even if I could HIDE t

[WiX-users] C++ Custom Action Dll not running on Windows Server 2008 R2

2010-04-08 Thread Sam Domonkos
any suggestions or could redirect me to the correct reference it would be greatly appreciated. Thanks, Sam -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs

Re: [WiX-users] C++ Custom Action Dll not running on Windows Server 2008 R2

2010-04-09 Thread Sam Domonkos
]: Invoking remote custom action. DLL: C:\Users\sam\AppData\Local\Temp\MSI9C65.tmp, Entrypoint: PIDKEYValidation MSI (c) (78:C0) [13:18:52:826]: Cloaking enabled. MSI (c) (78:C0) [13:18:52:827]: Attempting to enable all disabled privileges before calling Install on Server MSI (c) (78:C0) [13:18:52:828

[WiX-users] Heat-harvesting with subfolder in the -Source atribute

2013-02-06 Thread Sam Boman
wxs"* The output in HarvestedFiles.wxs contains (id's removed...): But I expect it to be (with the MyDirectory folder included in Source): How do I do this? I don't want to specify a fixed path, I prefer to use dynamic var's. //Sam

[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] Id for Component and File

2013-02-11 Thread Sam Boman
have tried to set "-val" for the Light.exe And use Smoke.exe to validate, but I just got the same message. //Sam -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013

[WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
Hi! Where can I find a simple example of how to just ensure the installation will check if the user have got a specific version of .NET Framework installed, and if not, download from Microsoft.com? Have this with burn.exe to do? Or is it abandoned? //Sam

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
Scotland Science Park, Glasgow > G20 0SP > Email Disclaimer > > > > -Original Message- > From: Sam Boman [mailto:s...@samb.se] > Sent: 12 February 2013 12:04 > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Install Prerequisites

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
But my original Wix UI then goes away. I just want the bootstrapper to check the .NET Framework. http://schemas.microsoft.com/wix/2006/wi";> On Tue, Feb 12, 2013 at 1:34 PM, Sam Boman wrote: > Thanks! Do this Bundle nee

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
Ok, But this isn't offering any help to the user to download the framework, am I right? I guess I need to do that also. //Sam On Tue, Feb 12, 2013 at 2:55 PM, Steven Ogilvie wrote: > This is what I do to check for .NET 4.0 in the boo

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
way to do it? Or can I keep it in one project? How? Otherwise I seems to end up with two products / versions, one inner and one outer? Br, Sam On Tue, Feb 12, 2013 at 3:10 PM, Steven Ogilvie wrote: > You can have a copy of .NET with your package OR use the DownloadUrl="" > el

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
binder variables e.g.: > > > In fact I get the version of the MSI from one of the files I install using > the same technique. > > Neil > > -Original Message- > From: Sam Boman [mailto:s...@samb.se] > Sent: 12 February 2013 14:23 > To: General discu

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
.). Thanks! //Sam On Tue, Feb 12, 2013 at 3:37 PM, Pally Sandher wrote: > You need 2 projects. You have 2 outputs, an MSI & a Burn executable which > wraps the MSI and deals with your pre-reqs. You can configure your burn > package not to register itself or to not register your MSI.

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-13 Thread Sam Boman
roblems if they attempt to reinstall or install a newer release at a later time etc." How do I specify that? //Sam On Tue, Feb 12, 2013 at 6:04 PM, Pally Sandher wrote: > For MSI UI -> > http://wix.sourceforge.net/manual-wix3/wix_xsd_msipackage.htm see the > DisplayInternalUI

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-13 Thread Sam Boman
Framework are present. Just like the old Visual Studio Setup/Deploy projects... //Sam On Wed, Feb 13, 2013 at 3:49 PM, Sam Boman wrote: > Thanks for this good explanations! > > Regarding this: > "You should probably set the Burn bundle as related to the MSI so when a > user u

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-13 Thread Sam Boman
egrated 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: Sam Boman [mailto:s...@samb.se] > Sen

[WiX-users] Passing Location from Bootstrapper to MSI

2013-02-15 Thread Sam Boman
I want to pass the Options Location in the Bootstrapper UI ( WixStandardBootstrapperApplication.RtfLicense) to the MSI: In Bundle: How to pickup this property in the MSI (I go for a MSI without a UI, and let the bootstrapper be the only visible UI to the user)?

Re: [WiX-users] Passing Location from Bootstrapper to MSI

2013-02-15 Thread Sam Boman
t path in the MSI > > > > > > > > -Original Message- > From: Sam Boman [mailto:s...@samb.se] > Sent: 15 February 2013 10:32 > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Passing Location fr

[WiX-users] Bootstrapper PayloadGroupRef - .NET 4.5

2013-02-15 Thread Sam Boman
In the manual at: http://wix.sourceforge.net/manual-wix3/install_dotnet.htm Under Step 2 it says: "Add a PayloadGroupRef element to your bundle's chain that references the .Net package required by your application." The example are the just: How shuld the PayloadGroupReference be ad

[WiX-users] Bundle - NET4.5 - WinXP(and other unsupported OS'es)

2013-04-24 Thread Sam Boman
, that checks if the conditions for .NET 4.5 are met? I don't want the .NET 4.5 to first download and then notify the user about the incompatibility. Regards, Sam -- Try New Relic Now & We'll Send You this

Re: [WiX-users] Bundle - NET4.5 - WinXP(and other unsupported OS'es)

2013-04-25 Thread Sam Boman
I ask the same thing, any examples of the: "Bundle/@Condition attribute" //Sam On Wed, Apr 24, 2013 at 3:41 PM, Nick Miller wrote: > Is there anywhere where I can see an example of this? I tried using the > same condition I have for .Net 4.5 and it still skips the prereq an

Re: [WiX-users] Bundle - NET4.5 - WinXP(and other unsupported OS'es)

2013-04-25 Thread Sam Boman
it have got the same VersionNT set, but no ServicePackLevel. Thanks, Sam On Thu, Apr 25, 2013 at 9:41 AM, Sam Boman wrote: > I ask the same thing, any examples of the: "Bundle/@Condition attribute" > > //Sam > > > On Wed, Apr 24, 2013 at 3:41 PM, Nick Miller > w

Re: [WiX-users] Bundle - NET4.5 - WinXP(and other unsupported OS'es)

2013-05-08 Thread Sam Boman
d for .NET 4.5: Condition="(VersionNT = v6.0 AND ServicePackLevel >= 2) OR (VersionNT = v6.1 AND ServicePackLevel >= 1) OR (VersionNT = v6.1 AND NOT NTProductType = 1) OR (VersionNT >= v6.2)" //Sam On Thu, Apr 25, 2013 at 1:18 PM, Sam Boman wrote: > Using the: > > To

[WiX-users] Skip Bundle Condition

2013-05-08 Thread Sam Boman
Is there any way to do like this when installing an application when using Bundle bootstrapper: installer.exe /skip-conditions To make the installation run without checking the conditions (VersionNT, ServicePackLevel). Best regards, Sam Boman

Re: [WiX-users] Skip Bundle Condition

2013-05-08 Thread Sam Boman
The same files are referenced from bouth pages. It seems to work well to install .NET 4.5 on a Windows 7 computer. What are the sideeffects? //Sam On Wed, May 8, 2013 at 10:30 AM, Rob Mensching wrote: > You could implement that in a custom BA. The wixstdba doesn't hav

[WiX-users] DTF managed custom action with supportedRuntime=v4.0

2010-08-12 Thread Sam Strasser
supported? What am I doing wrong? Thanks in advance, Sam -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-de

[WiX-users] commons daemon 1.0.3

2010-09-03 Thread Sam Domonkos
s daemon batch files. If anyone has experience with wix and commons daemon and has any advice on installing and starting procrun.exe without a custom action any help would be appreciated. Thanks, --Sam -- This SF.net Dev2Dev e

[WiX-users] File open on share

2010-12-17 Thread Sam Domonkos
ks for the file open locally. Any guidance would be appreciated. Thanks, Sam -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and

[WiX-users] Major Upgrade Rollbacks

2011-01-20 Thread Sam Domonkos
rollback. Any advice would be appreciated. Thanks, Sam -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can

Re: [WiX-users] Major Upgrade Rollbacks

2011-01-21 Thread Sam Domonkos
the install remove a file that is marked as permanent. I will be writing out ini.example files then having a custom action make copies as ini files if they do not exist. Leaving the ini files unseen by the windows installer. Thanks for the input, Sam On 2011-01-21 08:42, Rob Mensching wrote

Re: [WiX-users] Globalized Bundle?

2012-01-09 Thread Sam Morris
ightforward enough: just chop off the hyphen and anything that follows. -- Regards, Sam Morris -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to

[WiX-users] Error adding new file using patch

2012-01-17 Thread Sam Patton
patch.msp MSIENFORCEUPGRADECOMPONENTRULES=1 /l*v patch.log This is the first time we're adding a new file to an update. Any ideas? Thanks, Sam -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning librar

[WiX-users] My experiences making a multi-language bundle

2012-01-20 Thread Sam Morris
I've spent the last couple of days rewriting an installer to make use of Burn. My goal was to have one executable that would present a localized user interface based off the user's UI language settings. I have documented my experiences below in case someone else would find the information useful

Re: [WiX-users] Error 0x80004005: Failed to initialize built-in variable value 'ProgramFilesFolder'.

2012-01-23 Thread Sam Morris
t. It works fine on > Windows 7. > > I am not allowed to comment on the bug so should I file this as a new one? NB, this may also affect the setting of CommonFilesFolder. -- Sam -- Try before you buy = See our

Re: [WiX-users] Localized bundle: Picking up the right files

2012-02-09 Thread Sam Morris
for diagnosing such issues! I recently posted some of the other problems I had to work around in creating a localized bundle; you can read it at <http://www.mail- archive.com/wix-users@lists.sourceforge.net/msg49035.html>. I'd be interested to hear if you can add anything that I

[WiX-users] Error creating a bundle with a colon in the name: error LGHT0001: length cannot be less than zero

2012-02-09 Thread Sam Morris
tension attributes, using a colon as a separator. It doesn't replace any colons already in the Prefix attribute, so later on the Binder gets confused when it splits the string on colon characters... I can file this as a bug if someone can add me to the project (sf usern

Re: [WiX-users] Error creating a bundle with a colon in the name: error LGHT0001: length cannot be less than zero

2012-02-10 Thread Sam Morris
On Thu, 09 Feb 2012 23:24:45 -0500, Bob Arnson wrote: > On 09-Feb-12 12:22, Sam Morris wrote: >> doesn't replace any colons already in the Prefix attribute, so later on >> the Binder gets confused when it splits the string on colon >> characters... > Yep, not good. &

[WiX-users] Install Failed, Log Attached

2012-04-26 Thread Sam Youtsey
Hi all, My installer doesn't seem to be installing anything properly. Any chance I could get some help with it? Here's the .wxs file: http://schemas.microsoft.com/wix/2006/wi";> And here's around the error that I'm seeing

Re: [WiX-users] Install Failed, Log Attached

2012-04-26 Thread Sam Youtsey
assembly (maybe because it's a > policy assembly)? > Is it actually a Dll? > Phil W > -----Original Message- > From: Sam Youtsey [mailto:sam.youtsey@...] > Sent: Thursday, April 26, 2012 10:35 AM > To: wix-users@... > Subject: [WiX-users] Install Failed, Log Attache

Re: [WiX-users] Install Failed, Log Attached

2012-04-26 Thread Sam Youtsey
t; Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > JoCooper@... > http://www.jackhenry.com > -Original Message- > From: Sam Youtsey [mailto:sam.youtsey@...] > Sent: Thursday, April 26, 2012 2:28 PM > To: wix-users@... > Subject: Re: [WiX-users] Install Failed,

Re: [WiX-users] Install Failed, Log Attached

2012-04-26 Thread Sam Youtsey
's doing the install. > If it's Win32 COM, just install it in CommonFiles for your Company. > Phil W > -Original Message- > From: Sam Youtsey [mailto:sam.youtsey@...] > Sent: Thursday, April 26, 2012 1:41 PM > To: wix-users@... > Subject: Re: [WiX-users] Install

Re: [WiX-users] Install Failed, Log Attached

2012-04-26 Thread Sam Youtsey
I can't see a > definitive statement one way or another. However if it is Win32 COM, just > use Heat.exe to generate the WiX source for the registration. > > Phil W > > -----Original Message- > From: Sam Youtsey [mailto:sam.yout...@gmail.com] > Sent: Thursd

[WiX-users] Code Signing

2014-06-27 Thread Sam Boman
error: 0x80070642. [07D0:0188][]e000: Error 0x80070642: Failed while caching, aborting execution. Seems like it is looking for the original filename? Please advice me how to do this properly (signing exe's dll's msi?) Regards, Sam -

[WiX-users] [ProductName]-magic

2014-11-27 Thread Sam Boman
variable: $(var.ProductName)... Thanks! //Sam -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel

[WiX-users] Heat source path

2015-04-17 Thread Sam Boman
heat.exe the path ro be inserted instead of $(var.ThePath)? Best regards, Sam -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process

Re: [WiX-users] Heat source path

2015-04-17 Thread Sam Boman
Yes! I then got: 2015-04-17 12:20 GMT+02:00 Nir Bar : > Have you tried not specifying a variable to heat? > > > > - > Nir Bar > Freelance Developer > Mail: nir@panel-sw.com > Web: www.panel-sw.com >- C++ On Windows, Linux and Embedded Platforms >- WiX & InstallShield > -- > View

[WiX-users] Any CPU platform in wix 3.0

2009-08-13 Thread Sam K
a solution for my problem? Thanks, Sam. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, c

Re: [WiX-users] Any CPU platform in wix 3.0

2009-08-14 Thread Sam K
Richard, Thanks a lot. That solved my problem. I really appreciate all your help. -Sam. On Fri, Aug 14, 2009 at 5:36 AM, Richard Hollis wrote: > Hi Sam > > Have a look at these: > > http://stackoverflow.com/questions/471424/wix-tricks-and-best-practices > > http://www.brian

[WiX-users] Enable HttpKeepAlive, Enable Logging and Properties for LogFiles

2009-08-14 Thread Sam K
Hi All, I am using wix 3.0 to create the installer to install a website. Is there a way to set the following website properties using the wixiis extension? Enable HttpKeep-Alives, Enable Logging and setting the general (log file directory, log schedule) and Advanced Logging Properties Or should I

[WiX-users] Passing Preprocessor variables when using msbuild

2009-08-20 Thread Sam K
Can anybody please tell me how to pass the preprocessor variables in msbuild? I have an include file which has things like and I use these in my actual wix files. I am using msbuild target and I wanted to know how I can pass these variables? I do this but for some reason I can't get

Re: [WiX-users] Passing Preprocessor variables when using msbuild

2009-08-20 Thread Sam K
ed to one of the DefineConstants property. > > You could try adding this to your $(ROOT)\INSTALLERS\Test.wixproj file > (note, this is untested): > > > > > rootdir=$(rootdir);srcrootdir=$(srcrootdir) s> > > > -Original Message- > From: Sam K [mailto:sam.r

[WiX-users] Copying folders from the target directory to a folder in ProgramFiles

2009-09-04 Thread Sam K
Hi There, I need to copy files from a folder, say targetdir\xxx to programfilesfolder\yyy. The targetdir (for ex d:\) is different than the programfilesfolder (c:\) and there can only be one targetdir. Is there a way to do that? Can I do it using a Custom action? Can somebody please reply? Thanks a

Re: [WiX-users] Copying folders from the target directory to a folderin ProgramFiles

2009-09-10 Thread Sam K
you looked at the copyfile > element ? > > http://wix.sourceforge.net/manual-wix3/wix_xsd_copyfile.htm > > Dave > > -Original Message- > From: Sam K [mailto:sam.re...@gmail.com] > Sent: 04 September 2009 15:29 > To: wix-users@lists.sourceforge.net > Subject:

Re: [WiX-users] Setting Install Location

2008-12-23 Thread Scott Sam
Are you sure that the registry key that you are looking for exists on the target machine? -Original Message- From: Colin Fox [mailto:greenene...@gmail.com] Sent: Tuesday, December 23, 2008 1:39 PM To: wix-users Subject: [WiX-users] Setting Install Location I'm still having no luck settin

[WiX-users] wix and IIS7

2008-12-23 Thread Scott Sam
I have to get our installers to work with IIS7 without classic mode. I know that it is not currently supported with wix. What are my options right now? I've looked through the wix code and I don't think that I can fix it by myself. Does anybody else have to do this? What are you doing? -

Re: [WiX-users] wix and IIS7

2008-12-23 Thread Scott Sam
that the installation will need permissions to open and edit that file. Amy -Original Message- From: Scott Sam [mailto:s...@clearviewecm.com] Sent: Tuesday, December 23, 2008 11:57 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] wix and IIS7 I have to ge

Re: [WiX-users] Display of ComboBox values

2009-01-06 Thread Scott Sam
Do you have the attribute ComboList set to yes? I think that is what fixed it for me. -Original Message- From: Kjartan Þór Kjartansson [mailto:kjar...@eskill.is] Sent: Tuesday, January 06, 2009 9:29 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Displa

[WiX-users] Conditional install question

2009-01-06 Thread Scott Sam
I have Office plugins that can be installed. One for office 2007 and one for Office 2003. Each plugin has its own feature. I currently have to registry searches set up to check if either of the two office versions are installed or not. Is it possible to make the feature's visible in the feature tr

Re: [WiX-users] Conditional install question

2009-01-06 Thread Scott Sam
conditions to 0 (exlusivelly). Use Condition element under Feature element with Level="0" and appropriate condition. W dniu 2009-01-06 18:06, Scott Sam pisze: > I have Office plugins that can be installed. One for office 2007 and one > for Office 2003. Each plugin has its own feat

Re: [WiX-users] Admin Install, deploying CustomizeDlg, 'Location' ambiguity

2009-01-07 Thread Scott Sam
I believe that the directory shown in CustomizeDlg for a feature is tied to the ConfigurableDirectory attribute of the feature. I'm guessing that it defaults to TARGETDIR if nothing is specified. If you set the ConfigurableDirectory to some directory/property other than TARGETDIR it should solve

Re: [WiX-users] Launch condition based on feture selection

2009-01-08 Thread Scott Sam
Don't check in a launch condition. Check for the pre req's using properties then use the properties in a condition under each feature. Set the level to 0 if pre-req is not present. That way the feature won't be an option if pre-reqs aren't there. -Original Message- From: Chandra Vuppala

Re: [WiX-users] How to detect program running and display a messagebox

2009-01-09 Thread Scott Sam
Try moving to the . The installUISequence runs before the InstallExecuteSequence. -Original Message- From: Little Forest [mailto:little.for...@ymail.com] Sent: Friday, January 09, 2009 2:48 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to det

[WiX-users] refresh combobox without leaving dialog

2009-01-12 Thread Scott Sam
Is this possible? If so how do I do it? This is what I'm trying to accomplish. I have two dialogs, dialog1 and dialog2. Dialog1 contains an edit box. When the use hits the next button a custom action is run that gets a list of items from the server named in the edit box. Dialog2 has two com

Re: [WiX-users] How to add an Operating System specific shortcut

2009-01-20 Thread Scott Sam
Windows installer has a bunch of properties that you have access to that will handle this for you. http://msdn.microsoft.com/en-us/library/aa372057.aspx [SystemFolder]cmd.exe Should work except that you might need a custom action to set it. -Original Message- From: Alicia Holloway [mailto

[WiX-users] candle.exe and light.exe source code

2009-01-20 Thread sam desilva
where i can get source code of light.exe and candle.exe -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _

[WiX-users] wix ui

2009-01-29 Thread sam desilva
hi i am new to WIX, i am reffering Wix Totorial meant for 2.0 colud you please tell me how go Wix ui step by step creating dialog and ui liberaray. -- This SF.net email is sponsored by: SourcForge Community SourceForge wan

[WiX-users] User interface sequence sppress

2009-02-01 Thread sam desilva
hi all to install application ,application request set of information from user using User Interface. which sequence based. i want to suppress this UI but i want data to be supplied for installation . how can i supply this data in msi using wix v3.0. urgent. ---

[WiX-users] registry entries with dark

2009-02-02 Thread sam desilva
hi all i have an problem.. i have one software ,which has registry entries and file when i install it through msi... it make registry entries in system registry and copies the file at designated location. in wix v3.0 , is that any way to get those registry entries.

[WiX-users] running deffered managed custom actions with elevated privileges

2009-02-26 Thread Scott Sam
I've used dtf to create some custom actions that execute deffered. The problem that I'm having is that these CA's need to be run with elevated privileges. How can I do this? I would prefer not to have a uac prompt for each CA, but I'm ok with it if that's the only way. -

Re: [WiX-users] DTF Debugging

2009-02-27 Thread Scott Sam
Usually, for me, clicking ok on that brings up the code as long as it was compiled in debug. -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Friday, February 27, 2009 1:12 PM To: chr...@deploymentengineering.com; General discussion for Windows Installer XML too

Re: [WiX-users] running deffered managed custom actions with elevated privileges

2009-02-27 Thread Scott Sam
CustomActions can run non-Impersonated and then they are elevated (assuming the MSI UAC prompt was accepted). Scott Sam wrote: > I've used dtf to create some custom actions that execute deffered. The > problem that I'm having is that these CA's need to be run with elevated >

Re: [WiX-users] Adding system wide module to IIS7 on 64-bit OS

2009-03-11 Thread Scott Sam
I didn't see any replies to this. I'm having the same problem. I figured out the cause, but I'm not sure on what to do for a solution. The problem is that windows does a redirect to the syswow64 folder, and the applicationHost.config file doesn't exist there. So it can't be accessed by anything r

Re: [WiX-users] Adding system wide module to IIS7 on 64-bit OS

2009-03-12 Thread Scott Sam
- From: Scott Sam [mailto:s...@clearviewecm.com] Sent: Wednesday, March 11, 2009 4:11 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Adding system wide module to IIS7 on 64-bit OS I didn't see any replies to this. I'm having the same problem.

[WiX-users] multi-CD install using WiX?

2009-04-27 Thread sam desilva
hi i am new to wix i would like to create simple msi which span to 2 cd (multicd i) multi-CD install using WiX? -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enabl

[WiX-users] run from source feature /component

2009-04-28 Thread sam desilva
I've got a setup with 2 features, and option is "run from source" and corresponding component also set "Run from source." Component Id="Component_one" Guid ="ABA305CB-4C75-4a64-9963-115C2B1E82D8" DiskId="1" Location="source"> Feature Id="ProductFeature_one" Title="W

[WiX-users] feature component state source /local

2009-04-28 Thread sam desilva
what does it mean by feature component state how this state stored in registry.? what is the meaning of run-from-source or run-from-local it you give any wix example .with mentioning installation steps would be good; -- Reg

Re: [WiX-users] feature component state source /local

2009-04-30 Thread sam desilva
> This is what you refer to as "Run from Source". > > What you refer to as "Run from Local" means pretty much just that...the > feature will be installed locally on the machine. > > I don't have an easy to understand WiX sample for this (

Re: [WiX-users] Absolute beginner need help!

2009-05-15 Thread sam desilva
hi. since you have not mentioned exact nature of problem ... probably you need to add reference to your project... right click on references on solution tab->add-->\Program Files\Windows Installer XML v3\bin\ and add. the missing file... On Thu, May 14, 2009 at 8:33 PM, Neil Sleightholm wrote: >

Re: [WiX-users] Absolute beginner need help!

2009-05-15 Thread sam desilva
hi. since you have not mentioned exact nature of problem ... probably you need to add reference to your project... right click on references on solution tab->add-->\Program Files\Windows Installer XML v3\bin\ and add. the missing file... On Thu, May 14, 2009 at 8:33 PM, Neil Sleightholm wrote: >

Re: [WiX-users] feature component state source /local

2009-05-15 Thread sam desilva
clue... On Thu, Apr 30, 2009 at 1:37 PM, sam desilva wrote: > hi > > actually i have build wix aplication which i want to installed from flash > drive to other machine but i want installation should not copy files to > target machine it should run only when the flash drive is

[WiX-users] run-from-source

2009-05-18 Thread sam desilva
hi all i want to compose an msi which has two feature and four component component would have any no o files.. i want the msi to be installed from FLASH drive...and one of the feature should run-from-source.. after installation application should only when required component is available in FLASH D

Re: [WiX-users] Patch creation problems

2008-09-22 Thread Scott Sam
When I double click on my msp file I get the welcome dialog, followed by the maintenance dialog, giving me the choice to change, repair or remove. Choosing repair or change, will cause the patch to show up in add/remove programs, but the text file does not show the changes that I made. Problem

[WiX-users] problems configuring MSDTC via installer

2008-10-22 Thread Scott Sam
this? Could not write value NetworkDtcAccessAdmin to key \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\Security. Verify that you have sufficient access to that key, or contact your support personnel. Could not wr Scott Sam Software Developer  Clearview Enterprise Content Manag

[WiX-users] cursor in invalid state

2008-12-08 Thread Scott Sam
I'm trying to get patching working for one of our products. The problem is that there are currently 2 more files in the latest version than were in the original version. This is causing the patch to fail. I read that the new files sequence have to be at the end of the file table. So I'm trying t

Re: [WiX-users] cursor in invalid state

2008-12-08 Thread Scott Sam
s Installer XML toolset. Subject: Re: [WiX-users] cursor in invalid state Why not just mark the new Files with PatchGroup and let WiX take care of sequencing them for you? -Original Message----- From: Scott Sam [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2008 08:37 To: wix-users@lists.

Re: [WiX-users] cursor in invalid state

2008-12-08 Thread Scott Sam
in the cabinet file." error -Original Message- From: Scott Sam [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2008 1:24 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] cursor in invalid state I tried that. I set the PatchGroup to 1 for th

Re: [WiX-users] cursor in invalid state

2008-12-08 Thread Scott Sam
right cabinets. -Original Message- From: Scott Sam [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2008 10:36 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] cursor in invalid state Well after taking a closer look, using the patchgroup attribute does

  1   2   >