Re: [WiX-users] Setting properties

2008-06-14 Thread Friedrich Dominicus
"Brian Simoneau" <[EMAIL PROTECTED]> writes: > What you have is not terribly messy, at least when it comes to Windows > Installer. Well than please let me know how to do it. The below code does not work properly, I can not see any reason why this boolean stuff should not work, but either the fil

[WiX-users] Can not make sense out of this

2008-06-12 Thread Friedrich Dominicus
I'm either to blind to see or something is awfully messed up At first it seems to me that I won't have to use CDATA but that's anther story OFFICE11_PROG_DIR and OFFICE11_INSTALL_DIR are looked up in the registry, that's fine. It's values are: Property(S): OFFICE11_INSTAL

Re: [WiX-users] Setting properties

2008-06-12 Thread Friedrich Dominicus
"Brian Simoneau" <[EMAIL PROTECTED]> writes: > Use a custom action to set ANOTHER_PROP to PROP1 with a condition that > PROP1 exists. Something like > Value="[PROP1]"/> > PROP1 > You can do the same thing for PROP2 or set PROP2 as the default value of > ANOTHER_PROP since it is the else case. W

[WiX-users] Setting properties

2008-06-12 Thread Friedrich Dominicus
Well I can not find any example for this assume two properties (containing pathes) So let's ahve PROP1 = c:\foo if it is set then ANOTHER_PROP = PROP one can do that with But when this is not set then it should look for PROP2 if PROP2 is set then this value should be used. So I have in pseu

[WiX-users] Reliable way to figure out the startup folder

2008-06-05 Thread Friedrich Dominicus
-- Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus - Check out the new SourceForge.net Marketplace. It's the best place to buy or sel

Re: [WiX-users] Create EXE wrapper around my MSI?

2008-06-02 Thread Friedrich Dominicus
"Holmgren Mathias" <[EMAIL PROTECTED]> writes: >> http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2926168&SiteID=1 >> the SDK people surely are not the dumbest programmers around but what >> does it help. You can be smart as no-one else, you' get outperformed >> by the resourcefullness MSI D

Re: [WiX-users] Create EXE wrapper around my MSI?

2008-06-02 Thread Friedrich Dominicus
Rob Mensching <[EMAIL PROTECTED]> writes: > 2. I used to be one of those Office developers (long while back) > and know a few of them that are still there. They have a pretty > solid grasp of the Windows Installer and how to use it and, > personally, I think they've done pretty well by it. Of

Re: [WiX-users] WIX 3.0 release date

2008-05-28 Thread Friedrich Dominicus
Christopher Painter <[EMAIL PROTECTED]> writes: > Hmmm... > >   > > >http://www.productbeautiful.com/2008/05/02/why-product-management-is-open-sources-fatal-flaw/ Nice read, I can sympathize with both sides. Howerver the users are not willing to pay and so why should I care as developer. I do as I

Re: [WiX-users] Create EXE wrapper around my MSI?

2008-05-28 Thread Friedrich Dominicus
Kelly Leahy <[EMAIL PROTECTED]> writes: > Friedrich, > I understand your pain, but I'm not a member of the WiX team, I'm > not an employee of MS, and I have no involvement with the MSI team, I wrote it's not a personal attack, but the fact that we always have to use "may work that way", "I think"

Re: [WiX-users] Create EXE wrapper around my MSI?

2008-05-28 Thread Friedrich Dominicus
Rob Mensching <[EMAIL PROTECTED]> writes: > I think that's rather unfair. I do not understand the problem that > Colin is having. There really haven't been enough details (or I > may have missed them) about what is being registered, how it is being > registered or what the whole thing is doing.

Re: [WiX-users] Create EXE wrapper around my MSI?

2008-05-28 Thread Friedrich Dominicus
Kelly Leahy <[EMAIL PROTECTED]> writes: > It sounds like your registration is happening in the wrong 'stage' of the > install...  Just because you're > elevated in some places, it doesn't mean the entire run of the install is > elevated.  I think the elevation > only occurs during the installexe

