|
Driver Installation Issue
|
| |
Hi, I have a strange problem. I'm trying to install driver for my graphics card. I'm doing it with following steps. - Update driver - Browse my computer for driver software. - Search for driver software in this location. This shows me error that "The best driver software for your device is already installed.".... more »
|
|
How is InstallShield registering Unicode DLLs on Windows 98 SE?
|
| |
I just made a little COM DLL, using VC6, copied it to a Windows 98 SE machine, and tried regsvr32. It complained with error 0x800700ce, which is "filename too long", or something like that, which didn't seem to be a "real" explanation of the problem. That was the DebugU version of the DLL. I changed to the... more »
|
|
Installers own path
|
| |
Hi! I'm new to Installshield! I was wondering how I can determine my Installers Path? I am using Installscript. Example if my installer is on a CD. how I can determine cdrom-drive letter of the one who is running my install? Cheers! -Diozone
|
|
*.ism compilation generated errors with unknown files
|
| |
Hello, Compilation of .ism file generated following error. I found that the required file IconId_107.ico in present. But don't know why it tells IconId_107_"number".ico file not found. The same type of error halts generation of .RES file. That errors are listed below. Suggest any solution to this problem.... more »
|
|
Prevent Installshield 12 from uninstalling files
|
| |
I'm working on an InstallScriptProject. Some of the files i must install are not in an installshied component but are simply on a directory on the CDROM. I copy those files at the end of the setup with the xcopy function. Those files can later be modified by the user and they must not be uninstalled when the software is... more »
|
|
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... more »
|
|
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... more »
|
|
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.... more »
|
|
|