Nov 08, 2012
10:15 AM
If windows is saying service has been uninstalled, and the service pane is still showing the service still running, can you close it and relaunch it to confirm that it is indeed there? I ran into an issue where it would keep showing up in the service pane, I realized later that service pane doesn't get refreshed. Also, make sure you set 'Yes' to stop the service on uninstall as shown in my earlier screenshot.
... View more
Jan 13, 2012
12:37 PM
Well, do you want to use node names (node1 node2 etc) to lookup the nodes or do you want to use key value pair (value1="blah" value2="blah"), so something like lookup a key with 'value1' and replace the value there?
... View more
Jan 13, 2012
11:18 AM
Can you post a sample file and what you are trying to update? I can give it a try..I have written several installers where I had to update XML in one or more files, mostly I depend on InstallScript for XML modifications.
... View more
Jan 12, 2012
10:12 AM
Please take a look at this thread. I had posted a sample (UpdateLicense.zip) a while ago that updates xml config file.
... View more
Dec 20, 2011
11:43 AM
This is how I have mine and it installs/uninstalls just the way it is supposed to. Not sure why it won't work in your case. In my case, the installShield component for the service has only one file, the exe for the service, all other files (such as config / dependent assemblies etc) are in a separate component, not sure if that matters.
... View more
Dec 13, 2011
11:18 AM
Did you try the sample that I posted? Does it create a log file named MyLog.txt as shown in earlier screenshots?
... View more
Dec 13, 2011
10:47 AM
It works for me. Here is that I built with InstallShield 2012 Pro, this is an InstallScript MSI project. As you can see in the screenshots below, it created the log file in temp folder for the user logged in i.e. under C:\Users\ \AppData\Local\Temp Make sure you have logging turned ON in General Information > Create Log as shown below. The command line argument that I gave is /L*v %temp%\MyLog.txt (no space between /L*v)
... View more
Dec 13, 2011
10:09 AM
Nope, it will create a log file in the location you specify there no matter how you run your setup.exe.
... View more
Dec 12, 2011
11:23 AM
Yes, it is possible. There are multiple ways to do it. You can use XML edit feature in InstallShield or InstallScript or a custom action. Here's a sample that demonstrates editing an XML file using InstallScript. The file updates license number as discussed in this thread but same concept can be used to update any other XML node.
... View more
Dec 08, 2011
11:07 AM
This should help... function OnBegin() begin MessageBox("In OnBegin", 0); // Be sure to have the condition for 'MAINTENANCE' so that the dialog is not displayed during first install if( !REMOVEONLY && MAINTENANCE) then //Show your dialog here. endif; end;
... View more
Dec 08, 2011
10:06 AM
Are you open to use InstallScript or a custom action to remove files? For this you need to know if 1. the user will have admin privileges to delete the file 2. the filename. If yes, I can probably try to put together a sample that might show how to do it. let me know...
... View more
Dec 07, 2011
05:29 PM
Please take a look at this thread. I posted a sample (UpdateLicense.zip) that updates xml config file. Let me know if you have any questions.
... View more
Dec 06, 2011
04:39 PM
This is easily possible. In order to launch log file you need to follow three steps: [LIST=1] Get the log file path Add checkbox to SdFinish dialog If checkbox is checked launch the log file in Notepad I put together a quick sample for you. You can get it here.
... View more
Dec 06, 2011
12:10 PM
Not sure where you are located and where you are trying to call them. I had some bad experience with their UK support just once but that was long time ago. Try emailing a link to this thread as well as all your concerns to: support@flexerasoftware.com .. I always call them at 001 847 413 2896. This goes to their Chicago, US office I believe. Let them know you are still evaluating and need a new license may be. Usually they are pretty good. I had good experience even during my trial period. After my initial trial period had expired they gladly extended my trial license when I told them my evaluation wasn't complete. Also, they give 30 day money back guarantee which is what I relied on after recommending the purchase to our management.. I am not their salesman but after dealing with a bunch of crappy companies over a period of two years finally I was happy that I found InstallShield.
... View more
Latest posts by skolte
Subject | Views | Posted |
---|---|---|
1139 | Nov 08, 2012 10:15 AM | |
1020 | Jan 13, 2012 12:37 PM | |
1020 | Jan 13, 2012 11:18 AM | |
967 | Jan 12, 2012 10:12 AM | |
1139 | Dec 20, 2011 11:43 AM | |
3579 | Dec 13, 2011 11:18 AM | |
3579 | Dec 13, 2011 10:47 AM | |
3579 | Dec 13, 2011 10:09 AM | |
683 | Dec 12, 2011 11:23 AM | |
3579 | Dec 12, 2011 11:05 AM |
Activity Feed
- Posted Re: Can't have my windows service uninstalled! on InstallShield Forum. Nov 08, 2012 10:15 AM
- Posted Re: XML File Changes Subnode issue on InstallShield Forum. Jan 13, 2012 12:37 PM
- Posted Re: XML File Changes Subnode issue on InstallShield Forum. Jan 13, 2012 11:18 AM
- Posted Re: XML File Changes on InstallShield Forum. Jan 12, 2012 10:12 AM
- Posted Re: Can't have my windows service uninstalled! on InstallShield Forum. Dec 20, 2011 11:43 AM
- Posted Re: MsiLogFileLocation on InstallShield Forum. Dec 13, 2011 11:18 AM
- Posted Re: MsiLogFileLocation on InstallShield Forum. Dec 13, 2011 10:47 AM
- Posted Re: MsiLogFileLocation on InstallShield Forum. Dec 13, 2011 10:09 AM
- Posted Re: Get and Use connectionstring for XML file on InstallShield Forum. Dec 12, 2011 11:23 AM
- Posted Re: MsiLogFileLocation on InstallShield Forum. Dec 12, 2011 11:05 AM
- Posted Re: Inserting a new Dialog on InstallShield Forum. Dec 08, 2011 11:07 AM
- Posted Re: Renamed file that is installed, upgrade scenario leaves old one behind on InstallShield Forum. Dec 08, 2011 10:06 AM
- Posted Re: read and change XML files on InstallShield Forum. Dec 07, 2011 05:29 PM
- Posted Re: Open explorer on InstallShield Forum. Dec 06, 2011 04:39 PM
- Posted Re: Flexera = worst customer service I have ever dealt with. on InstallShield Forum. Dec 06, 2011 12:10 PM
- Posted Re: Flexera = worst customer service I have ever dealt with. on InstallShield Forum. Dec 06, 2011 10:16 AM
- Posted Re: Renamed file that is installed, upgrade scenario leaves old one behind on InstallShield Forum. Dec 05, 2011 12:26 PM
- Posted Re: How Can I Insert a CRLF in a String? on InstallShield Forum. Nov 30, 2011 02:19 PM
- Posted Re: How Can I Insert a CRLF in a String? on InstallShield Forum. Nov 30, 2011 01:57 PM
- Posted Re: How Can I Insert a CRLF in a String? on InstallShield Forum. Nov 30, 2011 01:03 PM