Re: [WiX-users] Wix for a Office Add-In?

2008-05-08 Thread Friedrich Dominicus
ocumented on where one has to place what? The registry entries are not documented also. Wow that sounds "interesting" Regards Friedrich -- Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim Registriernummer:

Re: [WiX-users] Wix for a Office Add-In?

2008-05-08 Thread Friedrich Dominicus
"Scott Sam" <[EMAIL PROTECTED]> writes: > I did, but I mostly just reverse engineered it from the vs installer > that got created with it. Sorry I don't get this you have reversed it from what? The Installer project which was generated by the VSTO tools? > The main problem that we had was tha

[WiX-users] Wix for a Office Add-In?

2008-05-08 Thread Friedrich Dominicus
I'm wondering, if anyone has tried or has used wix for a COM-Addin for some Office package. Any links, hints etc are very welcome. Regards Friedrich - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don'

[WiX-users] Now working was:Why is the registry key not removed?

2008-03-20 Thread Friedrich Dominicus
After I places the stuff at another place and in it's own component, than the registry key is removed as expected. My .wxs looks like this: It was directly placed below the first Directory entry before it was much deeper in the Directory tree... Maybe it

[WiX-users] Why is the registry key not removed?

2008-03-19 Thread Friedrich Dominicus
I can not understand why the following code does not remove the registry key while deinstalling the software: What can be wrong with this entry? it run's through candle and light but it does not remove the key. Howerver installing works: This entry will be added as it should... I'd

[WiX-users] unidrv printer installation with difxapp?

2007-05-08 Thread Friedrich Dominicus
o add the Printer... because the printer driver is know known. So in the end it's the question does anyone have installed printer with wix? Regards Friedrich -- Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich

Re: [WiX-users] Port monitor + printer driver

2007-04-11 Thread Friedrich Dominicus
"Trevor Clifton" <[EMAIL PROTECTED]> writes: > DPInst.exe is the round about way of doing this when using WiX. > > Specifically, DIFxApp is the easies way to install drivers correctly using > WiX. > > If you have a single .inf file that describes the port monitor and then > describes the printer

Re: [WiX-users] Port monitor + printer driver

2007-04-03 Thread Friedrich Dominicus
fiordean dacian <[EMAIL PROTECTED]> writes: > I guess this is rather a system problem than Windows Installer. The quick > answer is yes, you can install your printer monitor and driver from one > installer file. Ok, if that does work how? > Is this accepted by the system? Problem: the port moni

[WiX-users] Port monitor + printer driver

2007-04-03 Thread Friedrich Dominicus
Ok, here we go again. Is there anothe way to install a port monitor and a printer driver from one installer file. Or do one has to write setup program which internally first run msiexec on the port monitor and afterwards the printer driver, in which one then can run a custom action to add the Print

[WiX-users] One other questions abotu installation

2007-03-22 Thread Friedrich Dominicus
Just rereading a few pages On http://msdn2.microsoft.com/en-us/library/aw2dz878(VS.80).aspx One can read To deploy to another computer |1. | | In Windows Explorer, navigate to your project directory and | find the built installer. The default path will be \Documents and | Settings\yo

Re: [WiX-users] Just a question out of frustration

2007-03-22 Thread Friedrich Dominicus
<[EMAIL PROTECTED]> writes: > 1) At first I installed the difxapp tools >- Howerver it is unclear to me if a printer falls under it's > requirements. > > [Snip] > > I assume Printer falls under PlugAndPlay. > > RJF: That was also my assumption, but as mentioned before I have not > worked

Re: [WiX-users] Just a question out of frustration

2007-03-21 Thread Friedrich Dominicus
<[EMAIL PROTECTED]> writes: > In his response, Friedrich asked: Well couldn't I run the custom action > when I like for what good should be the After, Before etc stuff then? > > Yes, up to a point you can run a custom action whenever you want. I say > "up to a point" because doing so after "Instal

[WiX-users] Just a question out of frustration

