[WiX-users] Changing the location of the files to take...

2007-10-29 Thread Jason Rivers
Hi all, I have a Take folder, which os for our developers to put the compiled files into for me to take to put into the installer but with version changes this directory could also change. for instance I currently have this: File Id=foo.bar Name=foo.bar DiskId=1 KeyPath=yes

[WiX-users] Calling function inside a DLL and passing parameters through cutom action...

2007-10-29 Thread V K Gangwar
Could somebody tell me that how I can invoke a function inside a DLL and pass the parameters for that function through custom action. I am developing a MSI installer using WIX3 with votive. Regards, Veerendra __ Do You Yahoo!? Tired of

Re: [WiX-users] Checkbox does not recognize when it is checked

2007-10-29 Thread xyavier
boB, It does however bring up my UI when someone clicks the change button in the ARP. My plan was to remove the Remove button so the user would be forced to use my UI which gives them the option to either remove or repair. So, under this situation is there any way to allow them to check the box

Re: [WiX-users] example Wix project

2007-10-29 Thread hina1703
Hello Richard, I am still trying to find out some information as subtle advantages of WIX over InstallShield looking for a demo project. Do you have any other example project which you can share with me? Also are there any power point slides or any info available? Thanks, Hina Richard-45

Re: [WiX-users] MMC Snapin

2007-10-29 Thread Chad Petersen
We use an MMC snap-in in one of our applications. I may be simplifying this too much, but entry point to a Snap-In is the .MSC file. We deposit the .MSC in the Deploy directory of choice and create a shortcut to the .MSC. Component Id=DeployMSCComp Guid=1ED23462-B5B7-42af-B86A-BF4CB1E86BB6

Re: [WiX-users] example Wix project

2007-10-29 Thread Adam Majer
hina1703 wrote: Hello Richard, I am still trying to find out some information as subtle advantages of WIX over InstallShield looking for a demo project. Do you have any other example project which you can share with me? Also are there any power point slides or any info available? The

Re: [WiX-users] example Wix project

2007-10-29 Thread Richard
In article [EMAIL PROTECTED], hina1703 [EMAIL PROTECTED] writes: I am still trying to find out some information as subtle advantages of WIX over InstallShield looking for a demo project. Do you have any other example project which you can share with me? Also are there any power point

Re: [WiX-users] Calling function inside a DLL and passing parameters through cutom action...

2007-10-29 Thread Richard
In article [EMAIL PROTECTED], V K Gangwar [EMAIL PROTECTED] writes: Could somebody tell me that how I can invoke a function inside a DLL and = pass the parameters for that function through custom action. Its all in the documentation for custom actions, but first you should reconsider

[WiX-users] install feature only if another app is installed

2007-10-29 Thread Jason Rivers
Hi all, I have a condition so the installation is aborted if .NET 1.0 is not installed, but the .NET section of our product is only a small section. is there a way I can set a condition so that if the .NET Framework is not installed then only that Feature doesn't get installed, but the rest does

Re: [WiX-users] install feature only if another app is installed

2007-10-29 Thread Richard
In article [EMAIL PROTECTED], Jason Rivers [EMAIL PROTECTED] writes: I have a condition so the installation is aborted if .NET 1.0 is not installed, but the .NET section of our product is only a small section. is there a way I can set a condition so that if the .NET Framework is not

Re: [WiX-users] Changing the location of the files to take...

2007-10-29 Thread Peter Marcu
Use a preprocessor variable. $(var.TakeFolder) and on the commandline to candle pass -dTakeFolder=1. Then change it to 2 when you need to change it to 2. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Rivers Sent: Monday, October 29, 2007 4:19 AM To:

[WiX-users] Custom actions launched from .MSM files

2007-10-29 Thread Elena Diaconu
Dear WIX users, I have a problem when I am trying to launch an executable through a Custom Action from an .MSM file: the WIX installation fails. When the executable is launched from an .MSI file everything works fine. So is launching executables through Custom Actions from .MSM files

[WiX-users] intalling a microsoft office plugin with wix v3.0

2007-10-29 Thread Scott Sam
I saw in the FAQ that it is supposed to be easier to do this, but I couldn't find anything in the documentation about it. Is this something that hasn't been added yet? If not, where can I find info on it? If so, does anyone know what is necessary to accomplish this? Like what registry entries

Re: [WiX-users] Doing QFEs With WiX

