Re: [WiX-users] Website gets deleted when uninstalling Web-App

2010-08-22 Thread Sagar1111
Anybody there, to help me out? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Website-gets-deleted-when-uninstalling-Web-App-tp5436443p5451552.html Sent from the wix-users mailing list archive at Nabble.com. ---

Re: [WiX-users] Website gets deleted when uninstalling Web-App

2010-08-18 Thread Sagar1111
I am using Wix 3.0.5419.0 -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Website-gets-deleted-when-uninstalling-Web-App-tp5436443p5436452.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Website gets deleted when uninstalling Web-App

2010-08-18 Thread Sagar1111
I am using Wix 3.0.5419.0 -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Website-gets-deleted-when-uninstalling-Web-App-tp5436443p5436453.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] Website gets deleted when uninstalling Web-App

2010-08-18 Thread Sagar1111
Hi, I have an installer which creates an Web-App under the said website. The installer installs properly. But when uninstalling the msi it deletes the entire Website under which the Web-App was hosted. This problem is observed in IIS 7.0 and higher. Is this a bug in WixIISExtension or am I missi

Re: [WiX-users] setupbld setup.exe & repair install

2010-08-05 Thread Sagar1111
hi Warne any guideline on using msistuff.exe ? Also which setup.exe should i use in command line? the one available with from Wix toolset? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/setupbld-setup-exe-repair-install-tp3973894p5376436.html Sen

[WiX-users] Output of deferred custom action

2010-08-04 Thread Sagar1111
Hi, I have an MSI which does the following tasks: 1.) Installs some files on the users machine, 2.) Custom Action that executes a SELECT SQL-Query after the files has been installed. I want to show the output of the SELECT SQL-Query to be shown in the "Exit dialogbox" as scrolltext. What is cre

[WiX-users] Rebuild Setup.exe from wix-sources

2010-06-27 Thread Sagar1111
I have an msi created using wix toolset. I wanted this msi to be launched with elevated privileges (UAC prompt). so i created an executable of my msi (using setupbld.exe and setup.exe stub of wix toolset) and then added a manifest file. but after adding manifest file to my executable the look

[WiX-users] Different behaviour of executable created using setupbld.exe

2010-06-21 Thread Sagar1111
I created a executable of my msi using setupbld.exe and setup.exe stub tool of wix 3.0. I installed the executable created, everything worked fine. but when i double click the exe again (after the installation)it shows me resume dialogbox with 'back' button(disabled), install button, cancel butto

Re: [WiX-users] Deferred custom action Impersonation.

2010-06-18 Thread Sagar1111
if i have a deferr=red custom action with Impersonate="yes". then on Windows Vista with UAC enabled i get a prompt asking if the user wishes the allow the program to access your computer. now if the user presses allow in UAC prompt. Will my custom action be able to connect to SQL server on another

Re: [WiX-users] Deferred custom action Impersonation.

2010-06-17 Thread Sagar1111
Thanks Phil, 1.Does that mean if my deferred custom action has to execute a sql script on another machine using windows authentication of current user i need to have impersonate="yes" for that deferred custom action? 2.Using SQLExtension of wix how does a sql database gets created using windo

Re: [WiX-users] Deferred custom action Impersonation.

2010-06-17 Thread Sagar1111
3. the thing is if the user running the installer on machine1 has right Windows authentication rights on SQL server of machine2, does this mean that LocalSystemService of machine1 also has the rights on SQLserver of machine2.? -- View this message in context: http://windows-installer-xml-wix-too

[WiX-users] Deferred custom action Impersonation.

2010-06-17 Thread Sagar1111
hi, i have a Sql script which i need to invoke after the file has been deployed. ( I am not using using in built functionality of wix for sql) i am using immediate custom action to set customActionData. and my deferred custom action to use this customActionData for execution of the SSAS script.

[WiX-users] ResumeDlg

2010-06-13 Thread Sagar1111
what does ResumeDlg dialog box do? and in which scenario is this useful I was just "surfing" through the msi using orca and i found out this ResumeDlg box. what does this dialog box do. and when does it appear ?? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n

Re: [WiX-users] Should i go for creation of 64 bit msi?

2010-06-11 Thread Sagar1111
I agree with you Pally, but in some special scenarios like if the 64-bit OS itself doesn't support 32-installation then in that case we have no other option but to create a 64-bit installer irrespective of the files the msi deploys. I read http://blogs.msdn.com/b/heaths/archive/2009/11/06/wow64

[WiX-users] Should i go for creation of 64 bit msi?