2007-03-21 Thread Friedrich Dominicus
Sorry I send this to the e-mail address alone. it was asked for the code. Here we go: Well if you insist ;-) the code for the installer library #include // #include #include #include #include // #include /* just for the DLL one might use a .def file instead */ #undef EXPORT #define EXPORT __d

Re: [WiX-users] Just a question out of frustration

2007-03-21 Thread Friedrich Dominicus
<[EMAIL PROTECTED]> writes: > Friedrich, > > Adding runtime components to the installation (e.g. the merge files) > will usually not help because they typically won't be installed until > after your custom action has run. Since your custom action needs them, > it will fail and so they never will g

Re: [WiX-users] Just a question out of frustration

2007-03-21 Thread Friedrich Dominicus
library just windows related APIs Regards Friedrich -- Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus - Take Surveys. Earn Cash.

[WiX-users] Just a question out of frustration

2007-03-21 Thread Friedrich Dominicus
27;m sorry if I sound harsh, I'm really fed up with all this f.... hurdles for such thing as installing a Custom action for an installaion If you have encountered this stuff and get through, would you mind to share your findings? Regards Friedrich -- Q-Software Solutions GmbH; Sitz:

[WiX-users] Printer driver and Port Monitor installation example?

2007-02-12 Thread Friedrich Dominicus
Does anyone have tried wix to install a printer driver and a PortMonitor? If so would you mind to explain the wxs file used? Regards Friedrich -- Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus

[WiX-users] Wix3 question

2007-02-08 Thread Friedrich Dominicus
What does this message mean? H:\vista_dev\new_system\VistaDriver\SafeFaxInstallerV\safefaxinstallerv.wxs(28) : error LGHT0204 : ICE64: The directory ProgramMenuDir is in the user profile bu t is not listed in the RemoveFile table. This stuff was fine in wix-2 to add a folder to the ProgramMenuFold

Re: [WiX-users] Wix and Drivers

2006-12-21 Thread Friedrich Dominicus
After checking all what I can get it seems I have to use custom action now to proceed. Is that a correct assumption? So is the order then: 1) install the driver files in the Driver Store 2) calling a custom action to install the printer? the way to go or do I have overseen something in Wix? R

Re: [WiX-users] Wix and Drivers

2006-12-19 Thread Friedrich Dominicus
Ok I was able to advance a bit. I know have an installer which installes the file properly in the DriverStore. However I still have to install the printer driver by opening the "Add Printer Wizard". The installation after that works smoothless, but how can that be done during installation time? Are

Re: [WiX-users] Wix and Drivers

2006-12-14 Thread Friedrich Dominicus
Thanks for the warning, I will stick to wix2 then. Regards Friedrich - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & busines

Re: [WiX-users] Wix and Drivers

2006-12-14 Thread Friedrich Dominicus
"Thomas Svare" <[EMAIL PROTECTED]> writes: > Friedrich, > > The below works for me using Difx: > > DriverForceInstall="no" DriverSequence="1" DriverLegacy="yes" > DriverAddRemovePrograms="no"> >Vital="yes" KeyPath="yes" /> > Thanks, I'll try my luck with it. But did I mention that I have

Re: [WiX-users] Wix and Drivers

2006-12-14 Thread Friedrich Dominicus
Rob Hamflett <[EMAIL PROTECTED]> writes: > You probably want the DIFxApp framework, which is supported in WiX. Try > looking here: > >http://msdn.microsoft.com/library/default.asp?url=/library/en-us/DevInst_d/hh/DevInst_d/difxapp_b5f94034-5f86-4603-869d-bd64df80b946.xml.asp thanks I found it al

[WiX-users] Wix and Drivers

2006-12-14 Thread Friedrich Dominicus
Well I'm trying to build a Installer for a printer driver. Now I looked through all the examples, and checked this mailing list also but I'm kind of stuck. The only example I could find about Wix and .inf files was in the Vista WinDDK. But I do not get it neverthelss. I currently have: a .inf f