[WiX-users] How to check msvcr71.dll is present in system32

2008-02-02 Thread diwakar09

Hi,

  I have to deploy a application in which i have to copy msvcr71.dll in
system 32,
I have to check if it is already there, msi should not copy the dll in to
sys32, otherwise it will copy 

Could any one help me.

Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/How-to-check-msvcr71.dll-is-present-in-system32-tp15240635p15240635.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Copying files to System32 subfolders

2008-01-21 Thread diwakar09

Hi,

Try this

  

  

  




Chris Weiss-3 wrote:
> 
> Is there some special voodoo that needs to occur to copy files into
> system32 subfolders? I've got the following (paraphrased) component
> definitions:
> 
> 
> 
>   
> 
>   
>  ...
>
> 
>   
>   
>  ...[some components]...
>  
>   
> 
>Guid="{4022F625-CECA-41e2-9D0A-F8FCD06E75FF}">
>  KeyPath="yes"
> Source="..\..\..\..\3rdPartyFiles\BlackIce\BlackIcePrinterDriver\v10.0\NT\BuEProNT.dll"
> />
>   
>   ...
> 
> 
> The setup log shows the following:
> MSI (c) (FC:4C) [10:37:08:582]: PROPERTY CHANGE: Adding Spool
> property. Its value is 'C:\WINDOWS\system32\'.
> MSI (c) (FC:4C) [10:37:08:582]: PROPERTY CHANGE: Adding prtprocs
> property. Its value is 'C:\WINDOWS\system32\'.
> MSI (c) (FC:4C) [10:37:08:582]: PROPERTY CHANGE: Adding w32x86
> property. Its value is 'C:\WINDOWS\system32\'.
> 
> The installer fails (although possibly for a completely unrelated
> reason, troubleshooting one failure at a time...)
> Is there something special that's got to be done to instantiate
> folders below the SystemFolder (System32) level?
> 
> Thanks!
> -- 
> -Chris
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Copying-files-to-System32-subfolders-tp15004219p15013142.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Action Rollback Implementation

2008-01-18 Thread diwakar09

Hi,
  I didn't understand your question, 
What i have understood is- you want to write to registry and you want to
delete that value from registry,

If you want to write to registry 
Try this


  

And on uninstallation it will automatically remove it from the registry,


Sneha Gharpure wrote:
> 
> I have a custom action writeToRegistry and after this action if the user
> presses cancel, the corresponding value should be deleted from the
> registry.
> 
> Following is the sample code showing how we have implemented it.
> 
> WriteToRegistry -> writes a value to a registry
> DeleteFromRegistry -> deletes a value from registry
> These two are VB scripts that read/write the values from/to the registry.
> 
>  VBScriptCall='WriteToRegistry' Execute="immediate" />
>  VBScriptCall='DeleteFromRegistry' Execute="rollback" />
> 
> 6402 is the sequence number after "publish product"
> the "WriteToRegistry" action is called only during the installation and
> therefore the condition " Not 
> Installed". I am not sure about the condition for
> "WriteToRegistry_Rollback". I have tried both- "Installed" and "Not
> Installed"
> 
> 
>Not Installed
> 
> 
>Installed
> 
> 
> The problem here is that the Roll back custom action is not getting called
> when the user presses "cancel" after executing the "WriteToRegistry"
> action. I think that the problem is due to improper sequencing of these
> custom actions. 
> 
> Can anyone give any pointer?
> 
> Thanks in Advance,
> Sneha
> 

-- 
View this message in context: 
http://www.nabble.com/Custom-Action-Rollback-Implementation-tp14948042p14949367.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Program Menu Directory Folder shortcut for an ASPX page

2008-01-14 Thread diwakar09

Hi,
  There must be some other ways, But I could not find those.
  