2010-06-11 Thread Sagar1111
My installation is restricted to copying new .sql files on users machine. These sql files are invoked by sqlcmd.exe utility of Microsoft SQL server. So there is no question of .sql files being 32/64 bit. And only place where bitness is involved is the bitness of OS and SQL Server, which we are

Re: [WiX-users] External UI like MS Office 2007

2010-06-10 Thread Sagar1111
Thanks Pally for suggestion. I tried with dotNetInstaller, it is only helping me select/deselect and launch my actual MSIs in proper sequence. What i want is something like an UI which will ask user for which MSIs to run and then launch the resective MSIs in background and show only the progres

[WiX-users] External UI like MS Office 2007

2010-06-09 Thread Sagar1111
i have a set of 5 msi which i would like to install on users machine. However i dont want the user to go and double click each msi individually, But i would like give a UI to the user asking which msis to install and based on this user input execution of other msi would be decided and progress bar

Re: [WiX-users] Show Dialog from Custom Action

2010-04-01 Thread Sagar1111
Thanks for the reply akash. I tried your way. but it is not working. I am not able to navigate to next dialog on the click of a button in child Dialogbox. Sagar -- View this message in context: http://n2.nabble.com/Show-Dialog-from-C-Custom-Action-tp4823643p4836192.html Sent from the wix-users

Re: [WiX-users] Show Dialog from Custom Action

2010-04-01 Thread Sagar1111
the reason behind not using System.Windows.Forms is that i dont want my message box the appear behind mywizard. basically, What i want is a functionality like cancel button. I need to to popup a message from my custom action. Show it in front of the wizard. This pop-up dialog box would have t

Re: [WiX-users] Show Dialog from Custom Action

2010-03-31 Thread Sagar1111
How do i use MsiProcessMessage in my c# custom action. -- View this message in context: http://n2.nabble.com/Show-Dialog-from-C-Custom-Action-tp4823643p4830149.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] Get Current User's Credentials in custom action

2010-03-30 Thread Sagar1111
The reason behind calling web-service from msi is that i need to install a file on the webserver rather than just calling copying it on target machine. And the webserver exposes a web-service to do this. Sagar -- View this message in context: http://n2.nabble.com/Get-Current-User-s-Credentials

[WiX-users] Show Dialog from Custom Action

2010-03-30 Thread Sagar1111
Hi I need to show up a dialog box from from my c# custom Action. I browsed through the forum got many threads related to MsiMessageBox and MsiProcessMessage. But all were in C++.:-( Can anybody share a dummy code in C# to pop up a message box through my customAction code. Thanks in advance Sagar

Re: [WiX-users] Get Current User's Credentials in custom action

2010-03-29 Thread Sagar1111
Phil Wilson, i couldn't get your point. can you explain it in detail. Thanks Sagar Kavitake -- View this message in context: http://n2.nabble.com/Get-Current-User-s-Credentials-in-custom-action-tp4818201p4822819.html Sent from the wix-users mailing list archive at Nabble.com. -

[WiX-users] Get Current User's Credentials in custom action

2010-03-29 Thread Sagar1111
Hi, I have a managed C# custom action which access a webservice hosted on a machine over a network. Now in this managed custom action i am getting unauthorized access error because anonymous access is disabled on iis of that machine. What i want is to pass the current users credentials to this c

Re: [WiX-users] Wix UI navigation Help

2010-03-29 Thread Sagar1111
Here is my DialogBox Dlg1 1 1 WARNING = "1" PROCEED = "1" OR WARNING="0" 1 -- View this message in con

Re: [WiX-users] Wix UI navigation Help

