Jump to content

spachtler

Members
  • Posts

    9
  • Joined

  • Last visited

spachtler's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. this also works: FileGetShortName
  2. without the workingdir, it dont work too. but i solved it anyway, found another registryvalue with the complete uninstall string for dos. this works fine: $dvdun = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CloneDVD2", "UninstallString") Run ($dvdun) $dvdun is: "D:\Elaborate Bytes\CloneDVD2\CloneDVD2-uninst.exe" /D="D:\Elaborate Bytes\CloneDVD2"
  3. hello, i solved the problem to execute an exe with spaces in path by using this ' ' single quotes. but this dont work if i use variables. example: $dvdpre = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CloneDVD2", "InstallLocation") this is D:\Elaborate Bytes\CloneDVD2 then i want to run: Run ($dvdpre & "\CloneDVD2-uninst.exe", $dvdpre) it dont work! hope you can help?
  4. found a very easy way!!!! no autoit needed, just prepare the win.ini in the windows-dircetory FIRST, then just do the install wit /qb and everything is fine
  5. is a silent-installation possible too for bitdefender 9 standard? after install i get just the first dialog wiht no title and no text.
  6. hello, i have some scripts compiled with the option "allow decompiling". but i set no passphrase. if i now try to decompile it, and leave the passphrase blank, it says: wrong passphrase. what to do now? with a debugger i saw a veeeery long password was set to my exe, but too long for exe2aut, it wont accept such a long string. what can i do now?
  7. Hi there, i created a little gui-based thing and want to build in the source-text as a disabled label, so that the user can see the source but not copy it to clipboard. i have a button on the main-gui, if its pressed, the user will be ask for a password. when the right one is typed in, the source should be displayed. but how, because of the special sings like " and = ...... or is it only possible if i let show a jpg. instead of a real-text label?
  8. hello, i created a small programm with a bmp in the background. if i know, i could only compile filses, wich are used in the fileinstall function. so i do a trick, if i want to display a special bmp in my gui: i first install it to a temp-folder and put the path into the GuiCtrlCreatePic function. my question: is it possible to do this on another way? so that i dont have to do the fileinstall first for displaying a bmp in my gui? thx, spachtler
  9. i get it work up to the point, when the "normal" GUI and Buttons were overlayed with the ZA-graphic interface. so maybe autoit dont see the buttons "under" the za-graphic????? spachtler
×
×
  • Create New...