Sneha Gharpure wrote:
> 
> Hi,
> 
> What i understand from your reply is that, the below HTML file will
> redirect us to the login.aspx.
> In that case, the HTML file should be packed with msi itself and will get
> deployed on the target machine.
> 
> Any other way to do this?
> 
> Thanks,
> Sneha
> 
> 
> diwakar09 wrote:
>> 
>> Hi,
>> 
>> Try this
>> Create a html file with below statements and then create a shortcut of
>> this file
>> Hope this can help you
>>   
>>  
>>  Put any title
>>  http://localhost/xyz/Login.aspx"; />
>>  
>>  
>>  Please wait or click 
>>  http://localhost/xyz/Login.aspx here
>>  
>> 
>> 
>>  
>> 
>> 
>> 
>> 
>> Sneha Gharpure wrote:
>>> 
>>> Hi,
>>> 
>>> Thanks for your reply.
>>> 
>>> Its created a shortcut but when i tried opening the file, the path in
>>> browser was 
>>> file:///C:/inetpub/wwwroot/xyz/Login.aspx
>>> 
>>> instead it should be 
>>> http://localhost/xyz/Login.aspx
>>> 
>>> Can you give any additional pointers?
>>> 
>>> Thanks,
>>> Sneha
>>> 
>>> 
>>> diwakar09 wrote:
>>>> 
>>>> hi,
>>>>  Try
>>>>  >>> LongName="Login"
>>>> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
>>>> Target="[#someFileID]" />
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> Sneha Gharpure wrote:
>>>>> 
>>>>> Hi all,
>>>>> 
>>>>> The requirement is to create a shortcut for an ASPX page, e.g.
>>>>> login.aspx in the Program Menu Folder.
>>>>> 
>>>>> The shortcut is getting created, but when I click on the shortcut,
>>>>> instead of opening the ASPX page, it opens the folder containing the
>>>>> login.aspx file.
>>>>> 
>>>>> Following is the code sample for the same.
>>>>> 
>>>>> 
>>>>> 
>>>>>   
>>>>>   
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> >>>> LongName="Programs">
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>>   
>>>>> 
>>>>> 
>>>>> 
>>>>> >>>> Source=" path to Login.aspx" />
>>>>> >>>> LongName="Login"
>>>>> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
>>>>> />
>>>>> 
>>>>> 
>>>>> Can anyone give any pointer regarding how to do this?
>>>>> 
>>>>> Thanks in Advance,
>>>>> Sneha
>>>>> 
>>>> 
>>>> 
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Creating-Program-Menu-Directory-Folder-shortcut-for-an-ASPX-page-tp14796370p14831874.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Program Menu Directory Folder shortcut for an ASPX page

2008-01-14 Thread diwakar09

Hi,

Try this
Create a html file with below statements and then create a shortcut of this
file
Hope this can help you
  

Put any title
http://localhost/xyz/Login.aspx"; />


Please wait or click 
http://localhost/xyz/Login.aspx here








Sneha Gharpure wrote:
> 
> Hi,
> 
> Thanks for your reply.
> 
> Its created a shortcut but when i tried opening the file, the path in
> browser was 
> file:///C:/inetpub/wwwroot/xyz/Login.aspx
> 
> instead it should be 
> http://localhost/xyz/Login.aspx
> 
> Can you give any additional pointers?
> 
> Thanks,
> Sneha
> 
> 
> diwakar09 wrote:
>> 
>> hi,
>>  Try
>>  > LongName="Login"
>> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
>> Target="[#someFileID]" />
>> 
>> 
>> 
>> 
>> 
>> Sneha Gharpure wrote:
>>> 
>>> Hi all,
>>> 
>>> The requirement is to create a shortcut for an ASPX page, e.g.
>>> login.aspx in the Program Menu Folder.
>>> 
>>> The shortcut is getting created, but when I click on the shortcut,
>>> instead of opening the ASPX page, it opens the folder containing the
>>> login.aspx file.
>>> 
>>> Following is the code sample for the same.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> >> Source=" path to Login.aspx" />
>>> >> LongName="Login"
>>> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
>>> />
>>> 
>>> 
>>> Can anyone give any pointer regarding how to do this?
>>> 
>>> Thanks in Advance,
>>> Sneha
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Creating-Program-Menu-Directory-Folder-shortcut-for-an-ASPX-page-tp14796370p14802589.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Program Menu Directory Folder shortcut for an ASPX page