2007-10-29 Thread Peter Marcu
In WiX v2, you should be able to create patches using the PatchCreation element. The process is documented in the chm. It will build you a PCP file which you then can to push through a set of Windows Installer tools. WiX v3 has made patch creation a more native part of the process and that

[WiX-users] Doing QFEs With WiX

2007-10-29 Thread Jim Williams
We currently have a product which installs, literally, thousands of files (source and binaries) that define applications for creating operating systems using Windows Embedded CE. The installer is defined in WiX. But we would like to release updates to the files on a regular basis, like what

Re: [WiX-users] Doing QFEs With WiX

2007-10-29 Thread Peter Marcu
What version of WiX are you using? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Williams Sent: Monday, October 29, 2007 11:16 AM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Doing QFEs With WiX We currently have a product which installs, literally, thousands of

Re: [WiX-users] Doing QFEs With WiX

2007-10-29 Thread Jim Williams
I am a little behind on keeping up with the latest updates, but am currently using WiX 2.0.3719. Jim From: Peter Marcu [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 11:14 AM To: Jim Williams; WiX-users@lists.sourceforge.net Subject: RE: Doing QFEs

Re: [WiX-users] Doing QFEs With WiX

2007-10-29 Thread Jim Williams
Thanks for the quick response. I'll take a look at the chms in both versions. I'll have to stick with V2 for now though, so hopefully I will be able to do what we need using the PatchCreation element. Jim From: Peter Marcu [mailto:[EMAIL PROTECTED] Sent:

Re: [WiX-users] Doing QFEs With WiX

2007-10-29 Thread Jim Williams
Thanks Richard, I happen to have a copy of Phil Wilson's book sitting on the desk in front of me. Since our product is new and still in a major state of flux, doing minor upgrades or patches has been out of the question. I've been doing major upgrades (using the upgrade table, etc.) so far, but

Re: [WiX-users] What's the right way to use InstallExecuteSequence from a fragment?

2007-10-29 Thread Karim MacDonald
Bob Arnson-6 wrote: That's be design: Light is a smart linker, so it brings in only those fragments that are referenced. There are a number of *Ref elements that create such references but not a sequence reference. That's a little odd -- usually, you'd want to include a custom action

Re: [WiX-users] Doing QFEs With WiX

2007-10-29 Thread Richard
In article [EMAIL PROTECTED], Jim Williams [EMAIL PROTECTED] writes: Is there some way to define a QFE-like mechanism by using WiX? Windows Installer addresses updates as patches, minor upgrades, or major upgrades. I recommend Phil Wilson's book The Definitive Guide to Windows Installer

Re: [WiX-users] Trying to preserve installation location

2007-10-29 Thread mscheuner
Rob Mensching-4 wrote: Have you read the MSI SDK about major upgrades? It sounds like you're not using the UpgradeCode to its full potential. In what way?? I haven't read the MSI SDK docs - but I did read Phil Wilson's Definitive Guide to Windows Installer - Chapter 6, on Upgrades.

[WiX-users] Maintenance modes

2007-10-29 Thread Anthony Wieser
For some reason my msi file is bringing up the maintenance mode when I double click it. So, now I have two questions. 1. How do I make sure that only remove is supported. I've already set the property ARPNOMODIFY like this: Property Id=ARPNOMODIFY Value=1 / but I've done it in a UI block.

Re: [WiX-users] Path to MSI?

2007-10-29 Thread 7734456
Try using the msi prop: CURRENTDIRECTORY Rad Ricka wrote: Hello, what's the most effective way to programmatically get the path to where my MSI is being run from? Cheers, R. - This SF.net email is sponsored

Re: [WiX-users] Path to MSI?

2007-10-29 Thread Richard
In article [EMAIL PROTECTED], 7734456 [EMAIL PROTECTED] writes: Try using the msi prop: CURRENTDIRECTORY Eh? The documentation doesn't list any such standard property. -- The Direct3D Graphics Pipeline -- DirectX 9 draft available for download

Re: [WiX-users] Maintenance modes

2007-10-29 Thread Richard
In article [EMAIL PROTECTED], Anthony Wieser [EMAIL PROTECTED] writes: For some reason my msi file is bringing up the maintenance mode when I double click it. This means its already installed. 1. How do I make sure that only remove is supported. I've already set the property

[WiX-users] How to prevent administrative (network) installation

2007-10-29 Thread Davut Karabay
Hi, How can I prevent a network installation (msiexec.exe /a XYZ.msi)? I pasted below the WIX content. Should I add a single dialog to AdminUISequence, to say that it is not supported, and give the option to finish? Is there a better way? (PS: I am not a WIX expert... Never understood why

Re: [WiX-users] intalling a microsoft office plugin with wix v3.0

2007-10-29 Thread Mike Dimmick
The WixOfficeExtension exists but is undocumented at present. That in itself would be enough to make me shy away from it. If you feel like living dangerously, grab the sources distribution and look at src\ext\OfficeExtension. -- Mike Dimmick _ From: [EMAIL PROTECTED]

Re: [WiX-users] Maintenance modes

2007-10-29 Thread Chad Petersen
I might just mention that you have to F5 Refresh Add/Remove Programs to be sure your entry is gone or not. A/RP doesn't refresh automatically. Of course, closing and reopening A/RP would refresh also. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [WiX-users] How to prevent administrative (network) installation

2007-10-29 Thread Richard
In article [EMAIL PROTECTED], Davut Karabay [EMAIL PROTECTED] writes: How can I prevent a network installation (msiexec.exe /a XYZ.msi)? Why? -- The Direct3D Graphics Pipeline -- DirectX 9 draft available for download http://www.xmission.com/~legalize/book/download/index.html

Re: [WiX-users] Undefined reference in Type 35 custom action

2007-10-29 Thread Steve Wood (OCS)
That is what I finally figured out. Thanks. -Steve From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 3:21 PM To: Steve Wood (OCS); wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Undefined reference in Type 35 custom action Normally you should use TARGETDIR

Re: [WiX-users] Undefined reference in Type 35 custom action

2007-10-29 Thread Mike Dimmick
Normally you should use TARGETDIR as the root of your components in a merge module. When merging, these components' Directory entries will be rewritten to have their parent set to the Directory that you place the Merge element in. Any other directories you specify in your merge module are not

Re: [WiX-users] Custom actions launched from .MSM files

2007-10-29 Thread Elena Diaconu
Hi Mike, Thank you for the answer; but I think the property is in the same file; this is the XML sequence which works fine in the .MSI: CustomAction Id=CAPCInstall.Command Property=QtExecCmdLine Value=quot;[INSTALLDIR]AppSecInc.Performance.CAInstaller.exequot;/ CustomAction Id=CAPCInstall

Re: [WiX-users] Custom actions launched from .MSM files

2007-10-29 Thread Mike Dimmick
Deferred custom actions get their instructions on what to do from a property named the same as the custom action itself, which in the CA code itself is the CustomActionData property. When you include something in a module, by default its identifier is modularized, that is, a GUID is added

[WiX-users] SelectionTree not showing the features to be installed!

2007-10-29 Thread Sajo Jacob
I have defined all my features with Display='expand' and AllowAdvertise=yes with the appropriate components refs but still don't see the features on the selectiontree. It in fact shows a 2 level tree with no names to the features, something is definitely not right here since I have more than 2

Re: [WiX-users] Path to MSI?

2007-10-29 Thread 7734456
in c++ : MsiGetProperty(hInstall, TEXT(CURRENTDIRECTORY), szMSISrcPath, dwBuffer); ..it's there. Richard-45 wrote: In article [EMAIL PROTECTED], 7734456 [EMAIL PROTECTED] writes: Try using the msi prop: CURRENTDIRECTORY Eh? The documentation doesn't list any such standard

Re: [WiX-users] Path to MSI?

2007-10-29 Thread Wilson, Phil
It's one of those undocumented (and therefore unsupported) properties you shouldn't be using. DATABASE is another. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 7734456 Sent: Monday, October 29, 2007 5:32 PM To:

Re: [WiX-users] How to prevent administrative (network) installation

2007-10-29 Thread Wilson, Phil
Are you planning to ship patches? The reason I ask is that patch generation uses uncompressed images, and /a is a useful way to generate them. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Davut Karabay Sent: Monday, October 29, 2007 1:24 PM To:

[WiX-users] 17k Doctor's Email Addresses

2007-10-29 Thread Pierce figural
Licensed Doctors in the USA 788,886 in total – 17,832 emails Coverage in many different areas of medicine such as Endocrinology, Pathology, Urology, Neurology, Plastic Surgery, Psychiatry, Cardiology and much more Sort by over a dozen different fields This week's special price = $330

[WiX-users] start and stop services

2007-10-29 Thread shapla
I have an existing service - say XYZ AdminConsole (Not part of my MSI) I want to: 1. Restart this service after installing my MSI 2. My MSI will remove some files during uninstall and I want to: 2.1 Stop this service before removing the files and 2.2 Start it again after removing the

Re: [WiX-users] start and stop services

2007-10-29 Thread Richard
In article [EMAIL PROTECTED], shapla [EMAIL PROTECTED] writes: 1. Restart this service after installing my MSI 2. My MSI will remove some files during uninstall and I want to: 2.1 Stop this service before removing the files and 2.2 Start it again after removing the files. How

Re: [WiX-users] Path to MSI?

2007-10-29 Thread Richard
In article [EMAIL PROTECTED], 7734456 [EMAIL PROTECTED] writes: in c++ : MsiGetProperty(hInstall, TEXT(CURRENTDIRECTORY), szMSISrcPath, dwBuffer); ..it's there. That's working by accident, not working by design. Use at your own peril. -- The Direct3D Graphics Pipeline -- DirectX 9

Re: [WiX-users] SelectionTree not showing the features to be installed!

2007-10-29 Thread Richard
In article [EMAIL PROTECTED], Sajo Jacob [EMAIL PROTECTED] writes: I have defined all my features with Display='expand' and AllowAdvertise=yes with the appropriate components refs but still don't see the features on the selectiontree. It in fact shows a 2 level tree with no names to the

[WiX-users] Questions about Wixproj Error

2007-10-29 Thread Seung Ho Nam
Dear lists, I downloaded ProjectAggregator2-3.0.2925.0.msihttp://downloads.sourceforge.net/wix/ProjectAggregator2-3.0.2925.0.msi?modtime=1180101856big_mirror=0 And Wix-3.0.2925.0.msihttp://downloads.sourceforge.net/wix/Wix-3.0.2925.0.msi?modtime=1180101890big_mirror=0 From

Re: [WiX-users] install feature only if another app is installed

2007-10-29 Thread Bob Arnson
Jason Rivers wrote: is there a way I can set a condition so that if the .NET Framework is not installed then only that Feature doesn't get installed, but the rest does get installed still? Take a look at the WiX setup in the WiX source. We do that very thing for Votive installation when

Re: [WiX-users] Checkbox does not recognize when it is checked

2007-10-29 Thread Bob Arnson
xyavier wrote: boB, It does however bring up my UI when someone clicks the change button in the ARP. My plan was to remove the Remove button so the user would be forced to use my UI which gives them the option to either remove or repair. So, under this situation is there any way to allow them

Re: [WiX-users] Problem in WixVariable for WixUIUpIco and WixUINewIco variables

2007-10-29 Thread Bob Arnson
Anwer Nehal Khan wrote: Yes, I get default icons even after renaming them. Please enter a bug. I'm not sure why it's not working so it'll take some research. If you can provide a small sample, that'll help in the debugger. -- sig://boB http://joyofsetup.com/

[WiX-users] VirtualDir on XP / WebSite on 2000, 2003

2007-10-29 Thread Keith Pesavento
How would I go about having a website created if the target machine is a Windows Server (2000, 2003, etc) machine only, and for an XP target machine have a virtual directory created under the Default website. I'm looking to do this mainly because of the crippled version of IIS on XP machines.

[WiX-users] Managed Custom Action using InstallUtilLib.dll

2007-10-29 Thread Sankaranarayanan
Hi All, I am using Managed Custom Action as details in http://blogs.msdn.com/josealmeida/archive/2004/11/08/253831.aspx This approach works like a charm but I didn't quite like the idea of packaging InstallUtilLib.dll file in MSI. Is there a way to use the InstallUtilLib.dll present in the

Re: [WiX-users] Maintenance modes

2007-10-29 Thread Anthony Wieser
From: Richard [EMAIL PROTECTED] Sent: Monday, October 29, 2007 9:40 PM Subject: Re: [WiX-users] Maintenance modes In article [EMAIL PROTECTED], Anthony Wieser [EMAIL PROTECTED] writes: For some reason my msi file is bringing up the maintenance mode when I double click it. This means

[WiX-users] WiX Localization - One Installer to support multiple Languages

2007-10-29 Thread Sankaranarayanan
Hi, Currently I am creating Localized WiX installers based on the steps mentioned @ http://www.tramontana.co.hu/wix/lesson2.php#2.4 (WixUI Customization and Localization Combined). Using those steps - I am able to create one installer for specific language. Is there a way to link the wixobj