Automating Installshield installation
Hi All, I am trying to automate the installation of a product that has been packaged with the Installshield package. As per my research on the web running the setup.exe with the /r switch made a setup.iss file. However I found that this records all responses that I gave during the course of the setup except the product key. Is there a way I can work
Re: Custom actions for each screen
U can add CA in each Back and Next Button by selecting DO Action event for the control ( in ur case Back and Next Button) Action and select ur CA from Arguments list, like wise put any condition if any. this should work fine. feel free to ask if it doesnt work
Re: Can I use a URL as Target in Start Menu Shortcut?
Hi Dave, The Internet shortcuts (.url files) use different format than regular (.lnk) shortcuts. You can create both with InstallShield either from a wizard or with InstallScript. Regular shortcuts are binary files. The following IS function could be used to create a regular shortcut - AddFolderIcon().
Custom actions for each screen
Hi, I am using InstallShield 12 Professional edition. I need to add custom actions on the next and back button of each screen. Please let me know how to do it. Also, let me know if there is a good book/reference for Installshield 12. Regards, Shilpa
Can I use a URL as Target in Start Menu Shortcut?
I am new to Installshield, and have a problem in InstallShield12 - The helpfile (which used to be a chm file installed on to the target machine) is now a web page. I want to use the same Start Menu shortcut, but when I entered the URL of the web help page eg '[link] as the
Installshield 12 query
Hi, I am trying to create an installable using Installshield 12 installable. I need an interface to select components as they have in Rational Suite or Microsoft Office installables. Is this possible? I want the install to haev no registry trace. I want to store all product related info in a config file. Is this possible?
Installshield 7.01Error Code: -5009 : 0x80070006
Hi, I have created a package installation executable in Installashield 7.01. While installing on Win Server 2003 Enterprise Edition Service Pack 2, it is giving following error Error Code: -5009 : 0x80070006 Error Information: PAPP:PQR PVENDOR:ABC PGUID:C3953CB1-3076-4B38-88DA- C2E1341AE7BB $7.1.100.1248PAK
ATTENTION INSTALL SHIELD PROFS RS 6000/DAY
Hi, We are the corporate trng company from chennai. Currently we need INSTALL SHIELD PROFESSIONALS FOR DOING CORP TRNG ON (WEEKEND/PART TIME/FULL TIME) BASIS . COMPENSATION WILL BE RS 6000/ DAY. PLS SEND UR RESUMES OR CALL ME AT 9444043473
ATTENTION INSTALL SHIELD PROFS RS 6000/DAY
Hi, We are the corporate trng company from chennai. Currently we need INSTALL SHIELD CORP TRNG ON (WEEKEND/PART TIME/FULL TIME) BASIS . COMPENSATION WILL BE RS 9000/DAY. PLS SEND UR RESUMES OR CALL ME AT 9444043473
Help creating a Custom Action to determine Silent mode?
I'm a Installshield beginner. Using Installshield 11 I need to sense when a Basic MSI package is running in Silent Mode. Thus far, the best thing I can find is checking if the UILevel is 2. I was successfully accomplishing this in Installscript, but now I need to drop Installscript support and use only a Custom Action. My attempts thus