2008-01-14 Thread diwakar09

Hi,

Create a html file with the below statements and then make a shortcut of
this html file.
May be this can help you
 

Put any title
http://localhost/xyz/Login.aspx"; />


Please wait or click  http://localhost/xyz/Login.aspx 
here 






Sneha Gharpure wrote:
> 
> Hi,
> 
> Thanks for your reply.
> 
> Its created a shortcut but when i tried opening the file, the path in
> browser was 
> file:///C:/inetpub/wwwroot/xyz/Login.aspx
> 
> instead it should be 
> http://localhost/xyz/Login.aspx
> 
> Can you give any additional pointers?
> 
> Thanks,
> Sneha
> 
> 
> diwakar09 wrote:
>> 
>> hi,
>>  Try
>>  > LongName="Login"
>> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
>> Target="[#someFileID]" />
>> 
>> 
>> 
>> 
>> 
>> Sneha Gharpure wrote:
>>> 
>>> Hi all,
>>> 
>>> The requirement is to create a shortcut for an ASPX page, e.g.
>>> login.aspx in the Program Menu Folder.
>>> 
>>> The shortcut is getting created, but when I click on the shortcut,
>>> instead of opening the ASPX page, it opens the folder containing the
>>> login.aspx file.
>>> 
>>> Following is the code sample for the same.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> >> Source=" path to Login.aspx" />
>>> >> LongName="Login"
>>> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
>>> />
>>> 
>>> 
>>> Can anyone give any pointer regarding how to do this?
>>> 
>>> Thanks in Advance,
>>> Sneha
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Creating-Program-Menu-Directory-Folder-shortcut-for-an-ASPX-page-tp14796370p14802584.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Program Menu Directory Folder shortcut for an ASPX page

2008-01-14 Thread diwakar09

hi,
 Try
 





Sneha Gharpure wrote:
> 
> Hi all,
> 
> The requirement is to create a shortcut for an ASPX page, e.g. login.aspx
> in the Program Menu Folder.
> 
> The shortcut is getting created, but when I click on the shortcut, instead
> of opening the ASPX page, it opens the folder containing the login.aspx
> file.
> 
> Following is the code sample for the same.
> 
> 
> 
>   
>   
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   
> 
> 
> 
>  Source=" path to Login.aspx" />
>  LongName="Login"
> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal"  />
> 
> 
> Can anyone give any pointer regarding how to do this?
> 
> Thanks in Advance,
> Sneha
> 

-- 
View this message in context: 
http://www.nabble.com/Creating-Program-Menu-Directory-Folder-shortcut-for-an-ASPX-page-tp14796370p14801896.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Re gistry search help

2007-12-27 Thread diwakar09

Did you try something like

  
  


http://download.openoffice.org";>Not SEARCHFOROPENOFFICE="absd"


Anidil wrote:
> 
> I'm trying to detect the presence of different versions of the same
> product by searching the registryas follows
> 
> 
>Key="SOFTWARE\a\b\Product\1.0\Version" Name="Product 1.0" />
> 
> 
>   SEARCHProduct1.0 = "1.0"
> 
> 
> i write the similar code to detect different versions of the product one
> by one.But as the key path is the same for all the searches, it returns
> the first search in the list true always regardless of changing version
> values.Any help on this? is there a better way to do this?
> 
> NB:The reason why i'm doing this is because the previous versions of the
> product are all installshield based.So cannot use  tags
> 

-- 
View this message in context: 
http://www.nabble.com/Registry-search--help-tp14512202p14512428.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] how to use quiet custom action

2007-11-23 Thread diwakar09

Hi,

  
  In my installation i am using custom action for changing the file
contents, I need to change 8-9 files. It shows many command window at
installation, I want to hide these windows,

 I am very new to wix,
