Deleting Temporary Internet Files
Hey, How can I delete the "Temporary Internet Files" as a stage in my InstallShield? Thanks ahead --sternr
wise install new product version on an old version
Hi My name is Amit and I'm working a R&D in autofont. I need to make a setup using the wise installer for windows. The installation need to be quiet without any UI or messages. To my understanding if I add the /qn switch I have what I need. my problem is that if I made a new version of the setup I and install
Duplicated files on setup.exe
OK, I've created a setup file, with everything inside of it, prerequisites, .NET framework. But the size seemed to be very large. I've made another release with other options not compressing everything, and i found that there is a "Program files\Company\Product \" folder with the application files. But additionaly to this, there
How to get the full parameter string in *.rul script ?
I run the steup.exe with some parameters by command line. For example, c:\test>setup.exe -r -f1c:\log.iss How could I get the string ( "-r -f1c:\log.iss" ) in the *.rul script files? I want to get the path and do something with the file. I try to get it from CMDLINE. But it's NULL. My InstallShield is 5.5.
How to pass parameters to web install through install_installing.html
I have an install that i can pass command-line arguments to using: setup.exe /V"PROPERTY1=x PROPERTY2=y" I would like to know how I can pass those parameters to the web install through install_installing.html. <object CLASSID='clsid:FEF5B390-E82A-4 0F9-9E6E-DCDDD357AED3' CODEBASE='install.cab#Version= 1,00,0000' BORDER=0 VSPACE=0 HSPACE=0
DevStudio 9 - Detect XP vs. Vista in custom VBS action how?
For a variety of unpleasant reasons, I'm stuck with DevStudio 9 and am not allowed to upgrade. Management wants to install to "all users" under Vista, but "current user only" under all other OSs, and this needs to happen without any prompting of the user. I've got a custom VBS action defined that says
Files not being removed on Uninstall
Afternoon All, I have a problem with a setup.exe created with InstallShield 10.5 and I was hoping someone could help out. Its been driving me mental all day and I'm about ready to kick something. If this is the wrong place for this query, could someone advise where the right place is? Thanks. We have an InstallShield which installs our product on the users PC
EULA Localization
hey guys i am using the Installshield and i would like to localize the following: 1. EULA 2. SQL 3. .net framework I am new to localization. please help sunny
Reverse Engineer Setup.exe
Hi folks, I have unpacked an all-in-one exe produced by InstallShield. I've made the necessary changes and now I'm ready to repack the files. How can I do that? Which program should I use? For unpacking I used IsXunpack. But which one should I use to repack the files into an all-in-one exe again? Maybe I should use
ID of edit box
Hi, How can I get ID of edit box in a custom dialog. I want to get the use CtlrGetText() on Edit box of my custom dialog. Is there any place where I can specify the ID for a edit control? thanks, Kedar.