May 24, 2012
01:20 PM
I think that the OP's request is to get all files in one directory, not including subdirectories? FindAllFiles needs to be put in a loop with some folder checking to make this work. It's not an ideal option, but it does work. This thread covers the issue: How to get all files in one directory, not including subdirectories?
... View more
Sep 07, 2011
03:04 PM
function checkIPAddress( svIP ) NUMBER n; begin RegDBDisConnectRegistry( 0 ); // in case it's already open n = RegDBConnectRegistry ( svIP, HKEY_LOCAL_MACHINE, 0 ); RegDBDisConnectRegistry( 0 ); return n; end;
... View more
Jan 15, 2010
11:46 AM
Creating a custom action using sc.exe will allow you to change the service failure recovery options.
... View more
Jun 26, 2008
10:20 PM
This error occurs when the new .msi filename doesn't match the old .msi filename. I'm looking for a programmatic means of fixing this too, but for now, the only way I know of is to ensure that you don't change .msi filenames between releases.
... View more
Aug 18, 2004
01:44 PM
The issue with me is that the "ISUSPM Startup" registry value is written into the registry (HKLM\Software\Microsoft\Windows\CurrentVersion\Run), with the data "C:\PROGRA~1\COMMON~1\INSTAL~1\UPDATE~1\ISUSPM.exe -startup" When I log off and log on as a restricted user, the Windows Installer screen pops up, and (after cancelling several times) I get the message box "An error occurred. Error # -5", with a link to the consumer central Installshield website. Now I can avoid this problem by removing that registry value, but then the updates don't run automatically at all. HELP! Thanks in advance
... View more
Jan 14, 2003
03:37 PM
1. Thanks. I can fix this in developer (and may document this process), but I'm trying to set up a process that doesn't require me to do so 🙂 2. I'm using version 3.5 also. The wierd thing is that this does almost everything I want -- until this. It's as if the problem is in the legacy converter section. When I'm finished installing my product and running repackager, the .ini file looks fine. But when I build the .ism file and open it up in developer, only the single data=value lines show up in the developer UI. I'm able to add new data=value lines and rebuild the project (which will avoid the problem), but that doesn't actually solve the problem. Again, thanks much in advance. Tyler
... View more
Jan 14, 2003
02:58 PM
1. Thanks. I can fix this in developer (and may document this process), but I'm trying to set up a process that doesn't require me to do so 🙂 2. I'm using version 3.5 also. The wierd thing is that this does almost everything I want -- until this. It's as if the problem is in the legacy converter section. When I'm finished installing my product and running repackager, the .ini file looks fine. But when I build the .ism file and open it up in developer, only the single data=value lines show up in the developer UI. I'm able to add new data=value lines and rebuild the project (which will avoid the problem), but that doesn't actually solve the problem. Again, thanks much in advance. Tyler
... View more
Jan 14, 2003
08:43 AM
I'm trying to convert an IS6.x installation into an MSI installation using AdminStudio. Everything is OK (solveable problems :-)) except for one piece. One .ini file loses lines through the conversion. A brief snippet containing 2 sections will demonstrate what I mean: Original .ini file: [NLP-WINWORD|9] *Microsoft Word*=word9.grm *- (Plain Text) - Microsoft Word*=word9.grm,wordmsg.grm *- (HTML) - Microsoft Word*=word9.grm,wordmsg.grm *- Message (Rich Text)*=word9.grm,wordmsgrichtext9.grm [NLP-OUTLOOK|9] *Microsoft Outlook*=outlook9.grm *- Journal Entry*=outlkjnl9.grm *- Contact*=outlkcon9.grm *- Task*=outlktsk9.grm *- Appointment*=outlkapt9.grm *- Event*=outlkapt9.grm *- Recurring Event*=outlkapt9.grm *- Recurring Appointment*=outlkapt9.grm *- Meeting*=outlkapt9.grm *- Recurring Meeting*=outlkapt9.grm *- Invited Event*=outlkapt9.grm *- Recurring Meeting Event*=outlkapt9.grm *- Message (Plain Text)*=outlkmsgplaintext9.grm *- Message (HTML)*=outlkmsg9.grm *- Message (Rich Text)*=outlkmsg9.grm *|rctrl_notewnd32=outlknot.grm Converted .ini file: [NLP-WINWORD|9] *- Message (Rich Text)*=word9.grm,wordmsgrichtext9.grm [NLP-OUTLOOK|9] *|rctrl_notewnd32=outlknot.grm In other words, new data values replace old ones through this process and I end up with only the last line for each section. Note that this appears to only occur on this file, and I suspect that it has something to do with the fact that all of these lines start with asterisks. Any ideas? Thanks in advance Tyler
... View more
Latest posts by tyler5
Subject | Views | Posted |
---|---|---|
559 | May 24, 2012 01:20 PM | |
1168 | Sep 07, 2011 03:04 PM | |
405 | Jan 15, 2010 11:46 AM | |
441 | Jun 26, 2008 10:20 PM | |
1062 | Aug 18, 2004 01:44 PM | |
486 | Jan 14, 2003 03:37 PM | |
717 | Jan 14, 2003 02:58 PM | |
6109 | Jan 14, 2003 08:43 AM |
Activity Feed
- Posted How to get all files in one directory, not including subdirectories? on InstallShield Forum. May 24, 2012 01:20 PM
- Posted How about this... on InstallShield Forum. Sep 07, 2011 03:04 PM
- Posted You need to use sc.exe on InstallShield Forum. Jan 15, 2010 11:46 AM
- Posted Rename "DataProd.msi" to "Prod.msi" on InstallShield Forum. Jun 26, 2008 10:20 PM
- Posted I have the same error... on FlexNet Connect Forum. Aug 18, 2004 01:44 PM
- Posted quick replies... on AdminStudio Forum. Jan 14, 2003 03:37 PM
- Posted quick replies... on AdminStudio Forum. Jan 14, 2003 02:58 PM
- Posted Repackager/LegacyConverter not converting ini file on AdminStudio Forum. Jan 14, 2003 08:43 AM