So if any one can provide some sample that can clarify how to use quiet
custom action, will good for me
Please help me
Thanx in advance.
-- 
View this message in context: 
http://www.nabble.com/how-to-use-quiet-custom-action-tf4860845.html#a13910158
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] how to get ip address of the host machine

2007-11-22 Thread diwakar09

Thanx for your reply

I need to find the ip address of the machine where the installation is
taking place,
Suppose i want to install my application on VMware machine, then the
installer should show the ip of VM machine in its text field,

Because in default values in text field it shows localhost, instead of
showing localhost i need to show ip address


Richard-45 wrote:
> 
> This is another example where its more helpful to know the goal (what
> are you doing with the address and why do you need it?) than the task
> (how to get an ip address).
> 
> By not telling us the goal, you're preventing us from giving you the
> best answer.
> -- 
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>   
> 
> Legalize Adulthood! 
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-to-get-ip-address-of-the-host-machine-tf4857248.html#a13908173
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] how to get ip address of the host machine

2007-11-22 Thread diwakar09

Thanx for your reply 

 yes you are right a machine can have many ip address, but i need to find a
single ip among all these,

there should be some default value in textfield so that the user doesnot
need to type ip and just click next make him able to finish the installation
and he can use the application.

suppose the user want to install the application on vmware, so the installer
should show the ip address of vm machine. 



DEÁK JAHN, Gábor-2 wrote:
> 
> On Thu, 22 Nov 2007 20:51:20 -, Neil Sleightholm wrote:
> 
> Neil,
> 
>> I don't have the answer but a warning, which IP address? Be careful
>> doing this as many machines have more than one IP address. Mine has
>> 4: one for the local lan, one for a VPN connection and 2 for VMWare.
> 
> I never actually needed this but I wrote a diagnostics utility once and
> now I checked it. My approach would probably be to query WMI for the first
> network adapter listed and its associated IP address. But from the point
> of view of WiX, a custom action will obviously be required to provide this
> data.
> 
> Bye,
>Gábor
> 
> ---
> DEÁK JAHN, Gábor -- Budapest, Hungary
> E-mail: [EMAIL PROTECTED]
> 
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-to-get-ip-address-of-the-host-machine-tf4857248.html#a13907930
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] how to get ip address of the host machine

2007-11-22 Thread diwakar09


  Hi,

  I  am very new to wix, I have to find the ip address of the machine where
the msi file has to be install and put it some text field.

So could any one tell me that, How to get the the ip address of the system
in wix.

Please help me 

Thanx in advance 
-- 
View this message in context: 
http://www.nabble.com/how-to-get-ip-address-of-the-host-machine-tf4857248.html#a13899412
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to copy whole directory

2007-11-13 Thread diwakar09

hi, 

  in case of installation i need to copy my whole directory and its
subdirectories to the installation location,
I know how to copy a single file but i got confuse in case of copying
directory,

please help me out
-- 
View this message in context: 
http://www.nabble.com/How-to-copy-whole-directory-tf4796293.html#a13721324
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to invoke exe file

2007-11-08 Thread diwakar09

Hi,

  I am very new to wix, i am able to extract files from the .msi file to a
specified location like c:\~--\temp.
I have a text file and a exe file that will edit this text file as per the
user input.
Both the files are there in temp folder, after the installation,

The problem that i am facing is that all files are going to this location,
but when i try to invoke this exe or txt file with in the same installation,
it does not work.

Actually i am doing two tasks in one installation.

1.  copying all the files to temp ( file.exe , textfile.txt ).
2. invoke one file (file.exe) from temp and trying to manupulate the
other(textfile.txt)

but only first task is performed, and i won't get the edited text file.

could you please help me out
or could you explain how to acheive this task,

A sample code is needed, that will help me a lot
 i am  using custom action to execute exe.
and publish the DoAction to call this custom action

I know that i am doing some thing wrong but unable to figure it out

so please help me

If this not the place to put query, then please forward me the link so that
i can do the same

Thanx in advance
-- 
View this message in context: 
http://www.nabble.com/How-to-invoke-exe-file-tf4769784.html#a13643502
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users