2010-03-29 Thread Sagar1111
1C:68) [10:56:20:142]: Doing action: TestExistenceCA Action 10:56:20: TestExistenceCA. Action start 10:56:20: TestExistenceCA. MSI (c) (1C:D4) [10:56:20:423]: Invoking remote custom action. DLL: C:\Users\sagar\AppData\Local\Temp\MSI1F34.tmp, Entrypoint: TestExistenceCA MSI (c) (1C:1C) [10:56:20:50

Re: [WiX-users] Wix UI navigation Help

2010-03-25 Thread Sagar1111
Hi Rohit How can we call a WarningDialog from custom action ? Following is the code snippet of my wxs file which is calling WarningDialog. 1 WARNING = "1" PROCEED = "1" OR WARNING="0" 1 1

Re: [WiX-users] Wix UI navigation Help

2010-03-25 Thread Sagar1111
Thanks Rohit for the quick reply   I didn’t get this line: “I am assuming that the WarningDialog is a dialog which is from your custom action and Process Always is MB_OK t

[WiX-users] Wix UI navigation Help

2010-03-25 Thread Sagar1111
I have two dialog box Dlg1 and Dlg2. On the press of the next button of Dlg1, I am calling a custom action. Now this custom action sets a property WARNING to “0” or “1”. If warning is “0”, I need to proceed to Dlg2. If warning is “1” , I need to shown a popup dialogbox named WarningDialog box. T

Re: [WiX-users] Calling Deferred custom action

2010-03-10 Thread Sagar1111
Thanks for the suggestion Bob, My project requires me to use managed custom action as it does various modifications under various conditions -- View this message in context: http://n2.nabble.com/Calling-Deferred-custom-action-tp4708880p4710675.html Sent from the wix-users mailing list archive at

Re: [WiX-users] Calling Deferred custom action

2010-03-10 Thread Sagar1111
My project requires me to use managed custom action as it does various modifications under various conditions -- View this message in context: http://n2.nabble.com/Calling-Deferred-custom-action-tp4708880p4710663.html Sent from the wix-users mailing list archive at Nabble.com. -

[WiX-users] Calling Deferred custom action

2010-03-10 Thread Sagar1111
i have the following requirement 1)install an xml file. 2)to modify the installed xml file 3) to pass the modified xml file as an argument to a executable in command line mode. (this has been accomplished by using CA of type 1025) Afetr browing the forum what i have understood is that i need 2 cu

Re: [WiX-users] Triggering a Custom Action ONLY When All Files Have Been Deployed

2010-03-10 Thread Sagar1111
Finally How did u accomplish it ?? In your InstallExecuteSequence did you schedule both the custom Actions (immediate and then deferred)?? I also have exactly the same query but its not resolved... Can u please post element of both immediate and deferred CA. and < InstallExecuteSequence> elemen

Re: [WiX-users] Create a single Setup.exe for multiple Msi

2010-02-22 Thread Sagar1111
Anybody there, who can help me out? -- View this message in context: http://n2.nabble.com/Create-a-single-Setup-exe-for-multiple-Msi-tp4580221p4610914.html Sent from the wix-users mailing list archive at Nabble.com. --

[WiX-users] Create a single Setup.exe for multiple Msi

2010-02-16 Thread Sagar1111
i have a set of 3 msi and i wanted to create a setup.exe file which would should give user an interface to to select or deselect which msi to run. And this setup.exe would call the selected MSI in sequence i found the following option (dont know if they are right) 1) bootstrapper ( http://dotnetin

Re: [WiX-users] BrowseDlg SelectionPathOn help

2010-01-01 Thread Sagar1111
; Width="56" Height="17" Text="!(loc.InstallDirDlgChange)"> >    Order="1">1 >    1 >    Order="3">1   >    Order="4">1 >    Order="5">1 > >    > >> From: Sagar111

Re: [WiX-users] BrowseDlg & SelectionPathOn help

2010-01-01 Thread Sagar1111
or ideas since > that is the .wxs that incorporates BrowseDlg and it seems to employ the > same > features you are trying to enable in your ChangeFolderDlg. > > -Original Message- > From: Sagar [mailto:sagarkavitak...@gmail.com] > Sent: Tuesday, December 29, 2009

Re: [WiX-users] Creating MSI for 64bit machine

2009-12-29 Thread Sagar1111
Thank you very for the quick reply Rob and Michael. I have a custom Action written in C# which is being used in the MSI. So do i need to build that custom action separately for 32 bit and 64 bit and then use those specific "CA.dll" files for respective MSI -Sagar Rob Menschi

Re: [WiX-users] BrowseDlg & SelectionPathOn help

2009-12-29 Thread Sagar1111
Anybody there to help me out? Please Sagar wrote: > > Hi > > I am using WixUI_Mondo as my UI. However i am skipping SetupTypeDlg which > comes with standard WixMondo (This is because i have a single feature). > Now i have added a my own dialog Chang

[WiX-users] Creating MSI for 64bit machine

2009-12-29 Thread Sagar1111
Hi I want to develop a 64 bit MSI. I have already developed 32 bit MSI. But now if i had to modify it for 64 bit machine, what changes do i need to make? For eg:Package/@Platform , Component/@Win64, file/@ProcessorArchitecture or will candle -arch command build 64 bit MSI for me? I am pretty muc

[WiX-users] BrowseDlg & SelectionPathOn help

2009-12-22 Thread Sagar1111
Hi I am using WixUI_Mondo as my UI. However i am skipping SetupTypeDlg which comes with standard WixMondo (This is because i have a single feature). Now i have added a my own dialog ChangeFolderDlg between LicenseAgreementDlg and VerifyReadyDlg. In this dialog i have 1) a control of type text to