Re: [WiX-users] Applying transform from a Custom Action

2010-07-08 Thread gulfam murad
Thanks Rob for your valuable input on this. Best Regards, Gulfam Murad On Thu, Jul 8, 2010 at 2:03 AM, Rob Mensching wrote: > You know, this case might be the exact reason why you shouldn't use > embedded > language transforms. If it isn't the only case, I think it is one o

Re: [WiX-users] Applying transform from a Custom Action

2010-07-07 Thread gulfam murad
a lot. Best Regards, Gulfam Murad On Thu, Jul 8, 2010 at 12:45 AM, Rob Mensching wrote: > You can add temporary rows with a custom action. That and setting > Properties > are the only mutations allowed that I'm aware of. > > On Wed, Jul 7, 2010 at 8:15 PM, gulfam murad &

[WiX-users] Applying transform from a Custom Action

2010-07-07 Thread gulfam murad
, Gulfam Murad -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first ___ WiX

Re: [WiX-users] Can I convert from wixobj to wxs

2009-07-16 Thread gulfam murad
Thanks Mike, Well, alot changed and also the changes were in different WXS files. So, yes dark will help me but it will take extra time and effort. So, if there is another smater option, i will love to hear that. Thanks. Best Regards, Gulfam Murad On Thu, Jul 16, 2009 at 2:42 PM, Mike Carlson

[WiX-users] Can I convert from wixobj to wxs

2009-07-16 Thread gulfam murad
back from WIXOBJ. Thanks and Regards, Gulfam Murad -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry

Re: [WiX-users] single msi-file seems to need 1033.mst transform file

2009-07-15 Thread gulfam murad
give me an error that cannot find a transform to apply. Becuase in the Package Languages we set 1031 and 1033...so the msi is looking for a transform to run on 1031 if 1033 is the master MSI. I hope this will help. Best Regards, Gulfam Murad On Wed, Jul 15, 2009 at 4:07 AM, Sebastian Brand (Instyler

[WiX-users] Problem using WixCA

2009-06-29 Thread gulfam murad
Hi, I am using the following code to launch my exe. Now, I set Return="Check", so install shouldn't succeed in case of failure. Well, the install did succeed, but my exe is not doing what it is supposed to do. The only problem i can think of is setting CURRENT FOLDER path, as if I run my exe after

Re: [WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-09 Thread gulfam murad
Could you please tell more about the custom action to delete a directory tree. I am currently using a C++ custom action to delete directory structure on uninstall. But i love to use a custom action with roll-back stuff. On Tue, Jun 9, 2009 at 11:36 AM, Rob Mensching wrote: > Ahh, you want to delet

Re: [WiX-users] How to define reference path

2009-06-08 Thread gulfam murad
Look for 'Preprocessor' in wix documentation. On Mon, Jun 8, 2009 at 9:24 AM, Jiang, Chunyan (GE Healthcare) wrote: > Hi, > > I am new to Wix. And I am trying to build my Wix Project. If I want to > define: > > > src="MyApp.exe" DiskId="1"> > > In src I must set the path for the file. However, I

Re: [WiX-users] problem with upgarde

2009-06-08 Thread gulfam murad
Thank you all for help. Best Regards, Gulfam On Sat, Jun 6, 2009 at 10:08 AM, Richard wrote: > > In article <67ae32440906051431p6bfa0022tb8c1c8dd2ab5f...@mail.gmail.com>, >    gulfam murad  writes: > >> Actually what confused me is that the same UI is presented in both

Re: [WiX-users] problem with upgarde

2009-06-05 Thread gulfam murad
welcome dialog etc is presented and user can even change the install location.. Shouldn't the setup suppose to use the available information and upgrade on top of it? Best Regards, Gulfam Murad On Fri, Jun 5, 2009 at 2:08 PM, Wilson, Phil wrote: > Something changed, because now you get

Re: [WiX-users] problem with upgarde

2009-06-05 Thread gulfam murad
on number, try to change to Minimum="1.0.0.0". > Otherwise, everything looks fine to me. > > Alex > > > > -Original Message- > From: gulfam murad [mailto:gulfam.mu...@gmail.com] > Sent: Friday, June 05, 2009 8:08 AM > To: General discussion for

Re: [WiX-users] problem with upgarde

2009-06-05 Thread gulfam murad
Alex, here is the code I am using to generate my msi. Phil, I already tried PackageCode change and posted, i think you missed that email. anyways, when I change PackageCode to be different for different MSIs. The two MSIs work independently of each other. That i

Re: [WiX-users] problem with upgarde

2009-06-04 Thread gulfam murad
sorry for the incomplete email... following is the completed version Still having problem with upgrade... Entries from orca for my first setup (e.g. test1.msi) -->Property Table (property) UpgradeCode  (value) {82594B5A-5CA6-4C6F-A9F1-EF75A504B592} (property) ProductVersion (value) 12.0.0.9020 (p

Re: [WiX-users] problem with upgarde

2009-06-04 Thread gulfam murad
No Luck... Property Table entry for my first setup (e.g. test1.msi) (property) UpgradeCode (value) {82594B5A-5CA6-4C6F-A9F1-EF75A504B592} Updgrade table entiry (upgradecode) {82594B5A-5CA6-4C6F-A9F1-EF75A504B592} (VersionMin) 1.0.0 (VersionMax) 12.0.0.9020 (Attributes) 256 ( OLDERVERSIONBEINGU

Re: [WiX-users] problem with upgarde

2009-06-04 Thread gulfam murad
nt too (and it > should be unique anyway every time you build your MSI file, so use the > thing that WiX provides). > > Phil Wilson > > > -Original Message- > From: gulfam murad [mailto:gulfam.mu...@gmail.com] > Sent: Thursday, June 04, 2009 12:1

[WiX-users] problem with upgarde

2009-06-04 Thread gulfam murad
Hi, I have followed "How To: Implement a Major Upgrade In Your Installer" but it is not working for me. I have the following code: Now, I compiled first installer using the version mentioned in my code (12.0.0.9020) and then compile a second setup with version change

[WiX-users] Read the text from .ini file.

2009-05-26 Thread gulfam murad
Hi, How can I use ".rc dialogs" or "windows forms" as my WIX Installer Package UI. Thanks, Gulfam -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creat

[WiX-users] Question regarding PermissionEx

2009-05-21 Thread gulfam murad
o achieve this functionality (this seems to be the only attribute that may do the desired) But using this, the following compilation error appears: "error CNDL0004: The util:PermissionEx element contains an unexpected attribute 'Append'." Could you please help me out in this.